aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update Sizzle: fix a failing test in traversing. Move an attribute selector t...Timmy Willison2012-09-191-1/+7
* Fix #12534. Don't die on browsers lacking getBoundingClientRect.Dave Methvin2012-09-131-0/+9
* deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...jaubourg2012-09-131-1/+18
* Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request...Dave Methvin2012-09-111-1/+12
* Fix #12554. Sanitize data from POST. Close gh-908.Markus Staab2012-09-091-2/+13
* Shim/shiv the datalist element for crabby Uncle oldIE.Dave Methvin2012-09-051-1/+1
* Update to QUnit 1.10.0Dave Methvin2012-09-051-0/+0
* Fix #12243, $("col").width() should return the column's width. Close gh-916.Mike Sherov2012-08-291-6/+7
* Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.Dave Methvin2012-08-281-0/+14
* Update placeholder references to tickets.Dave Methvin2012-08-281-1/+1
* Fix #12383. All selectors should be delegateTarget-relativeDave Methvin2012-08-281-3/+21
* Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."Dave Methvin2012-08-241-15/+0
* Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."Dave Methvin2012-08-241-6/+5
* Fix #12120. Always stack .before/.after, and fix disconnected nodes.Dave Methvin2012-08-231-5/+6
* Fix #10863. Allow newlines in JSON data- attributes.Dave Methvin2012-08-231-1/+8
* Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL.Dave Methvin2012-08-231-0/+15
* Scorch the earth and retreat on readyState interactive! Close gh-907.Mike Sherov2012-08-235-135/+11
* Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.Elijah Manor2012-08-222-0/+42
* Neuter the partialLoadReady test until it's ngnix-readyDave Methvin2012-08-221-3/+3
* Fix #12350: jQuery.trim should remove BOMRichard Gibson2012-08-211-1/+6
* Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."Dave Methvin2012-08-201-6/+1
* Fix #12282. IE has premature .readyState == "interactive". Close gh-901.Mike Sherov2012-08-204-13/+58
* Fix #12283. Return null for dimension getters on non elements. Fix gh-900.Mike Sherov2012-08-191-0/+16
* Fix #12324, line-height "normal" isn't always "1". Close gh-898.Mike Sherov2012-08-191-2/+1
* Fix #12350. Remove BOM in jQuery.trim. Close gh-897.Wesley Walser2012-08-191-1/+6
* Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895.Corey Frang2012-08-191-0/+18
* Fix #12278. Promises on non-default queue wait until a dequeue is attempted o...Corey Frang2012-08-191-2/+29
* Don't expect QUnit to clean up jQuery internal data. Close gh-883.Dave Methvin2012-08-191-2/+9
* Improve oldIE unit tests for fuzzy object clone. Close gh-880.Elijah Manor2012-08-191-2/+28
* Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.Nikita Govorov2012-08-191-0/+23
* Makes sure "adding" a string to a Callbacks object doesn't cause a stack over...jaubourg2012-08-161-0/+9
* Calling load with null as the data parameter now properly issues a GET reques...jaubourg2012-08-161-1/+35
* Wait for both .stop() tests to finish, don't count on timing.Dave Methvin2012-08-091-7/+13
* No ticket: fix failure from zero-assertion test generating a second empty OL ...Richard Gibson2012-08-091-1/+3
* Fix #12203. .undelegate() should not remove direcly bound events.Dave Methvin2012-08-071-4/+10
* 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