Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Core: Bump timeouts to stabilize doc ready test | Michał Gołębiowski | 2014-03-13 | 2 | -2/+2 | |
| | | | | | | | | The "document ready when jQuery loaded asynchronously" test fails all the time in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help these other browsers to be less flakey here. (cherry-picked from 854d242db457e3191e3ca1f2a366f6c981a12fbc) | |||||
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 2 | -2/+24 | |
| | | | | | Fixes #13997 (cherry picked from commit 6a89db86ed817f6a7498076e2a06b90f9fce0831) | |||||
* | Core: Add test for jQuery.ready.promise fallback load | Michał Gołębiowski | 2014-03-13 | 3 | -0/+43 | |
| | | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85 | |||||
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 | |
| | | | | (cherry-picked from 26ce21786252981563e49e91a85b3e0bfa16c3e3) | |||||
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 | |
| | | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8) | |||||
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 | |
| | | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594) | |||||
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 | |
| | | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8) | |||||
* | 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). (cherry-picked from 0c12cb3910c446960a274fb0eab11b8830bed71f) | |||||
* | Support: Simplify the box-sizing test | Michał Gołębiowski | 2014-03-10 | 4 | -40/+8 | |
| | | | | Don't require body in the support.boxSizing test. | |||||
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 2 | -10/+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. (cherry-picked from 10e654218a65ec9a0ffc875137cea945389c69f1) Fixes #14836 Closes gh-1532 | |||||
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 2 | -30/+11 | |
| | ||||||
* | Build: Fix AMD option for custom builds | Timmy Willison | 2014-03-07 | 1 | -6/+12 | |
| | | | | Fixes #14859 | |||||
* | Ajax: Use two-arg form of .slice() for old IE | Dave Methvin | 2014-03-04 | 1 | -1/+1 | |
| | | | | Followup to a4b9bc57, #14773 | |||||
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 3 | -2/+34 | |
| | | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23) | |||||
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 2 | -3/+4 | |
| | | | | | Fixes #14792 (cherry picked from commit f4b37d89820535d6c7503925aa8872645681a865) | |||||
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 3 | -2/+26 | |
| | | | | | | | | Fixes #14791 (cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a) Conflicts: src/event.js | |||||
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 3 | -1/+10 | |
| | | | | | | | | Fixes #14773 (cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420) Conflicts: src/ajax/load.js | |||||
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 2 | -2/+4 | |
| | | | | | Fixes #14179 (cherry picked from commit 10efa1f5b44046aab6bcc8423322a41923faa290) | |||||
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 2 | -19/+6 | |
| | | | | | | (cherry-picked from 279913c71b63da721fa2f118cdce150effbf773e) Fixes #14794 | |||||
* | Support: Reduce size via code consolidation and minification awareness | Richard Gibson | 2014-03-04 | 5 | -196/+116 | |
| | | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518 | |||||
* | Bower: stop ignoring yourself, bower | Timmy Willison | 2014-02-19 | 1 | -2/+1 | |
| | | | | | | Ref #14798 Ref gh-1516 Ref gh-1338 | |||||
* | Bower: add main property, move Sizzle to devDependencies, add license property | Timmy Willison | 2014-02-19 | 1 | -3/+3 | |
| | | | | | | | | | Fixes #14798 Close gh-1516 Ref gh-1338 Conflicts: bower.json | |||||
* | Effects: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 | |
| | | | | (cherry-picked from 70ac4485f30633074696fa28ca29b0325459f228) | |||||
* | Event: Blacklist the onbeforeunload test in Android 2.3 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+4 | |
| | | | | | | | Similarly to iOS, Android 2.3 has the onbeforeunload property on window but doesn't support the event. This commit blacklists the test there as well. (cherry-picked from 6d2ab64df7bdda087e79deaa53db969fa6f2cd92) | |||||
* | Css: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 | |
| | | | | (cherry-picked from de75b3cc626829c3478a8a6d59dddc948d348b41) | |||||
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-13 | 2 | -8/+16 | |
| | | | | | | Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12 | |||||
* | Core: Correct support comments for String.prototype.trim | Michał Gołębiowski | 2014-02-13 | 1 | -1/+3 | |
| | ||||||
* | Docs: Remove the note about consequences of excluding Sizzle from README | Michał Gołębiowski | 2014-02-12 | 1 | -2/+0 | |
| | ||||||
* | Docs: Add support comments for prefixed box-sizing | Michał Gołębiowski | 2014-02-05 | 4 | -0/+5 | |
| | ||||||
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 9 | -640/+709 | |
| | | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68) | |||||
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 5 | -64/+94 | |
| | | | | (cherry-picked from a74ad04bc9c4c7203303b2547e94f1cc53c2a460) | |||||
* | Build: Switch to explicit dependencies versions in bower.json | Michał Gołębiowski | 2014-02-02 | 3 | -7/+45 | |
| | | | | (cherry-picked from cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9) | |||||
* | Build: Specify browserSets for TestSwarm directly | Michał Gołębiowski | 2014-01-27 | 1 | -1/+1 | |
| | ||||||
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+37 | |
| | ||||||
* | Css: Document reliableMarginRight is needed for Android 2.3 | Michał Gołębiowski | 2014-01-27 | 1 | -0/+1 | |
| | ||||||
* | Tests: Blacklist beforeunload test in iOS | Michał Gołębiowski | 2014-01-27 | 1 | -1/+4 | |
| | | | | | | | | | | iOS has the window.onbeforeunload field but doesn't support the beforeunload handler making it impossible to feature-detect the support. (cherry-picked from 988d99ad278c2c9dc16c68f86bddc4df99dcd928) Fixes #14717 Closes gh-1496 | |||||
* | Build: Remove obsolete UglifyJS workaround | Michał Gołębiowski | 2014-01-26 | 1 | -7/+0 | |
| | | | | (cherry-picked from d41fc68d9b89d39f8c71ae9f810b72798ff3e9ac) | |||||
* | Build: Upgrade npm devDependencies | Michał Gołębiowski | 2014-01-26 | 1 | -8/+8 | |
| | | | | (cherry-picked from d63243d085c797e53a965620c439277284eada59) | |||||
* | Css: Fix the reliableMarginRight test in oldIE. | Michał Gołębiowski | 2014-01-26 | 1 | -3/+7 | |
| | | | | This fixes an error introduced by the previous commit. | |||||
* | Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywil | Michał Gołębiowski | 2014-01-26 | 1 | -6/+5 | |
| | | | | Fixes #14731 | |||||
* | Updating the 1.x-master version to 1.11.1pre. | Timmy Willison | 2014-01-23 | 2 | -6/+2 | |
| | ||||||
* | Release: Instantiate a zip archiver, run archivers async | Timmy Willison | 2014-01-23 | 1 | -9/+10 | |
| | ||||||
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 2 | -7/+8 | |
| | | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495 | |||||
* | Tests: Fix appendChecked support value for Safari 5.1 | Michał Gołębiowski | 2014-01-22 | 1 | -1/+1 | |
| | ||||||
* | Tests: fix Safari userAgent detection | Michał Gołębiowski | 2014-01-22 | 1 | -3/+3 | |
| | | | | (cherry-picked from 3f3f458974fe0bdccfe9042c9503fd2d03e2f6ff) | |||||
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+74 | |
| | ||||||
* | Tests: Blacklist one effects test in Chrome 31 | Michał Gołębiowski | 2014-01-21 | 1 | -4/+17 | |
| | | | | | | | | Chrome 31 reports incorrect offsetWidth on a table cell with fixed width. This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31. See https://code.google.com/p/chromium/issues/detail?id=290399 (cherry-picked from c11becbb692f7707443eb2582543dfe96e8319e6) | |||||
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -2/+4 | |
| | | | | | | | (cherry picked from commit 391c21b15d769fac1c37631b28c0226f57a59796) Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701 | |||||
* | Docs: Update authors file | Oleg | 2014-01-17 | 1 | -0/+3 | |
| | ||||||
* | Release: Publish to npm | Jörn Zaefferer | 2014-01-17 | 1 | -0/+1 | |
| | | | | (cherry-picked from 20ea8071b44c23e7915300eacc9ed958fbe4eaf5) |