Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -0/+12 | |
| | | | | | Fixes gh-1848 Closes gh-1853 | |||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 2 | -5/+5 | |
| | | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844 | |||||
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 1 | -1/+1 | |
| | ||||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 6 | -77/+28 | |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | |||||
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+17 | |
| | | | | | Fixes gh-1775 Close gh-1619 | |||||
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 1 | -6/+0 | |
| | | | | | Fixes gh-1749 Closes gh-1822 | |||||
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 1 | -1/+3 | |
| | | | | | | | | | The original definition of the jQuery.Event prototype was paving over the `constructor` property which was causing jQuery.isPlainObject to improperly report that an instance of jQuery.Event was a plain object. Fixes #15090 Closes gh-1580 | |||||
* | Css: Fix the "sanity check" test | Michał Gołębiowski | 2014-07-28 | 1 | -1/+1 | |
| | | | | | The #dl element has 0 height so it's now considered hidden regardless of its width. | |||||
* | CSS: elements are hidden when either offsetWidth or offsetHeight is zero | Timmy Willison | 2014-07-17 | 1 | -10/+12 | |
| | | | | | | | - Note: this is a breaking change that has been delayed for several versions. Fixes #10406 Fixes #13132 | |||||
* | Selector: Remove "#" exception for identifier tokens | Michał Gołębiowski | 2014-06-30 | 1 | -2/+2 | |
| | | | | | Port Sizzle test change from: https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1 | |||||
* | Build: Move test to appropriate module | Oleg Gaidarenko | 2014-06-16 | 2 | -6/+4 | |
| | ||||||
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+28 | |
| | | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Closes gh-1578 | |||||
* | Effects: Reintroduce use of requestAnimationFrame | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+4 | |
| | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 | |||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 3 | -27/+36 | |
| | | | | | Fixes #14757 Closes gh-1449 | |||||
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+23 | |
| | | | | | | | | | | | | | IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws on frame elements through "defaultView.getComputedStyle" (see #15098) Use "defaultView" if in the popup which would fix IE issue, use "window.getComputedStyle" which would fix FF issue. And everybody wins, except performance, but who cares right? Fixes #15098 Closes gh-1583 | |||||
* | Tests: Clean up isNumeric tests | Richard Gibson | 2014-06-07 | 1 | -47/+42 | |
| | | | | (cherry picked from commit d05f4bda1cc0b1ef76dce41a53c17f75c105a377) | |||||
* | Core: Work around loss of precision from parseFloat | Richard Gibson | 2014-06-07 | 1 | -1/+2 | |
| | | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77) | |||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -0/+16 | |
| | | | | | Fixes #15118 Closes gh-1588 | |||||
* | Selector: Use jQuery reference not Sizzle | Oleg Gaidarenko | 2014-05-29 | 1 | -2/+6 | |
| | ||||||
* | Selector: Fix test iframe submission for firefox | Oleg Gaidarenko | 2014-05-29 | 1 | -9/+5 | |
| | | | | Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4 | |||||
* | Effects: Remove needless operations in tests | Oleg Gaidarenko | 2014-05-09 | 1 | -3/+0 | |
| | ||||||
* | Ajax, Manipulation: don't test cross-document manip in Android 2.3 | Michał Gołębiowski | 2014-05-05 | 2 | -2/+23 | |
| | ||||||
* | Core: Correct the number of expected tests | Michał Gołębiowski | 2014-05-02 | 1 | -1/+1 | |
| | ||||||
* | Core: Remove repeated test | Liang Peng | 2014-05-02 | 1 | -1/+0 | |
| | | | | Closes gh-1570 | |||||
* | Data: Work around IE11 bug with onpageshow attribute | Dave Methvin | 2014-04-30 | 1 | -0/+6 | |
| | | | | Fixes #14894 | |||||
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 1 | -0/+24 | |
| | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 | |||||
* | Css: Use only positive integers as values for widows/orphans | Michał Gołębiowski | 2014-04-18 | 1 | -8/+1 | |
| | | | | | | | | | According to http://www.w3.org/TR/CSS2/page.html#propdef-orphans, widows and orphans can take only positive integer values. Together with a Chrome 34 regression this caused the test to fail. Fixes #15016 Closes gh-1563 | |||||
* | Tests: Fix failing ajax tests in oldIE | Oleg Gaidarenko | 2014-04-15 | 2 | -10/+14 | |
| | | | | | | (cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e) Picked up so tests from the 1.x-master would be more similar to this branch | |||||
* | Tests: Remove unused variables | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 | |
| | ||||||
* | Tests: Copy some Sizzle combinators tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+41 | |
| | ||||||
* | Tests: Add more tests for Sizzle attributes | Oleg Gaidarenko | 2014-04-15 | 1 | -3/+89 | |
| | ||||||
* | Tests: Add test for selectors with commas | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+12 | |
| | ||||||
* | Tests: Copy Sizzle.uniqueSort tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+79 | |
| | ||||||
* | Tests: Copy Sizzle.contains tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+26 | |
| | ||||||
* | Tests: Move some of the Sizzle tests to selector | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+93 | |
| | ||||||
* | Tests: Improve jsonp tests | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 | |
| | | | | | Since global variable for callback always would be equal to undefined value it better to check for boolean instead | |||||
* | Tests: Correct logic of a broken assertion | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+3 | |
| | ||||||
* | Support: Add Android support tests results | Michał Gołębiowski | 2014-03-31 | 1 | -11/+43 | |
| | ||||||
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 1 | -0/+13 | |
| | | | | | Fixes #14848 Closes gh-1548 | |||||
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 1 | -0/+10 | |
| | | | | | Fixes #14750 Closes gh-1509 | |||||
* | Attributes: Trim whitespace from option text when returned as a value | John Hoven | 2014-03-20 | 1 | -0/+13 | |
| | | | | | | | | | | Fixes #14858 Ref #14686 Closes gh-1531 (cherry picked from commit 9ec429cf6270e455aba4eba85f4db80e633806b6) Conflicts: src/attributes/val.js | |||||
* | Event: Simplify the logic behind blacklisting Android 2.3 on one test | Michał Gołębiowski | 2014-03-18 | 1 | -7/+4 | |
| | ||||||
* | Event: Don't test stopImmediatePropagation in Android 2.3 | Michał Gołębiowski | 2014-03-18 | 1 | -8/+19 | |
| | | | | | Android 2.3 doesn't support stopImmediatePropagation; jQuery fallbacks to stopPropagation in such a case. | |||||
* | Core: Blacklist the ready test on async-loaded jQuery in iOS7 | Michał Gołębiowski | 2014-03-17 | 1 | -4/+9 | |
| | | | | Fixes #14882 | |||||
* | Event: Unit test for #14741 fix | Dave Methvin | 2014-03-16 | 1 | -0/+14 | |
| | | | | | Fixes #14741 Closes gh-1503 | |||||
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 1 | -2/+13 | |
| | | | | Fixes #13997 | |||||
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 | |
| | ||||||
* | Css: Fix tests | Michał Gołębiowski | 2014-03-10 | 1 | -6/+9 | |
| | | | | | | | It's not easy to find a CSS property that is implemented even in ancient browsers and that returns a consistent result among browsers when passed through .css(). color didn't work since Firefox normalizes it an empty value to rgb(0, 0, 0). | |||||
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 1 | -7/+20 | |
| | | | | | | | | | | | | The workaround to be able to change !important styles broke the browser keeping the old CSS value if the new one was rejected. Patching it would involve a significant perf hit (~33%) so the initial patch needs to be reverted instead. Tests by m_gol & gibson042. Fixes #14836 Closes gh-1532 | |||||
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 2 | -27/+7 | |
| |