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

Issue 14347044: Delete client-side support for cajoler and ES5/3. (Closed)

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

Description

* Remove ES5/3 mode from caja.js (the es5Mode parameter remains but may not be set to false), es53-taming-frame, et cetera. * Remove mode support from browser test framework. * Remove browser tests which pertain only to ES5/3 mode and remove mode conditionals from tests. * Add files test-mitigating-url-rewriter-replacement.js and test-mitigating-url-rewriter-input.js to disentangle test-mitigating-url-rewriter.js from deleted test-precajole.js. * Remove proxy test suite from third_party, since we are no longer _implementing_ proxies. There are many things yet to remove which are NOT removed by this change, including: * Remove the actual cajoler and ES5/3 rewriter from the server code. * Remove the 'rulebreaker' facility in Domado. * Remove references to es53 mode in the Playground. * Remove precajoling. * Simplify Domado event handler attribute handling now that eval is never unavailable. * Remove, if not needed for some reason, the USELESS object from the taming membrane. @r5611

Patch Set 1 #

Total comments: 9

Patch Set 2 : Delete client-side support for cajoler and ES5/3. #

Total comments: 3

Patch Set 3 : Delete client-side support for cajoler and ES5/3. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -9888 lines) Patch
M build.xml View 10 chunks +19 lines, -153 lines 0 comments Download
D src/com/google/caja/cajita-promise.js View 1 chunk +0 lines, -304 lines 0 comments Download
M src/com/google/caja/demos/capman/js/pacman.js View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/demos/playground/client/ui/PlaygroundView.java View 1 chunk +0 lines, -8 lines 0 comments Download
M src/com/google/caja/demos/trycaja/js/trycaja.js View 4 chunks +13 lines, -55 lines 0 comments Download
M src/com/google/caja/plugin/caja.js View 14 chunks +32 lines, -66 lines 0 comments Download
D src/com/google/caja/plugin/cajoling-service-client.js View 1 chunk +0 lines, -139 lines 0 comments Download
D src/com/google/caja/plugin/capture-cajoled-module.js View 1 chunk +0 lines, -75 lines 0 comments Download
D src/com/google/caja/plugin/capture-domado.js View 1 chunk +0 lines, -24 lines 0 comments Download
D src/com/google/caja/plugin/capture-taming-membrane.js View 1 chunk +0 lines, -35 lines 0 comments Download
D src/com/google/caja/plugin/capture-taming-schema.js View 1 chunk +0 lines, -35 lines 0 comments Download
M src/com/google/caja/plugin/domado.js View 3 chunks +7 lines, -20 lines 0 comments Download
D src/com/google/caja/plugin/es53-frame-group.js View 1 chunk +0 lines, -589 lines 0 comments Download
M src/com/google/caja/plugin/guest-manager.js View 4 chunks +2 lines, -22 lines 0 comments Download
D src/com/google/caja/plugin/json-rest-transport.js View 1 chunk +0 lines, -176 lines 0 comments Download
D src/com/google/caja/plugin/load-module.js View 1 chunk +0 lines, -195 lines 0 comments Download
M src/com/google/caja/plugin/ses-frame-group.js View 3 chunks +4 lines, -7 lines 0 comments Download
M src/com/google/caja/plugin/taming-membrane.js View 1 5 chunks +3 lines, -16 lines 0 comments Download
D src/com/google/caja/triv-logger.js View 1 chunk +0 lines, -45 lines 0 comments Download
M tests/com/google/caja/apitaming/tests-cajoled.js View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/apitaming/tests-index.js View 1 chunk +1 line, -2 lines 0 comments Download
M tests/com/google/caja/apitaming/tests-side-by-side.html View 1 chunk +2 lines, -4 lines 0 comments Download
M tests/com/google/caja/apitaming/tests-side-by-side.js View 1 chunk +1 line, -2 lines 0 comments Download
M tests/com/google/caja/plugin/BrowserTestCase.java View 2 chunks +5 lines, -7 lines 0 comments Download
D tests/com/google/caja/plugin/HtmlCompiledPluginTest.java View 1 chunk +0 lines, -295 lines 0 comments Download
M tests/com/google/caja/plugin/MainBrowserTest.java View 1 chunk +1 line, -3 lines 0 comments Download
D tests/com/google/caja/plugin/ModulesBrowserTest.java View 1 chunk +0 lines, -37 lines 0 comments Download
M tests/com/google/caja/plugin/apidiff/analyzer.html View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/apitaming-tests.json View 1 chunk +0 lines, -1 line 0 comments Download
M tests/com/google/caja/plugin/browser-test-case.js View 11 chunks +11 lines, -49 lines 0 comments Download
M tests/com/google/caja/plugin/browser-tests.json View 6 chunks +15 lines, -63 lines 0 comments Download
M tests/com/google/caja/plugin/cajajs-bare-test.html View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/catalog-parser.js View 9 chunks +5 lines, -64 lines 0 comments Download
D tests/com/google/caja/plugin/container.js View 1 chunk +0 lines, -79 lines 0 comments Download
M tests/com/google/caja/plugin/generic-host-page.html View 3 chunks +0 lines, -13 lines 0 comments Download
D tests/com/google/caja/plugin/load-module-test.js View 1 chunk +0 lines, -89 lines 0 comments Download
M tests/com/google/caja/plugin/meta-test.js View 2 chunks +3 lines, -3 lines 0 comments Download
D tests/com/google/caja/plugin/modules-test.html View 1 chunk +0 lines, -464 lines 0 comments Download
D tests/com/google/caja/plugin/modules-test-isolate.html View 1 chunk +0 lines, -45 lines 0 comments Download
D tests/com/google/caja/plugin/test-assert-es53mode.js View 1 chunk +0 lines, -1 line 0 comments Download
D tests/com/google/caja/plugin/test-assert-es5mode.js View 1 chunk +0 lines, -1 line 0 comments Download
D tests/com/google/caja/plugin/test-automode1.js View 1 chunk +0 lines, -58 lines 0 comments Download
D tests/com/google/caja/plugin/test-automode2.js View 1 chunk +0 lines, -59 lines 0 comments Download
D tests/com/google/caja/plugin/test-automode3.js View 1 chunk +0 lines, -56 lines 0 comments Download
D tests/com/google/caja/plugin/test-automode4.js View 1 chunk +0 lines, -64 lines 0 comments Download
M tests/com/google/caja/plugin/test-cajajs-invocation.js View 7 chunks +12 lines, -134 lines 0 comments Download
D tests/com/google/caja/plugin/test-cajajs-minor-version-skew-cajoled-module.js View 1 chunk +0 lines, -56 lines 0 comments Download
D tests/com/google/caja/plugin/test-cajajs-minor-version-skew-cajoler-response.js View 1 chunk +0 lines, -71 lines 0 comments Download
M tests/com/google/caja/plugin/test-cajajs-never-starts.js View 1 chunk +1 line, -1 line 0 comments Download
D tests/com/google/caja/plugin/test-cajajs-version-skew-cajoled-module.js View 1 chunk +0 lines, -58 lines 0 comments Download
D tests/com/google/caja/plugin/test-cajajs-version-skew-cajoler-response.js View 1 chunk +0 lines, -84 lines 0 comments Download
M tests/com/google/caja/plugin/test-cajajs-version-skew-js-files.js View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/test-client-uri-rewriting.js View 1 chunk +2 lines, -7 lines 0 comments Download
D tests/com/google/caja/plugin/test-compare-modes.js View 1 chunk +0 lines, -271 lines 0 comments Download
M tests/com/google/caja/plugin/test-container-overflow.js View 2 chunks +2 lines, -2 lines 0 comments Download
D tests/com/google/caja/plugin/test-custom-cajoling-service-client.js View 1 chunk +0 lines, -107 lines 0 comments Download
M tests/com/google/caja/plugin/test-domado-dom-guest.html View 5 chunks +54 lines, -82 lines 0 comments Download
M tests/com/google/caja/plugin/test-domado-events-guest.html View 3 chunks +5 lines, -20 lines 0 comments Download
M tests/com/google/caja/plugin/test-domado-forms-guest.html View 1 chunk +1 line, -3 lines 0 comments Download
M tests/com/google/caja/plugin/test-domado-global.js View 7 chunks +9 lines, -42 lines 0 comments Download
M tests/com/google/caja/plugin/test-domado-iframe-guest.html View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/test-domado-special.js View 1 chunk +0 lines, -5 lines 0 comments Download
M tests/com/google/caja/plugin/test-domado-special-guest.html View 2 chunks +5 lines, -34 lines 0 comments Download
M tests/com/google/caja/plugin/test-external-script-guest.html View 2 chunks +3 lines, -9 lines 0 comments Download
M tests/com/google/caja/plugin/test-index.html View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/test-inline-script.html View 1 chunk +2 lines, -4 lines 0 comments Download
M tests/com/google/caja/plugin/test-language-guest.html View 1 2 9 chunks +36 lines, -46 lines 0 comments Download
M tests/com/google/caja/plugin/test-mitigating-url-rewriter.js View 1 1 chunk +5 lines, -5 lines 0 comments Download
A tests/com/google/caja/plugin/test-mitigating-url-rewriter-input.js View 1 chunk +1 line, -0 lines 0 comments Download
A tests/com/google/caja/plugin/test-mitigating-url-rewriter-replacement.js View 1 chunk +1 line, -0 lines 0 comments Download
D tests/com/google/caja/plugin/test-precajole.js View 1 chunk +0 lines, -1 line 0 comments Download
D tests/com/google/caja/plugin/test-precajole-guest.html View 1 chunk +0 lines, -33 lines 0 comments Download
D tests/com/google/caja/plugin/test-precajole-precajoled.js View 1 chunk +0 lines, -1 line 0 comments Download
D tests/com/google/caja/plugin/test-proxies.js View 1 chunk +0 lines, -47 lines 0 comments Download
M tests/com/google/caja/plugin/test-scan-core.js View 5 chunks +4 lines, -23 lines 0 comments Download
M tests/com/google/caja/plugin/test-scan-guest.js View 8 chunks +10 lines, -50 lines 0 comments Download
D tests/com/google/caja/plugin/test-taming-primitives.js View 1 chunk +0 lines, -59 lines 0 comments Download
M tests/com/google/caja/plugin/test-taming-tamed.js View 1 chunk +15 lines, -17 lines 0 comments Download
M tests/com/google/caja/plugin/test-taming-tamed-guest.html View 3 chunks +16 lines, -24 lines 0 comments Download
M tests/com/google/caja/plugin/test-taming-untamed.js View 2 chunks +11 lines, -17 lines 0 comments Download
M tests/com/google/caja/plugin/test-taming-untamed-guest.html View 5 chunks +32 lines, -77 lines 0 comments Download
M tests/com/google/caja/plugin/test-target-attribute-presets.js View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/test-unicode.js View 3 chunks +12 lines, -17 lines 0 comments Download
M tests/com/google/caja/plugin/third-party-tests.json View 2 chunks +0 lines, -2 lines 0 comments Download
M tests/com/google/caja/ses/ses-tests.json View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/testParserSpeed.js View 1 chunk +1 line, -1 line 0 comments Download
D third_party/js/proxies/README View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/js/proxies/README-Caja View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/js/proxies/TestCases/callfix.js View 1 chunk +0 lines, -62 lines 0 comments Download
D third_party/js/proxies/TestCases/coerce-propertydescriptors.js View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/js/proxies/TestCases/construct-primitive.js View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/js/proxies/TestCases/constructor.js View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/js/proxies/TestCases/create.js View 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/js/proxies/TestCases/createFunction.js View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/js/proxies/TestCases/default-construct.js View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/js/proxies/TestCases/defaultProto.js View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/js/proxies/TestCases/defineProperty-attributes.js View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/js/proxies/TestCases/delegatedAccessor.js View 1 chunk +0 lines, -80 lines 0 comments Download
D third_party/js/proxies/TestCases/denyfix.js View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/js/proxies/TestCases/derivedset.js View 1 chunk +0 lines, -125 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/defineProperty.js View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/delete.js View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/enumerate.js View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/enumerate-nonempty.js View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/fix.js View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/get.js View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/getOwnPropertyDescriptor.js View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/getOwnPropertyNames.js View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/getPropertyDescriptor.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/has.js View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/hasOwn.js View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/keys.js View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/set.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/doublelifting/util.js View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/js/proxies/TestCases/duplicate-getOwnPropertyNames.js View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/js/proxies/TestCases/duplicate-keys.js View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/js/proxies/TestCases/enum-add.js View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/js/proxies/TestCases/enum-delete.js View 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/js/proxies/TestCases/enum-fix.js View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/js/proxies/TestCases/enum-mutate.js View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/js/proxies/TestCases/enumeration.js View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/js/proxies/TestCases/fixidentity.js View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/js/proxies/TestCases/functionproxies.js View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/js/proxies/TestCases/handlersharing.js View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/js/proxies/TestCases/handlerthis.js View 1 chunk +0 lines, -195 lines 0 comments Download
D third_party/js/proxies/TestCases/illegalargs.js View 1 chunk +0 lines, -120 lines 0 comments Download
D third_party/js/proxies/TestCases/instanceof.js View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/js/proxies/TestCases/invoke.js View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/js/proxies/TestCases/invokeDelegator.js View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/js/proxies/TestCases/meta-throw.js View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/js/proxies/TestCases/missing-derivedtraps.js View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/js/proxies/TestCases/missing-fundamentaltraps.js View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/js/proxies/TestCases/missingargs.js View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/js/proxies/TestCases/noconstructor.js View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/js/proxies/TestCases/nonconfigurable.js View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/js/proxies/TestCases/objectproxies.js View 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/js/proxies/TestCases/propertynames.js View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/js/proxies/TestCases/proxytypes.js View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/js/proxies/TestCases/recursive-fix.js View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/js/proxies/TestCases/returned-propertydescriptors.js View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/js/proxies/TestCases/sink.js View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/js/proxies/TestCases/stratification.js View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/js/proxies/TestCases/tostringarray/enumerate.js View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/js/proxies/TestCases/tostringarray/getOwnPropertyNames.js View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/js/proxies/TestCases/tostringarray/keys.js View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/defineProperty.js View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/delete.js View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/enumerate.js View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/enumerate-nonempty.js View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/fix.js View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/get.js View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/getOwnPropertyDescriptor.js View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/getOwnPropertyNames.js View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/getPropertyDescriptor.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/has.js View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/hasOwn.js View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/keys.js View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/set.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-arguments/util.js View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/defineProperty.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/delete.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/enumerate.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/fix.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/get.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/getOwnPropertyDescriptor.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/getOwnPropertyNames.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/getPropertyDescriptor.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/has.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/hasOwn.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/keys.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/set.js View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/js/proxies/TestCases/trap-throws/util.js View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/js/proxies/consolerunner.js View 1 chunk +0 lines, -237 lines 0 comments Download
D third_party/js/proxies/example.js View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/js/proxies/genhtmltests View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/js/proxies/gentests View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/js/proxies/license.html View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/js/proxies/proxytests.html View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/js/proxies/proxytests.js View 1 chunk +0 lines, -87 lines 0 comments Download

Messages

Total messages: 11
kpreid2
12 years, 5 months ago (2013-10-03 19:42:04 UTC) #1
metaweta
The King is dead, long live the King! On Thu, Oct 3, 2013 at 1:42 ...
12 years, 5 months ago (2013-10-03 20:09:45 UTC) #2
ihab.awad
lgtm https://codereview.appspot.com/14347044/diff/1/build.xml File build.xml (right): https://codereview.appspot.com/14347044/diff/1/build.xml#newcode1087 build.xml:1087: <include name="**/caja/es53.js"/><!-- es53 legacy --> Wondering why we ...
12 years, 5 months ago (2013-10-04 04:31:05 UTC) #3
kpreid2
* Remove ES5/3 mode from caja.js (the es5Mode parameter remains but may not be set ...
12 years, 5 months ago (2013-10-04 18:10:04 UTC) #4
kpreid2
Felix, do you want to weigh in on this one? https://codereview.appspot.com/14347044/diff/1/build.xml File build.xml (right): https://codereview.appspot.com/14347044/diff/1/build.xml#newcode1087 ...
12 years, 5 months ago (2013-10-04 18:11:22 UTC) #5
ihab.awad
All sgtm, still lgtm
12 years, 5 months ago (2013-10-04 18:14:52 UTC) #6
felix8a
I'm on vacation but James is sick so this is less vacationy than I had ...
12 years, 5 months ago (2013-10-04 18:40:28 UTC) #7
felix8a
lgtm https://codereview.appspot.com/14347044/diff/8001/tests/com/google/caja/plugin/test-language-guest.html File tests/com/google/caja/plugin/test-language-guest.html (right): https://codereview.appspot.com/14347044/diff/8001/tests/com/google/caja/plugin/test-language-guest.html#newcode688 tests/com/google/caja/plugin/test-language-guest.html:688: // ReferenceErrors are currently disabled due to efficiency ...
12 years, 5 months ago (2013-10-07 20:10:10 UTC) #8
Mark S. Miller
https://codereview.appspot.com/14347044/diff/8001/tests/com/google/caja/plugin/test-language-guest.html File tests/com/google/caja/plugin/test-language-guest.html (right): https://codereview.appspot.com/14347044/diff/8001/tests/com/google/caja/plugin/test-language-guest.html#newcode688 tests/com/google/caja/plugin/test-language-guest.html:688: // ReferenceErrors are currently disabled due to efficiency On ...
12 years, 5 months ago (2013-10-07 20:20:42 UTC) #9
kpreid2
* Remove ES5/3 mode from caja.js (the es5Mode parameter remains but may not be set ...
12 years, 5 months ago (2013-10-08 16:42:35 UTC) #10
kpreid2
12 years, 5 months ago (2013-10-08 16:42:41 UTC) #11
https://codereview.appspot.com/14347044/diff/8001/tests/com/google/caja/plugi...
File tests/com/google/caja/plugin/test-language-guest.html (right):

https://codereview.appspot.com/14347044/diff/8001/tests/com/google/caja/plugi...
tests/com/google/caja/plugin/test-language-guest.html:688: // ReferenceErrors
are currently disabled due to efficiency
On 2013/10/07 20:20:44, Mark S. Miller wrote:
> On 2013/10/07 20:10:12, felix8a wrote:
> > should this be a TODO?
> 
> probably. Or a link to an issue which should be filed for tracking this.

Done.
Sign in to reply to this message.

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