Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Sizzle: fix a failing test in traversing. Move an attribute selector ↵ | Timmy Willison | 2012-09-19 | 1 | -1/+7 |
| | | | | test to jQuery-only. | ||||
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -0/+9 |
| | |||||
* | deferred.promise(obj) should work with non-objects. Fixes #12521. Much ↵ | jaubourg | 2012-09-13 | 1 | -1/+18 |
| | | | | needed unit tests added! | ||||
* | Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD ↵ | Dave Methvin | 2012-09-11 | 1 | -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 Staab | 2012-09-09 | 1 | -2/+13 |
| | |||||
* | Shim/shiv the datalist element for crabby Uncle oldIE. | Dave Methvin | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.10.0 | Dave Methvin | 2012-09-05 | 1 | -0/+0 |
| | |||||
* | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -6/+7 |
| | |||||
* | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -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 Methvin | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | Fix #12383. All selectors should be delegateTarget-relative | Dave Methvin | 2012-08-28 | 1 | -3/+21 |
| | |||||
* | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -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 Methvin | 2012-08-24 | 1 | -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 Methvin | 2012-08-23 | 1 | -5/+6 |
| | |||||
* | Fix #10863. Allow newlines in JSON data- attributes. | Dave Methvin | 2012-08-23 | 1 | -1/+8 |
| | |||||
* | Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. | Dave Methvin | 2012-08-23 | 1 | -0/+15 |
| | |||||
* | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 5 | -135/+11 |
| | |||||
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 2 | -0/+42 |
| | |||||
* | Neuter the partialLoadReady test until it's ngnix-ready | Dave Methvin | 2012-08-22 | 1 | -3/+3 |
| | |||||
* | Fix #12350: jQuery.trim should remove BOM | Richard Gibson | 2012-08-21 | 1 | -1/+6 |
| | |||||
* | Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897." | Dave Methvin | 2012-08-20 | 1 | -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 Sherov | 2012-08-20 | 4 | -13/+58 |
| | |||||
* | Fix #12283. Return null for dimension getters on non elements. Fix gh-900. | Mike Sherov | 2012-08-19 | 1 | -0/+16 |
| | |||||
* | Fix #12324, line-height "normal" isn't always "1". Close gh-898. | Mike Sherov | 2012-08-19 | 1 | -2/+1 |
| | |||||
* | Fix #12350. Remove BOM in jQuery.trim. Close gh-897. | Wesley Walser | 2012-08-19 | 1 | -1/+6 |
| | |||||
* | Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895. | Corey Frang | 2012-08-19 | 1 | -0/+18 |
| | |||||
* | Fix #12278. Promises on non-default queue wait until a dequeue is attempted ↵ | Corey Frang | 2012-08-19 | 1 | -2/+29 |
| | | | | on an empty queue. Close gh-893. | ||||
* | Don't expect QUnit to clean up jQuery internal data. Close gh-883. | Dave Methvin | 2012-08-19 | 1 | -2/+9 |
| | |||||
* | Improve oldIE unit tests for fuzzy object clone. Close gh-880. | Elijah Manor | 2012-08-19 | 1 | -2/+28 |
| | | | | Related to the patch in gh-870. | ||||
* | Fix #12149. Avoid memory leak on oldIE change events. Close gh-878. | Nikita Govorov | 2012-08-19 | 1 | -0/+23 |
| | |||||
* | Makes sure "adding" a string to a Callbacks object doesn't cause a stack ↵ | jaubourg | 2012-08-16 | 1 | -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 ↵ | jaubourg | 2012-08-16 | 1 | -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 Methvin | 2012-08-09 | 1 | -7/+13 |
| | |||||
* | No ticket: fix failure from zero-assertion test generating a second empty OL ↵ | Richard Gibson | 2012-08-09 | 1 | -1/+3 |
| | | | | element. Closes gh-888 | ||||
* | Fix #12203. .undelegate() should not remove direcly bound events. | Dave Methvin | 2012-08-07 | 1 | -4/+10 |
| | |||||
* | Fix a regression where has with multiple contexts was not filtering ↵ | Timmy Willison | 2012-07-27 | 1 | -2/+5 |
| | | | | correctly. Test added. | ||||
* | Adding a check for double progress call in effects units | Corey Frang | 2012-07-25 | 1 | -0/+4 |
| | |||||
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -0/+12 |
| | |||||
* | Pull in unit tests from gh-877, thanks @orkel! | Dave Methvin | 2012-07-25 | 1 | -5/+10 |
| | |||||
* | Give .stop() queue animations more leeway for Stutterin' Swarmy. | Dave Methvin | 2012-07-25 | 1 | -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 Methvin | 2012-07-25 | 1 | -1/+12 |
| | | | | There is a slightly shorter way to do this but it's not Closure-friendly. | ||||
* | This should repair the unit | Corey Frang | 2012-07-25 | 1 | -23/+21 |
| | |||||
* | Trying to repair a unit | Corey Frang | 2012-07-25 | 1 | -19/+23 |
| | |||||
* | Fail silently if closest is somehow called on a document. Fixes #10726. | Timmy Willison | 2012-07-25 | 1 | -1/+4 |
| | |||||
* | Remove IE8 testswarm hacks for offset. | Dave Methvin | 2012-07-25 | 1 | -20/+9 |
| | |||||
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -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 Methvin | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | Fix #7579. Don't convert to number if it changes the string. Close gh-852. | Dave Methvin | 2012-07-25 | 1 | -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 Chatfield | 2012-07-25 | 1 | -0/+11 |
| | |||||
* | Sizzle: fix issue with adjusting the context on relative combinators in ↵ | Timmy Willison | 2012-07-23 | 1 | -1/+1 |
| | | | | element-rooted qSA |