Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 8 | -71/+96 | |
| | | | | See the pull request for more info on the dependency management details. | |||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 3 | -57/+78 | |
| | | | | #11865 | |||||
* | Don't swap to measure dimensions unless the element is display:none. #807 ↵ | Mike Sherov | 2012-06-07 | 1 | -0/+10 | |
| | | | | Fixes #11293 | |||||
* | Remove unnecessary haunted house guards. | Rick Waldron | 2012-06-06 | 1 | -8/+3 | |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Fixes two typos | Rick Waldron | 2012-06-06 | 1 | -1/+1 | |
| | ||||||
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 1 | -0/+8 | |
| | ||||||
* | Conditionally run height/width in iframeTest | Rick Waldron | 2012-06-06 | 1 | -2/+7 | |
| | ||||||
* | Rough draft of version=min test capabilities reintroduced. | Rick Waldron | 2012-06-06 | 1 | -1/+21 | |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Ensure both height and width port functions exist before attempting to run ↵ | Rick Waldron | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | dimensions tests. Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Fixe dimensions tests. No core code changes. Supplements #11856 | Mike Sherov | 2012-06-06 | 1 | -3/+9 | |
| | ||||||
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵ | Rick Waldron | 2012-06-05 | 3 | -20/+47 | |
| | | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 4 | -55/+59 | |
| | ||||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 24 | -24/+28 | |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 23 | -35/+35 | |
| | ||||||
* | Fix #11724, $(document).height() in Firefox 12. Closes gh-802. | Mike Sherov | 2012-05-31 | 2 | -6/+16 | |
| | | | | This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a really old IE than a really recent Firefox. | |||||
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 3 | -1/+37 | |
| | ||||||
* | Adjust the return type for the tabindex attribute tests to be a string. ↵ | timmywil | 2012-05-30 | 2 | -16/+15 | |
| | | | | | | Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute. Related: https://bugzilla.mozilla.org/show_bug.cgi?id=618737 | |||||
* | Uncomment an old test for when the tabindex attrhook was deprecated | timmywil | 2012-05-30 | 1 | -3/+3 | |
| | ||||||
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 2 | -22/+28 | |
| | ||||||
* | Add quick-start documentation for testing with QUnit and using jQuery's ↵ | timmywil | 2012-05-29 | 7 | -15/+50 | |
| | | | | helper methods. | |||||
* | jQuery#addBack supports an optional selector that can be used to filter the ↵ | Ben Alman | 2012-05-29 | 1 | -1/+2 | |
| | | | | prior set before adding it back. Fixes #9800 | |||||
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 4 | -157/+250 | |
| | | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it. | |||||
* | Revert QUnit to a stable release (v1.6.0) | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a ↵ | timmywil | 2012-05-28 | 1 | -3/+3 | |
| | | | | small issue in IE8's boolean attribute selections with QSA. | |||||
* | Move length tests to jQuery's selector tests as it relates to jQuery.merge. | timmywil | 2012-05-28 | 1 | -1/+4 | |
| | ||||||
* | Minor test suite adjustments | timmywil | 2012-05-28 | 2 | -10/+15 | |
| | ||||||
* | Update QUnit | timmywil | 2012-05-28 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle and add tests from the Sizzle suite that require jQuery for ↵ | timmywil | 2012-05-28 | 2 | -4/+56 | |
| | | | | the selection to jquery/test/unit/selector.js | |||||
* | Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793. | Mike Sherov | 2012-05-24 | 1 | -0/+6 | |
| | ||||||
* | Optimizations to animation queue/promise logic, closes gh-776. | Corey Frang | 2012-05-22 | 2 | -74/+136 | |
| | ||||||
* | Fix #11755. Avoid :hidden selector for animations. Closes gh-774. | Oleg | 2012-05-22 | 1 | -2/+110 | |
| | ||||||
* | Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. | Jason Moon | 2012-05-22 | 1 | -0/+32 | |
| | ||||||
* | Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. | Mike Sherov | 2012-05-22 | 1 | -3/+3 | |
| | | | | checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5. | |||||
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 2 | -32/+54 | |
| | ||||||
* | 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 | 1 | -0/+35 | |
| | ||||||
* | Fix #7157. Animation callbacks shouldn't see an element as :animated. | Corey Frang | 2012-05-18 | 1 | -0/+11 | |
| | | | | 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 | 10 | -215/+215 | |
| | ||||||
* | 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 | 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 | 3 | -13/+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 | |
| |