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

Issue 10341043: admit MAGICAL_UNICORN for firefox 22 (beta) (Closed)

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

Description

some automode tests use an impossibly strict severity level named MAGICAL_UNICORN to force a switch to es53. repairES5 validates severity levels and rejects MAGICAL_UNICORN, replacing it with SAFE_SPEC_VIOLATION. firefox 22 meets the standard of SAFE_SPEC_VIOLATION, so the automode tests fail to switch to es53, causing the tests to fail. this fix admits MAGICAL_UNICORN exists

Patch Set 1 #

Total comments: 6

Patch Set 2 : admit MAGICAL_UNICORN for firefox 22 (beta) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M src/com/google/caja/ses/repairES5.js View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7
felix8a
12 years, 9 months ago (2013-06-17 14:53:35 UTC) #1
MarkM
Please include me as a secondary reviewer on all CLs with any ses/* files. LGTM. ...
12 years, 9 months ago (2013-06-17 17:42:30 UTC) #2
kpreid2
LGTM provided the below are fixed https://codereview.appspot.com/10341043/diff/1/src/com/google/caja/ses/repairES5.js File src/com/google/caja/ses/repairES5.js (right): https://codereview.appspot.com/10341043/diff/1/src/com/google/caja/ses/repairES5.js#newcode222 src/com/google/caja/ses/repairES5.js:222: sev.level >= ses.severities.MAGICAL_UNICORN.level ...
12 years, 9 months ago (2013-06-17 17:50:42 UTC) #3
felix8a
some automode tests use an impossibly strict severity level named MAGICAL_UNICORN to force a switch ...
12 years, 9 months ago (2013-06-17 19:52:52 UTC) #4
felix8a
https://codereview.appspot.com/10341043/diff/1/src/com/google/caja/ses/repairES5.js File src/com/google/caja/ses/repairES5.js (right): https://codereview.appspot.com/10341043/diff/1/src/com/google/caja/ses/repairES5.js#newcode222 src/com/google/caja/ses/repairES5.js:222: sev.level >= ses.severities.MAGICAL_UNICORN.level && On 2013/06/17 17:50:42, kpreid2 wrote: ...
12 years, 9 months ago (2013-06-17 19:53:07 UTC) #5
kpreid2
LGTM https://codereview.appspot.com/10341043/diff/1/src/com/google/caja/ses/repairES5.js File src/com/google/caja/ses/repairES5.js (right): https://codereview.appspot.com/10341043/diff/1/src/com/google/caja/ses/repairES5.js#newcode222 src/com/google/caja/ses/repairES5.js:222: sev.level >= ses.severities.MAGICAL_UNICORN.level && On 2013/06/17 19:53:07, felix8a ...
12 years, 9 months ago (2013-06-17 20:10:48 UTC) #6
felix8a
12 years, 9 months ago (2013-06-17 20:23:05 UTC) #7
@r5451
Sign in to reply to this message.

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