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

Issue 7433048: Testing, fixing, and working around recent JS and browser bugs. (Closed)

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

Description

Testing, fixing, and working around recent JS and browser bugs.

Patch Set 1 #

Total comments: 21

Patch Set 2 : Testing, fixing, and working around recent JS and browser bugs. #

Patch Set 3 : Testing, fixing, and working around recent JS and browser bugs. #

Total comments: 1

Patch Set 4 : Testing, fixing, and working around recent JS and browser bugs. #

Total comments: 2

Patch Set 5 : Testing, fixing, and working around recent JS and browser bugs. #

Total comments: 6

Patch Set 6 : Testing, fixing, and working around recent JS and browser bugs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -234 lines) Patch
M src/com/google/caja/ses/StringMap.js View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/ses/WeakMap.js View 3 chunks +4 lines, -13 lines 0 comments Download
M src/com/google/caja/ses/atLeastFreeVarNames.js View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/ses/compileExprLater.js View 3 chunks +5 lines, -4 lines 0 comments Download
M src/com/google/caja/ses/debug.js View 1 2 3 4 5 2 chunks +15 lines, -2 lines 0 comments Download
M src/com/google/caja/ses/explicit.html View 1 2 3 4 5 5 chunks +14 lines, -5 lines 0 comments Download
M src/com/google/caja/ses/makeFarResourceMaker.js View 1 chunk +30 lines, -31 lines 0 comments Download
M src/com/google/caja/ses/makeQ.js View 22 chunks +199 lines, -152 lines 0 comments Download
M src/com/google/caja/ses/makeSimpleAMDLoader.js View 5 chunks +8 lines, -7 lines 0 comments Download
M src/com/google/caja/ses/repairES5.js View 1 2 3 4 5 6 chunks +89 lines, -4 lines 0 comments Download
M src/com/google/caja/ses/startSES.js View 1 2 3 4 5 10 chunks +72 lines, -13 lines 0 comments Download
M src/com/google/caja/ses/useHTMLLogger.js View 1 chunk +9 lines, -1 line 0 comments Download
M src/com/google/caja/ses/whitelist.js View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12
MarkM
11 years, 1 month ago (2013-03-04 05:07:44 UTC) #1
Mark S. Miller
You can try it out at https://es-lab.googlecode.com/svn/trunk/src/ses/explicit.html This works on Chrome Version 26.0.1410.19 beta on ...
11 years, 1 month ago (2013-03-04 05:22:59 UTC) #2
kpreid2
https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/StringMap.js File src/com/google/caja/ses/StringMap.js (right): https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/StringMap.js#newcode37 src/com/google/caja/ses/StringMap.js:37: throw new TypeError('Not a string: ' + x); For ...
11 years, 1 month ago (2013-03-04 17:38:38 UTC) #3
MarkM
More responses tonight or tomorrow. https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/StringMap.js File src/com/google/caja/ses/StringMap.js (right): https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/StringMap.js#newcode37 src/com/google/caja/ses/StringMap.js:37: throw new TypeError('Not a ...
11 years, 1 month ago (2013-03-04 19:15:30 UTC) #4
MarkM
https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/debug.js File src/com/google/caja/ses/debug.js (right): https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/debug.js#newcode86 src/com/google/caja/ses/debug.js:86: return void 0; Yang Guo points out that this ...
11 years, 1 month ago (2013-03-04 19:24:49 UTC) #5
MarkM
Nevermind Patch set 2 -- it was a mistake. https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/debug.js File src/com/google/caja/ses/debug.js (right): https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/debug.js#newcode83 src/com/google/caja/ses/debug.js:83: ...
11 years, 1 month ago (2013-03-05 04:25:50 UTC) #6
MarkM
Someone with access to a running IE10 should test this. https://codereview.appspot.com/7433048/diff/14001/src/com/google/caja/ses/startSES.js File src/com/google/caja/ses/startSES.js (right): https://codereview.appspot.com/7433048/diff/14001/src/com/google/caja/ses/startSES.js#newcode1338 ...
11 years, 1 month ago (2013-03-05 04:37:50 UTC) #7
kpreid2
https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/debug.js File src/com/google/caja/ses/debug.js (right): https://codereview.appspot.com/7433048/diff/1/src/com/google/caja/ses/debug.js#newcode86 src/com/google/caja/ses/debug.js:86: return void 0; This is technically redundant but I ...
11 years, 1 month ago (2013-03-05 18:18:18 UTC) #8
MarkM
New Snapshot. Besides responding to comments, I removed the two tests and one repair this ...
11 years, 1 month ago (2013-03-07 03:07:48 UTC) #9
kpreid2
LGTM modulo comments https://codereview.appspot.com/7433048/diff/38001/src/com/google/caja/ses/debug.js File src/com/google/caja/ses/debug.js (right): https://codereview.appspot.com/7433048/diff/38001/src/com/google/caja/ses/debug.js#newcode82 src/com/google/caja/ses/debug.js:82: if (ssts === void 0) { ...
11 years, 1 month ago (2013-03-07 03:22:01 UTC) #10
MarkM
https://codereview.appspot.com/7433048/diff/38001/src/com/google/caja/ses/debug.js File src/com/google/caja/ses/debug.js (right): https://codereview.appspot.com/7433048/diff/38001/src/com/google/caja/ses/debug.js#newcode82 src/com/google/caja/ses/debug.js:82: if (ssts === void 0) { On 2013/03/07 03:22:01, ...
11 years, 1 month ago (2013-03-07 04:11:46 UTC) #11
kpreid2
11 years, 1 month ago (2013-03-07 04:14:34 UTC) #12
LGTM
Sign in to reply to this message.

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