Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 4 | -92/+130 |
| | |||||
* | Followup #11649, clean up events in unit test. | Dave Methvin | 2012-05-18 | 1 | -0/+1 |
| | |||||
* | Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. | Jason Moon | 2012-05-18 | 3 | -3/+37 |
| | |||||
* | Fix #7157. Animation callbacks shouldn't see an element as :animated. | Corey Frang | 2012-05-18 | 2 | -27/+40 |
| | | | | Unless of course, there are other animations to be done! Closes gh-775. | ||||
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 18 | -651/+651 |
| | |||||
* | Fix #11777. Add EditorConfig support, closes gh-715. | Trey Hunner | 2012-05-18 | 1 | -0/+36 |
| | |||||
* | Update to QUnit 1.6.0 | Dave Methvin | 2012-05-18 | 1 | -0/+0 |
| | |||||
* | Inline the boxModel test, and correct unit test. Closes gh-781. | Mike Sherov | 2012-05-18 | 2 | -4/+8 |
| | |||||
* | Grunt: Increase TestSwarm timeout to 30 minutes | Jörn Zaefferer | 2012-05-18 | 1 | -0/+1 |
| | |||||
* | When IE6 & IE7 serve from the cache in async mode, resolves the request ↵ | jaubourg | 2012-05-16 | 1 | -4/+6 |
| | | | | asynchronously. Fixes #11778. | ||||
* | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-05-16 | 0 | -0/+0 |
|\ | |||||
| * | Revert "Closes #741: Remove $("body") case in favor of $(document.body)." | Rick Waldron waldron.rick@gmail.com | 2012-04-18 | 30 | -762/+632 |
| | | | | | | | | This reverts commit 532ba250a9f6c5b0f51ec53d68aef9fb148e8dd6. | ||||
| * | Closes #741: Remove $("body") case in favor of $(document.body). | Dave Methvin | 2012-04-18 | 30 | -632/+762 |
| | | |||||
| * | Merge pull request #730 from datag/patch-1 | Dave Methvin | 2012-04-10 | 1 | -1/+1 |
| |\ | | | | | | | Typo for header in function access() | ||||
| | * | Fixed/adjusted source comment of function access() | Dominik D. Geyer | 2012-04-07 | 1 | -1/+1 |
| |/ | |||||
* | | 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 | 6 | -20/+14 |
| | | | | | | | | | | | | 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 | 2 | -6/+8 |
| | | |||||
* | | Fix #6724, though the Mobile Safari wound remains. Closes gh-764. | Matt Farmer | 2012-05-14 | 2 | -8/+11 |
| | | |||||
* | | Fixes #10285 (for real this time). | jaubourg | 2012-05-12 | 1 | -1/+1 |
| | | |||||
* | | Preserves context objects when multiple Deferreds are passed to $.when(). ↵ | jaubourg | 2012-05-12 | 2 | -18/+36 |
| | | | | | | | | 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 | 2 | -5/+7 |
| | | |||||
* | | 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 | 2 | -34/+77 |
| | | |||||
* | | Fix #11738. Remove deprecated .closest(Array) => Array. | Dave Methvin | 2012-05-11 | 2 | -33/+1 |
| | | |||||
* | | Fix #11736. Remove deprecated Deferred.isResolved/isRejected. | Dave Methvin | 2012-05-11 | 2 | -6/+1 |
| | | |||||
* | | Grunt: Add qunit target. Currently finishes with 33/5510 assertions failing. ↵ | Jörn Zaefferer | 2012-05-09 | 1 | -0/+3 |
| | | | | | | | | If that can be made to pass, it should be added to the default task | ||||
* | | Use a do-while statement to reduce redundant code | Rick Waldron | 2012-05-07 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | | Fixes lint issues. | Rick Waldron | 2012-05-07 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | | Additional reduction per @Raynos suggestion. Thanks! | Rick Waldron | 2012-05-07 | 1 | -9/+4 |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | | Further reduce historical cruft. Removes the untested and unnec. jQuery.nth() | Rick Waldron | 2012-05-07 | 1 | -14/+13 |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | | Merge branch 'bug11720-nth-argument' of ↵ | Rick Waldron | 2012-05-07 | 1 | -5/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | https://github.com/sindresorhus/jquery into 1.8pre * 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery: Remove unnecessary arguments from .nth(). Fixes #11720 | ||||
| * | | Remove unnecessary arguments from .nth(). Fixes #11720 | Sindre Sorhus | 2012-05-07 | 1 | -5/+4 |
| | | | | | | | | | | | | Also use postfix increment to make it a little clearer. | ||||
* | | | grunt.js testswarm task: shorten job name | Timo Tijhof | 2012-05-07 | 1 | -1/+1 |
| | | | |||||
* | | | @mikesherov said: no need for an else if! | jaubourg | 2012-05-07 | 1 | -1/+1 |
|/ / | |||||
* | | Grunt: Fix testswarm username | Jörn Zaefferer | 2012-05-07 | 1 | -1/+1 |
| | | |||||
* | | Grunt: Add testswarm task | Jörn Zaefferer | 2012-05-07 | 2 | -1/+24 |
| | | |||||
* | | Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761 | Timo Tijhof | 2012-05-06 | 1 | -0/+0 |
| | | | | | | | | - See also: https://github.com/jquery/qunit/blob/master/History.md | ||||
* | | Simplify jQuery( html, props ), closes gh-765. | Scott González | 2012-05-06 | 1 | -6/+3 |
| | | |||||
* | | Fixes #11402. domManip now also removes the closing part of HTML comments or ↵ | jaubourg | 2012-05-06 | 3 | -1/+19 |
| | | | | | | | | CDATA surrounding executed scripts. Unit tests added. | ||||
* | | Transform $.bindReady into $.ready.promise. It is now possible to use ↵ | jaubourg | 2012-05-06 | 3 | -50/+68 |
| | | | | | | | | $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added. | ||||
* | | reduce complexity of ready further, and try manipulating DOM to make sure ↵ | Mike Sherov | 2012-05-04 | 3 | -7/+7 |
| | | | | | | | | we're really ready | ||||
* | | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 6 | -100/+50 |
| | | |||||
* | | -8 bytes | Oleg | 2012-05-04 | 1 | -6/+5 |
| | | |||||
* | | Fixes the parameters given to load callback when the request errors. | jaubourg | 2012-05-02 | 1 | -6/+11 |
| | | |||||
* | | 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.fn.load optimization | Oleg | 2012-05-01 | 1 | -47/+38 |
| | | |||||
* | | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 2 | -2/+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! |