aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update Sizzle: fix a failing test in traversing. Move an attribute selector ↵Timmy Willison2012-09-191-1/+7
| | | | test to jQuery-only.
* 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 ↵jaubourg2012-09-131-1/+18
| | | | needed unit tests added!
* Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD ↵Dave Methvin2012-09-111-1/+12
| | | | requests any respect. Skip them rather than hear Swarmy call FAILURE on each run.
* 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
| | | | Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.
* 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
| | | | | | This reverts commit c01e022f33575ed45fb8da65be756fc464d40a24. We actually changed DELETE to accept a body on purpose, see http://bugs.jquery.com/ticket/7285 .
* Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."Dave Methvin2012-08-241-6/+5
| | | | | | This reverts commit e2eac3f4d2e7f47b67635704df8e3b6675a91ed6. There is a 1.7 regression with isDisconnected() that we should fix before tackling this.
* 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
| | | | | | | | This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629. String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects. http://swarm.jquery.org/result/165379
* 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 ↵Corey Frang2012-08-191-2/+29
| | | | on an empty queue. Close gh-893.
* 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
| | | | Related to the patch in gh-870.
* 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 ↵jaubourg2012-08-161-0/+9
| | | | overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added.
* Calling load with null as the data parameter now properly issues a GET ↵jaubourg2012-08-161-1/+35
| | | | request, not a POST request. Unit tests added. Fixes #12234.
* 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
| | | | element. Closes gh-888
* 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 ↵Timmy Willison2012-07-271-2/+5
| | | | correctly. Test added.
* 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
| | | | This test sometimes fails with only 2 animations left in the queue, so this extends the first animation in case we're running afoul of the one-second rule for background windows.
* Fix #12148. Let .toggle() call the public .hide() for punching.Dave Methvin2012-07-251-1/+12
| | | | There is a slightly shorter way to do this but it's not Closure-friendly.
* 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
| | | | | | This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03. Causing test fails in Safari, IE6, and IE7.
* 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
| | | | Net effect here is that hex numbers and most exponential-format numbers or long sequences of digits will remain strings rather than being coerced to numbers. `The people have spoken.
* 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 ↵Timmy Willison2012-07-231-1/+1
| | | | element-rooted qSA