Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Remove one of the checks for memory leak | Oleg | 2014-01-14 | 1 | -12/+0 |
| | | | | | This check is redundant since jQuery.fragments object does not exist anymore (cherry-picked from 38c122a73a843a0d117d4f962cc94fda6f553086) | ||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2014-01-03 | 1 | -9/+8 |
| | | | | | Closes gh-1470 Ref #1457 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html | ||||
* | Ajax: Use weak ETag header in tests | Corey Frang | 2013-11-26 | 1 | -2/+5 |
| | | | | | | | See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation Close gh-1448 (cherry picked from commit d2aa969206aa1b7738b911cdaf29038f249b5066) | ||||
* | Fix #14503: Cast to string before setting XHR header. Close gh-1427. | hongymagic | 2013-11-14 | 1 | -1/+6 |
| | |||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -1/+3 |
| | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 1 | -0/+18 |
| | | | | | (cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092) (conflicts with .data() resolved manually) | ||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 2 | -5/+9597 |
| | | | | | Had some weird failures in IE with xhr build of 1.9.1. Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit | ||||
* | Fix #14422 and add more thorough check for CSP violations | Oleg | 2013-11-07 | 4 | -8/+9 |
| | | | | Close gh-1413 | ||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -0/+24 |
| | |||||
* | Ref f9d41ac6: Opera-compatible form target | Richard Gibson | 2013-11-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c) | ||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-11-04 | 1 | -0/+30 |
| | | | | | | | | (cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111) Conflicts: src/ajax/xhr.js | ||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 1 | -18/+0 |
| | | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 1 | -0/+18 |
| | | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts. | ||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 2 | -9/+17 |
| | | | | (cherry picked from commit 13d58a9bec67356ecae0d6902cb634e52cebcf19) | ||||
* | Convert testrunner to an AMD module and ensure jQuery is on the page when ↵ | Timmy Willison | 2013-09-06 | 2 | -283/+293 |
| | | | | | | | | executing the testrunner (another race condition amplified by swarm) Conflicts: test/data/testinit.js test/data/testrunner.js | ||||
* | Move test loader to testinit.js. Fix race condition with dependency loading. | Timmy Willison | 2013-09-06 | 2 | -15/+67 |
| | |||||
* | Use requirejs to load the testswarm inject script | Timmy Willison | 2013-09-06 | 1 | -14/+0 |
| | |||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 7 | -4/+47 |
| | |||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 2 | -27/+32 |
| | | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js | ||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -13/+27 |
| | | | | | Conflicts: src/css.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 2 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Fix #13596; #13722: .replaceWith consistency. Close gh-1216. | Richard Gibson | 2013-04-16 | 2 | -2/+5 |
| | |||||
* | Further spacing & code style corrections. | Michał Gołębiowski | 2013-04-15 | 3 | -58/+58 |
| | |||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 3 | -73/+70 |
| | | | | | | | | | | | | | | | | in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js | ||||
* | Fix #13393. Avoid IE9 activeElement of death. | Dave Methvin | 2013-04-08 | 1 | -0/+16 |
| | | | | | | | (Cherry picked from 85fc5878b3c6af73f42d61eedf73013e7faae408) Conflicts: src/event.js | ||||
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+19 |
| | |||||
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | Remove the define.amd.jQuery check, close gh-1150. | jrburke | 2013-04-03 | 1 | -3/+1 |
| | | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js | ||||
* | Fixes #11151, #13388. Minor refactor of response conversion and when/where | jaubourg | 2013-02-28 | 1 | -0/+6 |
| | | | | responseXXX fields are set on the jqXHR. Close gh-1164. | ||||
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -12/+15 |
| | | | | (cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9) | ||||
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 21 | -23/+48 |
| | |||||
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1155. | Oleg | 2013-02-04 | 1 | -0/+2 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 18 | -17/+42 |
| | | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7. | ||||
* | Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143. | Richard Gibson | 2013-01-25 | 1 | -0/+22 |
| | |||||
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵ | byroot | 2013-01-24 | 1 | -0/+5 |
| | | | | #13261. | ||||
* | Fix #13064: better test fixture cleanup. Close gh-1075. | Richard Gibson | 2012-12-16 | 1 | -2/+2 |
| | |||||
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -2/+2 |
| | | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit. | ||||
* | Test: Remove fixtures from QUnit.done hook. Close gh-1069. | Timo Tijhof | 2012-12-10 | 1 | -0/+5 |
| | | | | | | This fixes jquery/testswarm#197. These are currently removed from the TestSwarm injector, however this is jQuery specific, and should be done from this end instead. | ||||
* | Make compatible with jshint, lint test/data. Close gh-1043. | Timo Tijhof | 2012-12-06 | 3 | -10/+10 |
| | |||||
* | Revert "Organizes the php scripts used for testing better, so that the whole ↵ | jaubourg | 2012-12-05 | 34 | -126/+526 |
| | | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57. | ||||
* | Revert "228ab3d followup 1: fix test failures. Close gh-1056." | jaubourg | 2012-12-05 | 1 | -4/+4 |
| | | | | This reverts commit 20608b3579d70d3bac7fd74b4e11e4c08cd9d9b5. | ||||
* | 228ab3d followup 1: fix test failures. Close gh-1056. | Richard Gibson | 2012-12-05 | 1 | -4/+4 |
| | |||||
* | Organizes the php scripts used for testing better, so that the whole logic ↵ | jaubourg | 2012-12-04 | 34 | -526/+126 |
| | | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore. | ||||
* | More improvements per @jaubourg | Richard Gibson | 2012-12-03 | 2 | -23/+29 |
| | |||||
* | Improvements per @jaubourg | Richard Gibson | 2012-12-03 | 2 | -2/+4 |
| | |||||
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 3 | -33/+40 |
| | |||||
* | sandboxes start for real this time (fixes test failures in IE) | jaubourg | 2012-11-27 | 2 | -8/+8 |
| | |||||
* | Greatly simplifies ajaxTest | jaubourg | 2012-11-26 | 1 | -65/+45 |
| | |||||
* | Total revamping of the ajax unit tests | jaubourg | 2012-11-26 | 2 | -1/+100 |
| |