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

Issue 10091043: Update jQuery to 1.9 and remove test cajoling. (Closed)

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

Description

Remove the precajoling for jQuery tests because they contain content which the cajoler rejects, and since ES5/3 mode and the cajoler are deprecated it is not worth the effort to either loosen the restrictions or continue to patch the test suite to accept it. Also, there are now no build dependencies on the jQuery test suite. The eventual goal is to be able to test with different versions of jQuery by merely supplying a different test catalog. Currently we still find we need to patch the test suite itself for strict-mode restrictions. (jQuery 1.9 is not the latest version any more but it is what I have as part of this overall change.) @r5443

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67328 lines, -41954 lines) Patch
M build.xml View 3 chunks +2 lines, -111 lines 0 comments Download
M src/com/google/caja/plugin/domado.js View 1 chunk +1 line, -1 line 0 comments Download
D tests/com/google/caja/jquery/hostpage-template.html View 1 chunk +0 lines, -82 lines 0 comments Download
D tests/com/google/caja/jquery/index.html View 1 chunk +0 lines, -108 lines 0 comments Download
D tests/com/google/caja/jquery/index-template.html View 1 chunk +0 lines, -267 lines 0 comments Download
tests/com/google/caja/plugin/third-party-tests.json View 5 chunks +65 lines, -71 lines 0 comments Download
M third_party/js/jqueryjs/.editorconfig View 1 chunk +10 lines, -3 lines 0 comments Download
A third_party/js/jqueryjs/.gitmodules View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/.jshintrc View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/AUTHORS.txt View 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/CONTRIBUTING.md View 1 chunk +216 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/GPL-LICENSE.txt View 1 chunk +0 lines, -278 lines 0 comments Download
A third_party/js/jqueryjs/Gruntfile.js View 1 chunk +496 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/MIT-LICENSE.txt View 1 chunk +2 lines, -1 line 0 comments Download
D third_party/js/jqueryjs/Makefile View 1 chunk +0 lines, -25 lines 0 comments Download
M third_party/js/jqueryjs/README.md View 7 chunks +52 lines, -17 lines 0 comments Download
A third_party/js/jqueryjs/README-Caja.txt View 1 chunk +7 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/build/release.js View 1 chunk +198 lines, -121 lines 0 comments Download
M third_party/js/jqueryjs/build/release-notes.js View 2 chunks +22 lines, -17 lines 0 comments Download
D third_party/js/jqueryjs/build/release-notes.txt View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/js/jqueryjs/dist/.sizecache.json View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/js/jqueryjs/dist/jquery.js View 197 chunks +4034 lines, -3598 lines 0 comments Download
M third_party/js/jqueryjs/dist/jquery.min.js View 1 chunk +5 lines, -2 lines 0 comments Download
third_party/js/jqueryjs/grunt.js View 1 chunk +0 lines, -299 lines 0 comments Download
M third_party/js/jqueryjs/package.json View 1 chunk +37 lines, -32 lines 0 comments Download
D third_party/js/jqueryjs/runtest/env.js View 1 chunk +0 lines, -731 lines 0 comments Download
M third_party/js/jqueryjs/speed/jquery-basis.js View 11 chunks +12 lines, -12 lines 0 comments Download
A third_party/js/jqueryjs/src/.jshintrc View 1 chunk +23 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/ajax.js View 17 chunks +325 lines, -467 lines 0 comments Download
third_party/js/jqueryjs/src/ajax/jsonp.js View 3 chunks +12 lines, -19 lines 0 comments Download
M third_party/js/jqueryjs/src/ajax/script.js View 4 chunks +11 lines, -10 lines 0 comments Download
M third_party/js/jqueryjs/src/ajax/xhr.js View 10 chunks +23 lines, -38 lines 0 comments Download
third_party/js/jqueryjs/src/attributes.js View 16 chunks +193 lines, -184 lines 0 comments Download
M third_party/js/jqueryjs/src/callbacks.js View 4 chunks +18 lines, -14 lines 0 comments Download
M third_party/js/jqueryjs/src/core.js View 26 chunks +322 lines, -311 lines 0 comments Download
M third_party/js/jqueryjs/src/css.js View 23 chunks +225 lines, -152 lines 0 comments Download
M third_party/js/jqueryjs/src/data.js View 5 chunks +188 lines, -216 lines 0 comments Download
M third_party/js/jqueryjs/src/deferred.js View 6 chunks +20 lines, -23 lines 0 comments Download
A third_party/js/jqueryjs/src/deprecated.js View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/dimensions.js View 3 chunks +7 lines, -10 lines 0 comments Download
M third_party/js/jqueryjs/src/effects.js View 23 chunks +186 lines, -73 lines 0 comments Download
third_party/js/jqueryjs/src/event.js View 26 chunks +283 lines, -363 lines 0 comments Download
A third_party/js/jqueryjs/src/event-alias.js View 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/intro.js View 1 chunk +10 lines, -6 lines 0 comments Download
M third_party/js/jqueryjs/src/manipulation.js View 16 chunks +349 lines, -352 lines 0 comments Download
M third_party/js/jqueryjs/src/offset.js View 4 chunks +43 lines, -54 lines 0 comments Download
M third_party/js/jqueryjs/src/queue.js View 6 chunks +12 lines, -7 lines 0 comments Download
D third_party/js/jqueryjs/src/selector.js View 1 chunk +0 lines, -1419 lines 0 comments Download
A third_party/js/jqueryjs/src/serialize.js View 1 chunk +99 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/sizzle-jquery.js View 1 chunk +1 line, -2 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/.gitattributes View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/.gitmodules View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/.jshintrc View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/AUTHORS.txt View 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/sizzle/LICENSE View 1 chunk +18 lines, -145 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/README View 1 chunk +0 lines, -14 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/README.md View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/component.json View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/grunt.js View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/package.json View 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/sizzle/sizzle.js View 2 chunks +1486 lines, -1039 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/.jshintrc View 1 chunk +20 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/config.ini View 1 chunk +0 lines, -31 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/data/checkJava.js View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/data/selector.html View 1 chunk +3325 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/src/sizzle/speed/domReady.js View 1 chunk +129 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/src/sizzle/speed/footer.html View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/js/jqueryjs/src/sizzle/speed/frameworks/dojo.js View 19 chunks +16209 lines, -6965 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/frameworks/domass.js View 1 chunk +0 lines, -1402 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/frameworks/jquery.js View 1 chunk +0 lines, -3549 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/frameworks/jquery-1.7.2.js View 1 chunk +9404 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/frameworks/jquery-1.8.1.js View 1 chunk +9301 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/frameworks/mootools.js View 1 chunk +0 lines, -3946 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/frameworks/mootools-slick.js View 1 chunk +1213 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/frameworks/nwmatcher.js View 1 chunk +1626 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/frameworks/oldSizzle.js View 1 chunk +1719 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/frameworks/prototype.js View 1 chunk +0 lines, -4320 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/frameworks/qwery.js View 1 chunk +241 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/header.html View 1 chunk +0 lines, -6 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/index.html View 1 chunk +50 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/index.php View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/instructions.txt View 1 chunk +0 lines, -4 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/require.js View 1 chunk +1934 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/src/sizzle/speed/selectors.css View 1 chunk +48 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/selectors.list View 1 chunk +0 lines, -40 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/selectors.large.css View 1 chunk +273 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/selectors.small.css View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/speed.css View 1 chunk +270 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/speed.js View 1 chunk +592 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/style.css View 1 chunk +0 lines, -189 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/system/index.php View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/system/slickspeed.js View 1 chunk +0 lines, -147 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/system/template.php View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/speed/template.html View 1 chunk +0 lines, -2865 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/speed/text.js View 1 chunk +308 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/src/sizzle/test/.jshintrc View 1 chunk +42 lines, -0 lines 0 comments Download
D third_party/js/jqueryjs/src/sizzle/test/data/sizzle-jquery.js View 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/js/jqueryjs/src/sizzle/test/data/testinit.js View 2 chunks +26 lines, -1 line 0 comments Download
D third_party/js/jqueryjs/src/sizzle/test/data/with_fries.xml View 1 chunk +0 lines, -25 lines 0 comments Download
third_party/js/jqueryjs/src/sizzle/test/index.html View 5 chunks +27 lines, -41 lines 0 comments Download
M third_party/js/jqueryjs/src/sizzle/test/unit/selector.js View 23 chunks +619 lines, -164 lines 0 comments Download
third_party/js/jqueryjs/src/sizzle/test/unit/utilities.js View 1 chunk +116 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/src/support.js View 5 chunks +101 lines, -128 lines 0 comments Download
M third_party/js/jqueryjs/src/traversing.js View 10 chunks +40 lines, -63 lines 0 comments Download
A third_party/js/jqueryjs/test/.jshintignore View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/.jshintrc View 1 chunk +55 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/test/csp.php View 1 chunk +4 lines, -1 line 0 comments Download
A third_party/js/jqueryjs/test/data/ajax/unreleasedXHR.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/data/badcall.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/data/core/cc_on.html View 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/data/dimensions/documentLarge.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/dimensions/documentSmall.html View 1 chunk +1 line, -1 line 0 comments Download
D third_party/js/jqueryjs/test/data/event/asyncReady.html View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/js/jqueryjs/test/data/event/longLoad.php View 1 chunk +0 lines, -6 lines 0 comments Download
A third_party/js/jqueryjs/test/data/event/longLoadScript.php View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/data/event/promiseReady.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/data/event/syncReady.html View 1 chunk +10 lines, -5 lines 0 comments Download
D third_party/js/jqueryjs/test/data/include_js.php View 1 chunk +0 lines, -106 lines 0 comments Download
A third_party/js/jqueryjs/test/data/jquery-1.8.2.ajax_xhr.min.js View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/data/manipulation/iframe-denied.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/data/nocontent.php View 1 chunk +5 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/test/data/offset/absolute.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/offset/body.html View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/data/offset/fixed.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/offset/relative.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/offset/scroll.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/offset/static.html View 1 chunk +1 line, -1 line 0 comments Download
third_party/js/jqueryjs/test/data/offset/table.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/selector/html5_selector.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/selector/sizzle_cache.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/data/support/bodyBackground.html View 1 chunk +1 line, -1 line 0 comments Download
A third_party/js/jqueryjs/test/data/support/shrinkWrapBlocks.html View 1 chunk +23 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/data/support/testElementCrash.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/data/test.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/data/testinit.js View 10 chunks +118 lines, -87 lines 0 comments Download
M third_party/js/jqueryjs/test/data/testrunner.js View 3 chunks +333 lines, -10 lines 0 comments Download
M third_party/js/jqueryjs/test/data/testsuite.css View 4 chunks +35 lines, -10 lines 0 comments Download
M third_party/js/jqueryjs/test/data/ua.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/data/with_fries.xml View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/js/jqueryjs/test/delegatetest.html View 1 chunk +1 line, -1 line 0 comments Download
third_party/js/jqueryjs/test/hovertest.html View 1 chunk +1 line, -1 line 0 comments Download
A third_party/js/jqueryjs/test/index.html View 1 chunk +330 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/localfile.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/networkerror.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/polluted.php View 1 chunk +13 lines, -2 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/AUTHORS.txt View 1 chunk +55 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/History.md View 1 chunk +84 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/README.md View 3 chunks +23 lines, -9 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/addons/.jshintrc View 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/canvas/README.md View 1 chunk +10 lines, -9 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/canvas/canvas.html View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/canvas/canvas-test.js View 1 chunk +16 lines, -16 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/close-enough/README.md View 1 chunk +10 lines, -9 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/close-enough/close-enough.html View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/close-enough/close-enough-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/close-enough/qunit-close-enough.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/composite/README.md View 1 chunk +21 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/composite/composite-demo-test.html View 1 chunk +8 lines, -10 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/composite/index.html View 1 chunk +29 lines, -28 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/composite/qunit-composite.css View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/composite/qunit-composite.js View 2 chunks +11 lines, -1 line 0 comments Download
third_party/js/jqueryjs/test/qunit/addons/junitlogger/README.md View 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/junitlogger/index.html View 1 chunk +30 lines, -30 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/junitlogger/junitlogger.js View 1 chunk +228 lines, -190 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/addons/phantomjs/README.md View 1 chunk +16 lines, -0 lines 0 comments Download
third_party/js/jqueryjs/test/qunit/addons/phantomjs/runner.js View 1 chunk +127 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/step/README.md View 1 chunk +16 lines, -14 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/step/qunit-step.js View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/step/step.html View 1 chunk +5 lines, -5 lines 0 comments Download
third_party/js/jqueryjs/test/qunit/addons/step/step-test.js View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/themes/README.md View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/themes/gabe.css View 3 chunks +18 lines, -9 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/themes/gabe.html View 1 chunk +5 lines, -4 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/addons/themes/ninja.css View 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/addons/themes/ninja.html View 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/themes/nv.css View 3 chunks +15 lines, -6 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/addons/themes/nv.html View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/grunt.js View 1 chunk +73 lines, -69 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/package.json View 2 chunks +10 lines, -6 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/qunit/.jshintrc View 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/qunit/qunit.css View 10 chunks +36 lines, -28 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/qunit/qunit.js View 55 chunks +665 lines, -270 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/test/.jshintrc View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/test/async.html View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/js/jqueryjs/test/qunit/test/async.js View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/deepEqual.js View 12 chunks +52 lines, -46 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/headless.html View 1 chunk +17 lines, -13 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/index.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/logs.html View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/logs.js View 3 chunks +79 lines, -75 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/narwhal-test.js View 2 chunks +9 lines, -9 lines 0 comments Download
third_party/js/jqueryjs/test/qunit/test/node-test.js View 2 chunks +9 lines, -7 lines 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/swarminject.js View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/js/jqueryjs/test/qunit/test/test.js View 19 chunks +318 lines, -54 lines 0 comments Download
M third_party/js/jqueryjs/test/readywait.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/js/jqueryjs/test/unit/ajax.js View 1 chunk +1620 lines, -2153 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/attributes.js View 28 chunks +562 lines, -459 lines 0 comments Download
third_party/js/jqueryjs/test/unit/callbacks.js View 15 chunks +115 lines, -41 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/core.js View 26 chunks +448 lines, -412 lines 0 comments Download
third_party/js/jqueryjs/test/unit/css.js View 30 chunks +343 lines, -88 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/data.js View 20 chunks +182 lines, -185 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/deferred.js View 16 chunks +130 lines, -89 lines 0 comments Download
A third_party/js/jqueryjs/test/unit/deprecated.js View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/dimensions.js View 21 chunks +63 lines, -49 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/effects.js View 37 chunks +686 lines, -267 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/event.js View 94 chunks +688 lines, -972 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/manipulation.js View 27 chunks +1234 lines, -805 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/offset.js View 6 chunks +310 lines, -242 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/queue.js View 11 chunks +44 lines, -17 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/selector.js View 7 chunks +59 lines, -38 lines 0 comments Download
A third_party/js/jqueryjs/test/unit/serialize.js View 1 chunk +146 lines, -0 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/support.js View 8 chunks +182 lines, -75 lines 0 comments Download
M third_party/js/jqueryjs/test/unit/traversing.js View 17 chunks +70 lines, -46 lines 0 comments Download
D third_party/js/jqueryjs/version.txt View 1 chunk +0 lines, -1 line 0 comments Download

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