Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 2 | -147/+147 |
| | |||||
* | Inline the boxModel test, and correct unit test. Closes gh-781. | Mike Sherov | 2012-05-18 | 1 | -1/+5 |
| | |||||
* | Makes sure child element doesn't prevent setting height to 0. Fixes failure ↵ | jaubourg | 2012-05-16 | 1 | -1/+1 |
| | | | | in unit test in IE6. | ||||
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 2 | -4/+8 |
| | | | | | | This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope. For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value. | ||||
* | Rename .andSelf to .addBack, deprecate .andSelf #9800 | Dave Methvin | 2012-05-15 | 1 | -5/+5 |
| | |||||
* | Fix #6724, though the Mobile Safari wound remains. Closes gh-764. | Matt Farmer | 2012-05-14 | 1 | -2/+6 |
| | |||||
* | Preserves context objects when multiple Deferreds are passed to $.when(). ↵ | jaubourg | 2012-05-12 | 1 | -6/+20 |
| | | | | Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749. | ||||
* | Fix #11621, $(document).trigger() must bubble to window. | Dave Methvin | 2012-05-12 | 1 | -1/+4 |
| | |||||
* | Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e | Corey Frang | 2012-05-11 | 1 | -0/+14 |
| | |||||
* | Scalarize [value, easing] before css-expanding; closes gh-750. | Richard Gibson | 2012-05-11 | 1 | -0/+47 |
| | |||||
* | Fix #11738. Remove deprecated .closest(Array) => Array. | Dave Methvin | 2012-05-11 | 1 | -12/+0 |
| | |||||
* | Fix #11736. Remove deprecated Deferred.isResolved/isRejected. | Dave Methvin | 2012-05-11 | 1 | -3/+1 |
| | |||||
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ↵ | jaubourg | 2012-05-06 | 1 | -0/+8 |
| | | | | CDATA surrounding executed scripts. Unit tests added. | ||||
* | Transform $.bindReady into $.ready.promise. It is now possible to use ↵ | jaubourg | 2012-05-06 | 1 | -0/+5 |
| | | | | $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added. | ||||
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 1 | -8/+5 |
| | |||||
* | Adds unit test to show order of parameters in the load callback are off for ↵ | jaubourg | 2012-05-02 | 1 | -0/+42 |
| | | | | errors since the rewrite (this test works in master). | ||||
* | Makes test message more meaningful. | jaubourg | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 1 | -1/+19 |
| | |||||
* | Gandalf the Grey says you shall not leak globals, even in the depths of Unit ↵ | jaubourg | 2012-04-30 | 1 | -1/+1 |
| | | | | Tests. So fly, you fools! | ||||
* | Update dimensions unit tests from changes in #11604 | Mike Sherov | 2012-04-27 | 1 | -8/+8 |
| | |||||
* | Regression: makes sure that all instances of a callback are removed. Unit ↵ | jaubourg | 2012-04-25 | 1 | -0/+15 |
| | | | | test added. | ||||
* | How about we save 62 bytes? Also ensure that the arguments array given to ↵ | jaubourg | 2012-04-25 | 1 | -5/+19 |
| | | | | fireWith is copied internally. | ||||
* | Adds a unit test to control options are being copied by jQuery.Callbacks ↵ | jaubourg | 2012-04-25 | 1 | -0/+18 |
| | | | | internally. | ||||
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 2 | -30/+23 |
| | | | | Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer. | ||||
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 2 | -4/+65 |
| | |||||
* | Fixes #8205. Mitigates memory usage by recycling jsonp callback names the ↵ | jaubourg | 2012-04-20 | 1 | -2/+43 |
| | | | | safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added. | ||||
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -1/+9 |
| | |||||
* | Make test async to please Opera 11.1; supplements #11500 | Rick Waldron | 2012-04-16 | 1 | -1/+2 |
| | |||||
* | Fix some stragglers | Yehuda Katz | 2012-04-15 | 2 | -16/+10 |
| | |||||
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 3 | -46/+28 |
| | | | | | | | | | | | | Previously, all jQuery tests that wanted an XML document would make an Ajax request to go through jQuery's XML parsing logic in jQuery.ajax. Now, use jQuery.parseXML instead. This removes the need for the Ajax server for these tests, improves their performance, and decouples simple core tests from Ajax. (with scottgonzalez) | ||||
* | Amends #10324. Remove object markup fixture; create programmatically | Rick Waldron | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | Fix #11500. Allow triggered, simulated change events. | Rick Waldron | 2012-04-10 | 1 | -0/+10 |
| | |||||
* | Fix #10324. IE9 fumbles the innerHTML on object elements. | Rick Waldron | 2012-04-10 | 1 | -1/+10 |
|\ | |||||
| * | Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png) | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | ||||
* | | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr(). | Arne de Bree | 2012-04-10 | 1 | -0/+13 |
| | | | | | | | | See discussion on pull request: https://github.com/jquery/jquery/pull/724 | ||||
* | | Fix 11004. getWH() box-sizing:border-box includes padding and border. | Mike Sherov | 2012-04-10 | 1 | -0/+12 |
| | | |||||
* | | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. | Mike Sherov | 2012-04-06 | 1 | -4/+53 |
| | | |||||
* | | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 1 | -24/+0 |
| | | |||||
* | | Fix #11543: .has should work on detached elements. | Richard Gibson | 2012-04-05 | 1 | -3/+12 |
| | | |||||
* | | Fixes #11338, .replaceWith should work on detached nodes. | Oleg | 2012-04-05 | 1 | -2/+5 |
| | | |||||
* | | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. | cmcnulty | 2012-04-05 | 1 | -0/+13 |
| | | |||||
* | | Fix #8653, .param() undefined/null values become empty strings | tsinha | 2012-04-05 | 1 | -6/+9 |
| | | |||||
* | | Followup to #11469; add test case and clarify code. | Sindre Sorhus | 2012-04-04 | 1 | -0/+9 |
| | | |||||
* | | Fix #11435. Remove obsolete test code. | Andy Monat | 2012-04-04 | 1 | -6/+0 |
| | | |||||
* | | Merge branch '1.8/#11011/Callbacks' into 1.8pre | jaubourg | 2012-04-03 | 1 | -135/+157 |
|\ \ | |||||
| * | | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit ↵ | jaubourg | 2012-04-02 | 1 | -135/+157 |
| | | | | | | | | | | | | tests added. | ||||
* | | | Merge branch '1.8/#11010/Deferred' into 1.8pre | jaubourg | 2012-04-03 | 1 | -33/+37 |
|\ \ \ | |||||
| * | | | Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ↵ | jaubourg | 2012-04-02 | 1 | -33/+37 |
| |/ / | | | | | | | | | | Actually few changes required in jQuery's own source and we gained 8 bytes minified gzipped \o/. | ||||
* | | | For much improved consistency, jqXHR.abort() sets a default statusText of ↵ | jaubourg | 2012-04-02 | 1 | -2/+2 |
| | | | | | | | | | | | | 'canceled' right until after beforeSend has been called (in which case it reverts to the default of 'abort'): now all early aborts have a statusText of 'canceled'. | ||||
* | | | $.ajax now always returns an object implementing the Promise interface. ↵ | jaubourg | 2012-04-02 | 1 | -7/+12 |
|/ / | | | | | | | | | | | | | Fixes #10944. Unit tests amended. For back-compat, in case of an early abort, callbacks passed in the options are not called (while subsequent callbacks attached to the returned Promise are). For early abort triggered by returning false in beforeSend, statusText is "canceled". |