aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
* Core: Do not run window.onready when readyDave Methvin2014-03-041-0/+24
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-041-0/+18
* Ajax: .load() should trim its selectorDave Methvin2014-03-041-0/+1
* Tests: Remove one of the checks for memory leakOleg2014-01-141-12/+0
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-11/+7
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-1/+1
* Ajax: Use weak ETag header in testsCorey Frang2013-11-261-2/+5
* Ref #14503: Cherry-pick tests.hongymagic2013-11-151-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
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-1/+0
* Use full version of jQuery 1.9.1Oleg2013-11-082-4/+9597
* Add more thorough check for CSP violationsOleg2013-11-074-8/+9
* 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
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-281-0/+30
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-18/+0
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-0/+18
* No ticket: Fix subproject iframe testsRichard Gibson2013-10-112-9/+17
* Convert testrunner to an AMD module and ensure jQuery is on the page when exe...Timmy Willison2013-09-062-289/+293
* No ticket: link testinitTimmy Willison2013-09-061-1/+1
* 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. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-0611-103/+21
* Fix #14084: attach the test div to documentElement, not body.Michał Gołębiowski2013-09-051-0/+26
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-032-28/+33
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-13/+27
* Revert "Close php tags for ajax tests on swarm"Timmy Willison2013-08-193-8/+2
* Close php tags for ajax tests on swarmTimmy Willison2013-08-193-2/+8
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-12/+3
* Fix #13596; #13722: .replaceWith consistency. Close gh-1216.Richard Gibson2013-04-162-2/+5
* Correct spacing.Michał Gołębiowski2013-04-153-58/+58
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-093-73/+70
* Fix #13393. Avoid IE9 activeElement of death.Dave Methvin2013-04-081-0/+16
* Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.Michał Gołębiowski2013-04-042-0/+38
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-0/+19
* Remove the define.amd.jQuery check, ref gh-1150.jrburke2013-02-281-3/+1
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-281-0/+6
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-12/+15
* Fix 363299ac failuresRichard Gibson2013-02-072-4/+7
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-0722-24/+46
* Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.Oleg2013-02-041-0/+2
* Avoid potential for breakage if test suite is run in a frameRick Waldron2013-02-031-1/+1
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-032-34/+60
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-2618-18/+18
* 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
* Adds the abort on unload trick back in since IE9 still exhibits the bugjaubourg2013-01-071-0/+25
* Revert data.js rewrite.Dave Methvin2013-01-031-62/+53