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

Issue 6818060: Fixes error in SES caused by trailing line comment (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by Jasvir
Modified:
13 years, 3 months ago
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixes http://code.google.com/p/google-caja/issues/detail?id=1578&sort=-id Modifies an existing end-to-end test to test for this case. @5195

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixes error in SES caused by trailing line comment #

Total comments: 6

Patch Set 3 : Fixes error in SES caused by trailing line comment #

Total comments: 9

Patch Set 4 : Fixes error in SES caused by trailing line comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -7 lines) Patch
M src/com/google/caja/plugin/ses-frame-group.js View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/com/google/caja/ses/startSES.js View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-inline-script.html View 1 2 3 1 chunk +16 lines, -4 lines 0 comments Download

Messages

Total messages: 12
Jasvir
13 years, 5 months ago (2012-10-30 21:44:56 UTC) #1
MarkM
https://codereview.appspot.com/6818060/diff/1/src/com/google/caja/ses/startSES.js File src/com/google/caja/ses/startSES.js (right): https://codereview.appspot.com/6818060/diff/1/src/com/google/caja/ses/startSES.js#newcode703 src/com/google/caja/ses/startSES.js:703: var exprSrc = '(function() {' + modSrc + '\n}).call(this)'; ...
13 years, 5 months ago (2012-10-30 21:49:22 UTC) #2
kpreid2
https://codereview.appspot.com/6818060/diff/1/src/com/google/caja/plugin/ses-frame-group.js File src/com/google/caja/plugin/ses-frame-group.js (right): https://codereview.appspot.com/6818060/diff/1/src/com/google/caja/plugin/ses-frame-group.js#newcode390 src/com/google/caja/plugin/ses-frame-group.js:390: '(function () {' + theContent + '\n})()')); Add a ...
13 years, 5 months ago (2012-10-30 21:55:50 UTC) #3
Jasvir
snapshot https://codereview.appspot.com/6818060/diff/1/src/com/google/caja/plugin/ses-frame-group.js File src/com/google/caja/plugin/ses-frame-group.js (right): https://codereview.appspot.com/6818060/diff/1/src/com/google/caja/plugin/ses-frame-group.js#newcode390 src/com/google/caja/plugin/ses-frame-group.js:390: '(function () {' + theContent + '\n})()')); On ...
13 years, 5 months ago (2012-10-31 06:42:33 UTC) #4
kpreid2
https://codereview.appspot.com/6818060/diff/7001/src/com/google/caja/plugin/ses-frame-group.js File src/com/google/caja/plugin/ses-frame-group.js (right): https://codereview.appspot.com/6818060/diff/7001/src/com/google/caja/plugin/ses-frame-group.js#newcode390 src/com/google/caja/plugin/ses-frame-group.js:390: '(function () {' + theContent + '\n})()')); Still no ...
13 years, 5 months ago (2012-10-31 16:35:46 UTC) #5
kpreid2
Jasvir, ping
13 years, 4 months ago (2012-11-26 22:26:39 UTC) #6
Jasvir
Fixes http://code.google.com/p/google-caja/issues/detail?id=1578&sort=-id Modifies an existing end-to-end test to test for this case.
13 years, 3 months ago (2012-12-13 16:01:12 UTC) #7
Jasvir
https://codereview.appspot.com/6818060/diff/7001/src/com/google/caja/plugin/ses-frame-group.js File src/com/google/caja/plugin/ses-frame-group.js (right): https://codereview.appspot.com/6818060/diff/7001/src/com/google/caja/plugin/ses-frame-group.js#newcode390 src/com/google/caja/plugin/ses-frame-group.js:390: '(function () {' + theContent + '\n})()')); On 2012/10/31 ...
13 years, 3 months ago (2012-12-13 16:02:25 UTC) #8
kpreid2
LGTM modulo formatting https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugin/es53-test-inline-script.html File tests/com/google/caja/plugin/es53-test-inline-script.html (right): https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugin/es53-test-inline-script.html#newcode21 tests/com/google/caja/plugin/es53-test-inline-script.html:21: stray added blank line https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugin/es53-test-inline-script.html#newcode44 tests/com/google/caja/plugin/es53-test-inline-script.html:44: ...
13 years, 3 months ago (2012-12-13 17:36:29 UTC) #9
Jasvir
Fixes http://code.google.com/p/google-caja/issues/detail?id=1578&sort=-id Modifies an existing end-to-end test to test for this case.
13 years, 3 months ago (2012-12-13 17:48:18 UTC) #10
Jasvir Nagra
https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugin/es53-test-inline-script.html File tests/com/google/caja/plugin/es53-test-inline-script.html (right): https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugin/es53-test-inline-script.html#newcode21 tests/com/google/caja/plugin/es53-test-inline-script.html:21: On 2012/12/13 17:36:29, kpreid2 wrote: > stray added blank ...
13 years, 3 months ago (2012-12-13 17:48:26 UTC) #11
metaweta
13 years, 3 months ago (2012-12-13 18:34:16 UTC) #12
Message was sent while issue was closed.
https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugi...
File tests/com/google/caja/plugin/es53-test-inline-script.html (right):

https://codereview.appspot.com/6818060/diff/12001/tests/com/google/caja/plugi...
tests/com/google/caja/plugin/es53-test-inline-script.html:44: window.result =
"trailing line comment";// delibrate comment</script>
"Deliberate"
Sign in to reply to this message.

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