aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Remove one of the checks for memory leakOleg2014-01-141-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 themcjqed2014-01-031-9/+8
| | | | | Closes gh-1470 Ref #1457
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-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 testsCorey Frang2013-11-261-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.hongymagic2013-11-141-1/+6
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+3
|
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-0/+18
| | | | | (cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092) (conflicts with .data() resolved manually)
* Use full version of jQuery 1.9.1Oleg2013-11-082-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 violationsOleg2013-11-074-8/+9
| | | | Close gh-1413
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-0/+24
|
* Ref f9d41ac6: Opera-compatible form targetRichard Gibson2013-11-041-1/+1
| | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c)
* Fix #14379: AJAX requests on unloadRichard Gibson2013-11-041-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 Methvin2013-10-221-18/+0
| | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks.
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-0/+18
| | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts.
* No ticket: Fix subproject iframe testsRichard Gibson2013-10-112-9/+17
| | | | (cherry picked from commit 13d58a9bec67356ecae0d6902cb634e52cebcf19)
* Convert testrunner to an AMD module and ensure jQuery is on the page when ↵Timmy Willison2013-09-062-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 Willison2013-09-062-15/+67
|
* Use requirejs to load the testswarm inject scriptTimmy Willison2013-09-061-14/+0
|
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-067-4/+47
|
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-032-27/+32
| | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-13/+27
| | | | | Conflicts: src/css.js
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-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 Gibson2013-04-162-2/+5
|
* Further spacing & code style corrections.Michał Gołębiowski2013-04-153-58/+58
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-093-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 Methvin2013-04-081-0/+16
| | | | | | | (Cherry picked from 85fc5878b3c6af73f42d61eedf73013e7faae408) Conflicts: src/event.js
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.Michał Gołębiowski2013-04-031-0/+19
|
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-1/+1
|
* Remove the define.amd.jQuery check, close gh-1150.jrburke2013-04-031-3/+1
| | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-281-0/+6
| | | | responseXXX fields are set on the jqXHR. Close gh-1164.
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-12/+15
| | | | (cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-0821-23/+48
|
* Fix #13310. Get the right display value for disconnected nodes. Close gh-1155.Oleg2013-02-041-0/+2
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-2618-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 Gibson2013-01-251-0/+22
|
* Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵byroot2013-01-241-0/+5
| | | | #13261.
* Fix #13064: better test fixture cleanup. Close gh-1075.Richard Gibson2012-12-161-2/+2
|
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-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 Tijhof2012-12-101-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 Tijhof2012-12-063-10/+10
|
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-0534-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."jaubourg2012-12-051-4/+4
| | | | This reverts commit 20608b3579d70d3bac7fd74b4e11e4c08cd9d9b5.
* 228ab3d followup 1: fix test failures. Close gh-1056.Richard Gibson2012-12-051-4/+4
|
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-0434-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 @jaubourgRichard Gibson2012-12-032-23/+29
|
* Improvements per @jaubourgRichard Gibson2012-12-032-2/+4
|
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-023-33/+40
|
* sandboxes start for real this time (fixes test failures in IE)jaubourg2012-11-272-8/+8
|
* Greatly simplifies ajaxTestjaubourg2012-11-261-65/+45
|
* Total revamping of the ajax unit testsjaubourg2012-11-262-1/+100
|