aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.Mike Sherov2012-05-221-3/+3
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-212-32/+54
* Followup #11649, clean up events in unit test.Dave Methvin2012-05-181-0/+1
* Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.Jason Moon2012-05-181-0/+35
* Fix #7157. Animation callbacks shouldn't see an element as :animated.Corey Frang2012-05-181-0/+11
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-1810-215/+215
* Update to QUnit 1.6.0Dave Methvin2012-05-181-0/+0
* Inline the boxModel test, and correct unit test. Closes gh-781.Mike Sherov2012-05-181-1/+5
* Makes sure child element doesn't prevent setting height to 0. Fixes failure i...jaubourg2012-05-161-1/+1
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-153-13/+8
* Rename .andSelf to .addBack, deprecate .andSelf #9800Dave Methvin2012-05-151-5/+5
* Fix #6724, though the Mobile Safari wound remains. Closes gh-764.Matt Farmer2012-05-141-2/+6
* Preserves context objects when multiple Deferreds are passed to $.when(). Con...jaubourg2012-05-121-6/+20
* Fix #11621, $(document).trigger() must bubble to window.Dave Methvin2012-05-121-1/+4
* Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62eCorey Frang2012-05-111-0/+14
* Scalarize [value, easing] before css-expanding; closes gh-750.Richard Gibson2012-05-111-0/+47
* Fix #11738. Remove deprecated .closest(Array) => Array.Dave Methvin2012-05-111-12/+0
* Fix #11736. Remove deprecated Deferred.isResolved/isRejected.Dave Methvin2012-05-111-3/+1
* Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761Timo Tijhof2012-05-061-0/+0
* Fixes #11402. domManip now also removes the closing part of HTML comments or ...jaubourg2012-05-062-0/+18
* Transform $.bindReady into $.ready.promise. It is now possible to use $.ready...jaubourg2012-05-062-0/+22
* reduce complexity of ready further, and try manipulating DOM to make sure we'...Mike Sherov2012-05-042-0/+2
* remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-045-72/+37
* Adds unit test to show order of parameters in the load callback are off for e...jaubourg2012-05-021-0/+42
* Makes test message more meaningful.jaubourg2012-05-021-1/+1
* jQuery.ajaxSetup() data is merged with params. Fixes #10524Oleg2012-05-011-1/+19
* Gandalf the Grey says you shall not leak globals, even in the depths of Unit ...jaubourg2012-04-301-1/+1
* Update dimensions unit tests from changes in #11604Mike Sherov2012-04-271-8/+8
* Regression: makes sure that all instances of a callback are removed. Unit tes...jaubourg2012-04-251-0/+15
* How about we save 62 bytes? Also ensure that the arguments array given to fir...jaubourg2012-04-251-5/+19
* Adds a unit test to control options are being copied by jQuery.Callbacks inte...jaubourg2012-04-251-0/+18
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-2311-45/+136
* Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042Corey Frang2012-04-232-4/+65
* Enforce 20s timeout for all unit tests.Timo Tijhof2012-04-201-4/+20
* Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf...jaubourg2012-04-201-2/+43
* Fix #8894. Ensure `.appendTo` creates a new set in oldIE.Oleg2012-04-161-1/+9
* Make test async to please Opera 11.1; supplements #11500Rick Waldron2012-04-161-1/+2
* Fix some stragglersYehuda Katz2012-04-152-16/+10
* Remove Ajax requirement for simple XML testsYehuda Katz2012-04-154-47/+78
* Amends #10324. Remove object markup fixture; create programmaticallyRick Waldron2012-04-112-3/+2
* Followup on #10324. Eliminate duplicate name attribute.Dave Methvin2012-04-101-1/+1
* Fix #11500. Allow triggered, simulated change events.Rick Waldron2012-04-101-0/+10
* Fix #10324. IE9 fumbles the innerHTML on object elements.Rick Waldron2012-04-102-1/+11
|\
| * Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324Rick Waldron waldron.rick@gmail.com2012-03-231-0/+1
| * Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)Rick Waldron waldron.rick@gmail.com2012-03-231-1/+10
* | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().Arne de Bree2012-04-101-0/+13
* | Fix 11004. getWH() box-sizing:border-box includes padding and border.Mike Sherov2012-04-101-0/+12
* | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.Mike Sherov2012-04-061-4/+53
* | Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-051-24/+0
* | Fix #11543: .has should work on detached elements.Richard Gibson2012-04-051-3/+12