Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(294)

Issue 54760043: Report better stack traces on more platforms (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by MarkM
Modified:
12 years ago
Reviewers:
kpreid2
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixes issues 1877 and 1876. Progress on issue 1751 Major changes to debug.js to try to report stacks accurately on more platforms. Factored common logic from compileExpr and compileExprLater into prepareExpr. Changed useHTMLLogger to better emulate console stack-display. Changed explicit.html to show that stack display on each platform.

Patch Set 1 #

Patch Set 2 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Total comments: 12

Patch Set 3 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Patch Set 4 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Patch Set 5 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Patch Set 6 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Total comments: 6

Patch Set 7 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Patch Set 8 : Fixes issues 1877 and 1876. Progress on issue 1751 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -136 lines) Patch
M src/com/google/caja/ses/compileExprLater.js View 1 2 3 4 5 6 7 4 chunks +28 lines, -43 lines 0 comments Download
M src/com/google/caja/ses/debug.js View 1 2 3 4 5 6 7 3 chunks +100 lines, -30 lines 0 comments Download
M src/com/google/caja/ses/explicit.html View 1 2 3 4 5 6 7 4 chunks +61 lines, -30 lines 0 comments Download
M src/com/google/caja/ses/makeSimpleAMDLoader.js View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M src/com/google/caja/ses/repair-framework.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/ses/startSES.js View 1 2 3 4 5 6 7 7 chunks +62 lines, -15 lines 0 comments Download
M src/com/google/caja/ses/useHTMLLogger.js View 1 2 3 4 5 6 7 2 chunks +53 lines, -16 lines 0 comments Download

Messages

Total messages: 16
MarkM
12 years, 1 month ago (2014-01-21 01:21:09 UTC) #1
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years, 1 month ago (2014-01-21 01:21:40 UTC) #2
kpreid2
https://codereview.appspot.com/54760043/diff/2/src/com/google/caja/ses/compileExprLater.js File src/com/google/caja/ses/compileExprLater.js (right): https://codereview.appspot.com/54760043/diff/2/src/com/google/caja/ses/compileExprLater.js#newcode18 src/com/google/caja/ses/compileExprLater.js:18: * outcome of attempting to compile the argument expression. ...
12 years, 1 month ago (2014-01-21 18:26:19 UTC) #3
kpreid2
ping? By the way, other comment: I would prefer that the summary line say what ...
12 years, 1 month ago (2014-02-03 23:06:00 UTC) #4
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years ago (2014-02-22 17:53:36 UTC) #5
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years ago (2014-02-22 21:36:44 UTC) #6
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years ago (2014-02-22 21:41:19 UTC) #7
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years ago (2014-02-22 21:50:37 UTC) #8
MarkM
https://codereview.appspot.com/54760043/diff/2/src/com/google/caja/ses/compileExprLater.js File src/com/google/caja/ses/compileExprLater.js (right): https://codereview.appspot.com/54760043/diff/2/src/com/google/caja/ses/compileExprLater.js#newcode18 src/com/google/caja/ses/compileExprLater.js:18: * outcome of attempting to compile the argument expression. ...
12 years ago (2014-02-22 21:51:39 UTC) #9
kpreid2
https://codereview.appspot.com/54760043/diff/80001/src/com/google/caja/ses/compileExprLater.js File src/com/google/caja/ses/compileExprLater.js (right): https://codereview.appspot.com/54760043/diff/80001/src/com/google/caja/ses/compileExprLater.js#newcode106 src/com/google/caja/ses/compileExprLater.js:106: '["' + prep.freeNames.join('", "') + '"], ' + If ...
12 years ago (2014-02-24 20:16:58 UTC) #10
kpreid2
Please change the title so that it summarizes the changes without knowledge of issue numbers.
12 years ago (2014-02-24 20:19:08 UTC) #11
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years ago (2014-02-25 02:05:54 UTC) #12
MarkM
https://codereview.appspot.com/54760043/diff/80001/src/com/google/caja/ses/compileExprLater.js File src/com/google/caja/ses/compileExprLater.js (right): https://codereview.appspot.com/54760043/diff/80001/src/com/google/caja/ses/compileExprLater.js#newcode106 src/com/google/caja/ses/compileExprLater.js:106: '["' + prep.freeNames.join('", "') + '"], ' + On ...
12 years ago (2014-02-25 02:07:10 UTC) #13
kpreid2
LGTM
12 years ago (2014-02-25 20:52:20 UTC) #14
MarkM
Major changes to debug.js to try to report stacks accurately on more platforms. Factored common ...
12 years ago (2014-02-28 01:48:10 UTC) #15
MarkM
12 years ago (2014-02-28 01:52:28 UTC) #16
Fixed a bug that was caught by the pre-submit testing.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b