aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-143-5/+7
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-122-0/+51
* Ref 71b2ac52: Disallow 2.x bypass of environmental helper methodsRichard Gibson2013-11-121-13/+0
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-122-7/+71
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-1110-131/+56
* No ticket. Remove version sniffing from test/unit/support.js, browsers got up...Michał Gołębiowski2013-11-111-5/+3
* No ticket. Restore some parsing tests in core.Michał Gołębiowski2013-11-101-5/+8
* Don't execute focus tests in FirefoxOleg2013-11-081-72/+75
* Use full version of jQuery 1.9.1Oleg2013-11-084-7/+9602
* Add more thorough check for CSP violationsOleg2013-11-075-22/+27
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-073-3/+50
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-0/+6
* Fix #11809: Update text without creating DOM nodes. Close gh-1412.Chris Antaki2013-11-051-2/+20
* Ref f9d41ac6: Opera-compatible form targetRichard Gibson2013-11-041-1/+1
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-282-0/+35
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-12/+2
* Add tests for class manipulation on jQuery object containing more than one el...Michał Gołębiowski2013-10-251-0/+43
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-222-45/+0
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-222-0/+45
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-12/+45
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-0/+6
* No ticket: Test cleanupRichard Gibson2013-10-151-21/+9
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-0/+18
* No ticket: Fix subproject iframe testsRichard Gibson2013-10-113-9/+18
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-0/+8
* Add setup function for the event moduleOleg2013-09-301-3/+6
* Focus on the body before running focus testOleg2013-09-301-22/+21
* Run focus test only if document has focusOleg2013-09-231-21/+21
* No ticket: Fix IE focus test failuresRichard Gibson2013-09-231-2/+5
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-10/+14
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-7/+8
* Small adjustment to prefilter test. Follow the right path for prefixes.Timmy Willison2013-09-121-1/+2
* Adjust prefilter test to error on string indexing in oldIETimmy Willison2013-09-121-1/+2
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
* Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.Michał Gołębiowski2013-09-111-3/+21
* Woops, lint grunt fileTimmy Willison2013-09-101-1/+1
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+6
* Ensure display: inline-block when animating width/height on inline elements. ...Timmy Willison2013-09-101-3/+7
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-1/+0
* No ticket. Restore support for Safari 5.1 in test/unit/support.js for now.Michał Gołębiowski2013-09-071-7/+13
* Convert testrunner to an AMD module and ensure jQuery is on the page when exe...Timmy Willison2013-09-065-293/+303
* No ticket: link testinitTimmy Willison2013-09-061-1/+1
* Move test loader to testinit.js. Fix race condition with dependency loading.Timmy Willison2013-09-063-69/+68
* Use requirejs to load the testswarm inject scriptTimmy Willison2013-09-062-16/+15
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-0615-246/+135
* Fix #14084: attach the test div to documentElement, not body.Michał Gołębiowski2013-09-052-0/+31
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-036-32/+41
* Ref #14313: Further code and test improvementsRichard Gibson2013-09-031-12/+52
* Fix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a54...Richard Gibson2013-08-301-7/+12