aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-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 presentDave Methvin2014-03-122-2/+24
| | | | | Fixes #13997 (cherry picked from commit 6a89db86ed817f6a7498076e2a06b90f9fce0831)
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-133-0/+43
| | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
* Support: Make the support matrix for iOS 6 match iOS 7 as wellMichał Gołębiowski2014-03-131-1/+1
| | | | (cherry-picked from 26ce21786252981563e49e91a85b3e0bfa16c3e3)
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-5/+4
| | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8)
* Build: Allow to specify timeout in the testswarm taskMichał Gołębiowski2014-03-111-7/+3
| | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594)
* Build: Make it possible to change browserSets in the testswarm taskMichał Gołębiowski2014-03-101-2/+6
| | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8)
* Css: Fix testsMichał Gołębiowski2014-03-101-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 testMichał Gołębiowski2014-03-104-40/+8
| | | | Don't require body in the support.boxSizing test.
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-102-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 workaroundsMichał Gołębiowski2014-03-102-30/+11
|
* Build: Fix AMD option for custom buildsTimmy Willison2014-03-071-6/+12
| | | | Fixes #14859
* Ajax: Use two-arg form of .slice() for old IEDave Methvin2014-03-041-1/+1
| | | | Followup to a4b9bc57, #14773
* Core: Do not run window.onready when readyDave Methvin2014-03-043-2/+34
| | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
* CSS: Return values should be numbersDave Methvin2014-03-042-3/+4
| | | | | Fixes #14792 (cherry picked from commit f4b37d89820535d6c7503925aa8872645681a865)
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-043-2/+26
| | | | | | | | Fixes #14791 (cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a) Conflicts: src/event.js
* Ajax: .load() should trim its selectorDave Methvin2014-03-043-1/+10
| | | | | | | | Fixes #14773 (cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420) Conflicts: src/ajax/load.js
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-042-2/+4
| | | | | Fixes #14179 (cherry picked from commit 10efa1f5b44046aab6bcc8423322a41923faa290)
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-042-19/+6
| | | | | | (cherry-picked from 279913c71b63da721fa2f118cdce150effbf773e) Fixes #14794
* Support: Reduce size via code consolidation and minification awarenessRichard Gibson2014-03-045-196/+116
| | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518
* Bower: stop ignoring yourself, bowerTimmy Willison2014-02-191-2/+1
| | | | | | Ref #14798 Ref gh-1516 Ref gh-1338
* Bower: add main property, move Sizzle to devDependencies, add license propertyTimmy Willison2014-02-191-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 supportedMichał Gołębiowski2014-02-131-1/+6
| | | | (cherry-picked from 70ac4485f30633074696fa28ca29b0325459f228)
* Event: Blacklist the onbeforeunload test in Android 2.3Michał Gołębiowski2014-02-131-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 supportedMichał Gołębiowski2014-02-131-1/+6
| | | | (cherry-picked from de75b3cc626829c3478a8a6d59dddc948d348b41)
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-132-8/+16
| | | | | | Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12
* Core: Correct support comments for String.prototype.trimMichał Gołębiowski2014-02-131-1/+3
|
* Docs: Remove the note about consequences of excluding Sizzle from READMEMichał Gołębiowski2014-02-121-2/+0
|
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-054-0/+5
|
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-059-640/+709
| | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
* Selector: update SizzleMichał Gołębiowski2014-02-055-64/+94
| | | | (cherry-picked from a74ad04bc9c4c7203303b2547e94f1cc53c2a460)
* Build: Switch to explicit dependencies versions in bower.jsonMichał Gołębiowski2014-02-023-7/+45
| | | | (cherry-picked from cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9)
* Build: Specify browserSets for TestSwarm directlyMichał Gołębiowski2014-01-271-1/+1
|
* Support: Add iOS6 support tests resultsMichał Gołębiowski2014-01-271-0/+37
|
* Css: Document reliableMarginRight is needed for Android 2.3Michał Gołębiowski2014-01-271-0/+1
|
* Tests: Blacklist beforeunload test in iOSMichał Gołębiowski2014-01-271-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 workaroundMichał Gołębiowski2014-01-261-7/+0
| | | | (cherry-picked from d41fc68d9b89d39f8c71ae9f810b72798ff3e9ac)
* Build: Upgrade npm devDependenciesMichał Gołębiowski2014-01-261-8/+8
| | | | (cherry-picked from d63243d085c797e53a965620c439277284eada59)
* Css: Fix the reliableMarginRight test in oldIE.Michał Gołębiowski2014-01-261-3/+7
| | | | This fixes an error introduced by the previous commit.
* Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywilMichał Gołębiowski2014-01-261-6/+5
| | | | Fixes #14731
* Updating the 1.x-master version to 1.11.1pre.Timmy Willison2014-01-232-6/+2
|
* Release: Instantiate a zip archiver, run archivers asyncTimmy Willison2014-01-231-9/+10
|
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-232-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.1Michał Gołębiowski2014-01-221-1/+1
|
* Tests: fix Safari userAgent detectionMichał Gołębiowski2014-01-221-3/+3
| | | | (cherry-picked from 3f3f458974fe0bdccfe9042c9503fd2d03e2f6ff)
* Support: Add expected support results for Safari 7 & IE11Michał Gołębiowski2014-01-221-0/+74
|
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-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 Gibson2014-01-171-2/+4
| | | | | | | (cherry picked from commit 391c21b15d769fac1c37631b28c0226f57a59796) Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701
* Docs: Update authors fileOleg2014-01-171-0/+3
|
* Release: Publish to npmJörn Zaefferer2014-01-171-0/+1
| | | | (cherry-picked from 20ea8071b44c23e7915300eacc9ed958fbe4eaf5)