aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression where has with multiple contexts was not filtering correctly...Timmy Willison2012-07-271-2/+5
* Adding a check for double progress call in effects unitsCorey Frang2012-07-251-0/+4
* Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.Daniel Chatfield2012-07-251-0/+12
* Pull in unit tests from gh-877, thanks @orkel!Dave Methvin2012-07-251-5/+10
* Give .stop() queue animations more leeway for Stutterin' Swarmy.Dave Methvin2012-07-251-2/+2
* Fix #12148. Let .toggle() call the public .hide() for punching.Dave Methvin2012-07-251-1/+12
* This should repair the unitCorey Frang2012-07-251-23/+21
* Trying to repair a unitCorey Frang2012-07-251-19/+23
* Fail silently if closest is somehow called on a document. Fixes #10726.Timmy Willison2012-07-251-1/+4
* Remove IE8 testswarm hacks for offset.Dave Methvin2012-07-251-20/+9
* Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."Dave Methvin2012-07-251-11/+0
* Loosen the ajax statusText check so Safari AND Chrome pass.Dave Methvin2012-07-251-1/+1
* Fix #7579. Don't convert to number if it changes the string. Close gh-852.Dave Methvin2012-07-251-3/+7
* Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.Daniel Chatfield2012-07-251-0/+11
* Sizzle: fix issue with adjusting the context on relative combinators in eleme...Timmy Willison2012-07-231-1/+1
* Support event delegation with relative selectors. Fixes #10762. Closes gh-860.Richard Gibson2012-07-231-7/+10
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-222-7/+9
* Really support subproject tests in testswarm, closes gh-868Richard Gibson2012-07-221-61/+107
* Fix the logic to set overflow:hidden on width & height animations - Fixes #12...Corey Frang2012-07-201-0/+14
* Let subproject tests use their own test fixture. Closes gh-867.Dave Methvin2012-07-192-2/+79
* Extracts the serialization code from the ajax module so that alternative ajax...jaubourg2012-07-133-132/+146
* Image location is relative to css file, not html file.Dave Methvin2012-07-121-1/+1
* Update to QUnit 1.9.0Dave Methvin2012-07-121-0/+0
* Followup on #10791: "[class~=foo]" is better. Closes gh-858.Richard Gibson2012-07-121-2/+2
* Fix #11547. toLowerCase not work good on XML attributes.Dave Methvin2012-07-112-15/+27
* Wontfix #10791: please use "[class=foo]" with SVG elementsRichard Gibson2012-07-111-2/+2
* Remove a few stray spaces in unit tests.Dave Methvin2012-07-102-3/+3
* You can't hurry tests, no, you just have to wait.Dave Methvin2012-07-101-2/+2
* Fix #10517. before() and after() on disconnected node should return multiple ...Uri Gilad2012-07-101-0/+7
* Fix #11962. Standardize getter return values for empty sets.Uri Gilad2012-07-092-0/+11
* Fix #11971 unit test in browsers lacking backgroundPositionX.Richard Gibson2012-07-091-0/+7
* Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.Mike Sherov2012-07-066-30/+72
* Fix #8482, offsetParent should not return null. Closes gh-847.Nowres Rafid2012-07-062-1/+7
* Fix #11971: force numeric animation start to be numeric, closes gh-836.Richard Gibson2012-07-052-4/+40
* Fix #12026. Let props in $(html, props) be any jQuery.fn method.Dave Methvin2012-07-051-4/+12
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-0514-576/+587
* Ever notice that static and problematic rhyme?Dave Methvin2012-07-031-3/+8
* Avoid running problematic static offset tests in IE8 on the swarm.Dave Methvin2012-07-031-5/+10
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-024-11/+26
* Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-291-0/+4
* Fix #11382. #11764. Only prevent click events on disabled elements.Dave Methvin2012-06-271-5/+14
* Fix #11315. Selector for .on() is relative to delegateTarget.Dave Methvin2012-06-271-0/+14
* Update Sizzle: reduced size. Add Sizzle's utilities.js to unit teststimmywil2012-06-271-0/+1
* Fix #11969. Never a null moment when checking siblings.Dave Methvin2012-06-261-1/+2
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI l...Rick Waldron2012-06-251-0/+56
* Completes #11799: Maybe .progress() was cooler than I thought.Corey Frang2012-06-251-5/+17
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-255-37/+49
* Make removeClass smart enough to remove duplicates. Fixes #11923Rick Waldron2012-06-231-0/+10
* Add a semicolon in unit test; this pull predated lint mandate.Dave Methvin2012-06-221-1/+1
* Fix #11797. Use Deferred for better animation callbacks. Closes gh-830.Corey Frang2012-06-221-4/+65