Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.1.1-beta12.1.1-beta1 | Michał Gołębiowski | 2014-03-24 | 5 | -4/+9184 |
| | |||||
* | Build: Update release script for new jquery-release API | Scott González | 2014-03-21 | 2 | -9/+6 |
| | | | | Closes gh-1544 | ||||
* | Selector: Use Element.matches in selector-native if available | Philip Jägenstedt | 2014-03-20 | 2 | -1/+3 |
| | | | | | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-element-matches Support in Chromium: https://code.google.com/p/chromium/issues/detail?id=326652 Fixes #14902 Closes gh-1524 | ||||
* | Event: Fix isDefaultPrevented for bubbled events in Android 2.3 | Michał Gołębiowski | 2014-03-20 | 1 | -2/+2 |
| | | | | | Fixes #14897 Closes gh-1545 | ||||
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 2 | -5/+23 |
| | | | | | Fixes #14848 Closes gh-1548 | ||||
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 2 | -6/+13 |
| | | | | | Fixes #14750 Closes gh-1509 | ||||
* | Manipulation: Change support test to be WWA-friendly | Jonathan Sampson | 2014-03-20 | 1 | -2/+9 |
| | | | | | | | | Setting the innerHTML property in an unsafe manner raises issues in Windows Web Applications. Strings being passed into innerHTML cannot include the name attribute. Closes gh-1537 | ||||
* | Attributes: Trim whitespace from option text when returned as a value | John Hoven | 2014-03-20 | 3 | -0/+24 |
| | | | | | | | | | | Fixes #14858 Ref #14686 Closes gh-1531 (cherry picked from commit 9ec429cf6270e455aba4eba85f4db80e633806b6) Conflicts: src/attributes/val.js | ||||
* | CSS: window.getDefaultComputedStyle may return null | Rodrigo Rosenfeld Rosas | 2014-03-20 | 2 | -3/+5 |
| | | | | | | Fixes #14736 Closes gh-1501 (cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666) | ||||
* | Core: Fix comments for .get() method | Benjy Cui | 2014-03-20 | 2 | -2/+4 |
| | | | | Closes gh-1547 | ||||
* | Tests: Remove obsolete speed directory | Dave Methvin | 2014-03-20 | 11 | -7159/+0 |
| | | | | Closes gh-1551 | ||||
* | Build: Add commitplease for commit msg checking | Jörn Zaefferer | 2014-03-20 | 1 | -0/+1 |
| | | | | Closes gh-1523 | ||||
* | Package: Sort devDependencies | Jörn Zaefferer | 2014-03-20 | 1 | -8/+8 |
| | |||||
* | Core: Change the sleep time in dont_return.php from 100s to 30s | Michał Gołębiowski | 2014-03-19 | 1 | -1/+1 |
| | | | | | | Half a minute is more than enough for the test to finish even in the slowest browsers and in case of starving the PHP FPM process pool, one has to wait for only half a minute to try again. | ||||
* | 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: Change the sleep time in dont_return.php to a sane value | Michał Gołębiowski | 2014-03-18 | 1 | -1/+1 |
| | | | | | PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool. | ||||
* | Build: Change the timeout for the weekly job from 4h to 1h | Michał Gołębiowski | 2014-03-18 | 1 | -4/+4 |
| | |||||
* | 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: Treat Pointer events like mouse events, #14741 | louisremi | 2014-03-16 | 1 | -2/+4 |
| | | | | | Ref #14741 Ref gh-1503 | ||||
* | Readme: Fix subsection titles and grammar, thanks @robgraeber | Dave Methvin | 2014-03-16 | 1 | -6/+6 |
| | | | | Fixes gh-1540 | ||||
* | Build: Refactor testswarm Grunt task options | Michał Gołębiowski | 2014-03-16 | 1 | -7/+11 |
| | | | | | Add a possibility to specify the project name. Infer browserSets & timeout out of it instead of defining it in the Jenkins configuration. | ||||
* | CSS: Add flex-grow and flex-shrink to cssNumber | Roman Rei_ | 2014-03-13 | 3 | -0/+4 |
| | | | | | Fixes #14888 Closes gh-1536 | ||||
* | Readme: updating QUnit information | Leonardo Balter | 2014-03-13 | 1 | -1/+1 |
| | | | | | | updates QUnit reference site and method naming. Closes gh-1493 | ||||
* | AMD: Note on AMD best practices | S. Andrew Sheppard | 2014-03-12 | 2 | -0/+7 |
| | | | | | Fixes #14687 Closes gh-1478 | ||||
* | 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. | ||||
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 2 | -2/+20 |
| | | | | Fixes #13997 | ||||
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 |
| | |||||
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 |
| | |||||
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 |
| | |||||
* | 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 | 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. Fixes #14836 Closes gh-1532 | ||||
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 2 | -27/+7 |
| | |||||
* | Manipulation: don't use Object.keys for consistency | Michał Gołębiowski | 2014-03-09 | 1 | -4/+3 |
| | | | | Fixes #14659 | ||||
* | Build: Fix AMD option for custom builds | Timmy Willison | 2014-03-07 | 1 | -6/+12 |
| | | | | Fixes #14859 | ||||
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 3 | -2/+34 |
| | | | | Fixes #14802 | ||||
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 2 | -3/+4 |
| | | | | Fixes #14792 | ||||
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 3 | -1/+24 |
| | | | | Fixes #14791 | ||||
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 3 | -1/+10 |
| | | | | Fixes #14773 | ||||
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 2 | -2/+4 |
| | | | | Fixes #14179 | ||||
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 2 | -19/+6 |
| | | | | Fixes #14794 | ||||
* | 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 | ||||
* | Support: Reduce size | Richard Gibson | 2014-02-14 | 1 | -15/+19 |
| | | | | Ref a7ea12a9a7c696a14455bfe4bfebf984dd329832 | ||||
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-14 | 1 | -0/+4 |
| | | | | | | Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12 | ||||
* | Effects: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
| | |||||
* | 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. | ||||
* | Css: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
| |