Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selector: Use Element.matches in selector-native if available | Philip Jägenstedt | 2014-03-20 | 1 | -1/+2 |
| | | | | | | | | | | | 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 | 1 | -5/+10 |
| | | | | | Fixes #14848 Closes gh-1548 | ||||
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 1 | -6/+3 |
| | | | | | 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 | 1 | -0/+10 |
| | | | | | | | | | | 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 | 1 | -3/+4 |
| | | | | | | Fixes #14736 Closes gh-1501 (cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666) | ||||
* | Core: Fix comments for .get() method | Benjy Cui | 2014-03-20 | 1 | -2/+2 |
| | | | | Closes gh-1547 | ||||
* | Event: Treat Pointer events like mouse events, #14741 | louisremi | 2014-03-16 | 1 | -2/+4 |
| | | | | | Ref #14741 Ref gh-1503 | ||||
* | CSS: Add flex-grow and flex-shrink to cssNumber | Roman Rei_ | 2014-03-13 | 1 | -0/+2 |
| | | | | | Fixes #14888 Closes gh-1536 | ||||
* | AMD: Note on AMD best practices | S. Andrew Sheppard | 2014-03-12 | 1 | -0/+6 |
| | | | | | Fixes #14687 Closes gh-1478 | ||||
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 1 | -0/+7 |
| | | | | Fixes #13997 | ||||
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 1 | -3/+0 |
| | | | | | | | | | | | | 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 | ||||
* | Manipulation: don't use Object.keys for consistency | Michał Gołębiowski | 2014-03-09 | 1 | -4/+3 |
| | | | | Fixes #14659 | ||||
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 1 | -2/+3 |
| | | | | Fixes #14802 | ||||
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 1 | -2/+2 |
| | | | | Fixes #14792 | ||||
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | Fixes #14791 | ||||
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | Fixes #14773 | ||||
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | Fixes #14179 | ||||
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 2 | -19/+6 |
| | | | | Fixes #14794 | ||||
* | 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 | ||||
* | Core: Fix trim in Android<4.1 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+19 |
| | |||||
* | Support: Document box-sizing was unprefixed in Firefox 29 | Michał Gołębiowski | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 4 | -63/+93 |
| | |||||
* | Attrs: Simplify an option hook | Oleg | 2014-02-05 | 1 | -1/+1 |
| | | | | | | | Since getter was removed in fdd78fad19ea3390cd96971cd29430e36378d137 there is no longer a need to wrap option element in order to get its value Fixes #14756 | ||||
* | Core: Remove special case try/catch in isPlainObject | Rick Waldron | 2014-02-02 | 1 | -10/+2 |
| | | | | Fixes #14746 | ||||
* | Ajax: Protect against exceptions thrown synchronously by xhr.send | jaubourg | 2014-01-29 | 1 | -4/+9 |
| | | | | | | | | | | | When xhr.send throws an exception synchronously, the onerror handler may have been called already which, unchecked, makes the exception bubble up outside of jQuery.ajax. We now catch the exception pre-emptively and only rethrow if we know it hasn't already been notified through the onerror handler. Fixes #14683 | ||||
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -8/+5 |
| | | | | | | | | | | 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 | ||||
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -4/+3 |
| | | | | | Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701 | ||||
* | Attrs: Remove outdated valHook for option element | Oleg | 2014-01-16 | 1 | -8/+0 |
| | | | | | | | This hook was relevant for BlackBerry 4.7 which is no longer supported. But this code path now raises error in IE10-11 (#14686) in 1.x-master branch. So to just to be safe, also add test for IE issue to this branch too. | ||||
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 5 | -23/+25 |
| | |||||
* | Intro: Pass window to intro if available, for browserify | Forbes Lindesay | 2014-01-09 | 1 | -2/+2 |
| | | | | Closes gh-1476 | ||||
* | Build: Happy New Year! Thanks @marlonlandaverde | Dave Methvin | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-07 | 1 | -1/+4 |
| | | | | | Fixes #14623 Closes gh-1473 | ||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 1 | -6/+5 |
| | | | | Closes gh-1430 | ||||
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 2 | -5/+8 |
| | | | | | | | For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645. | ||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 4 | -15/+21 |
| | | | | Fix #14584 | ||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 3 | -23/+32 |
| | | | | Ref #14016 | ||||
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 4 | -16/+17 |
| | | | | Close gh-1421 | ||||
* | Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434." | Dave Methvin | 2013-12-15 | 2 | -10/+1 |
| | | | | | | This reverts commit 498e0e6c9bf486a0b1f16b455d65fcbc6c43867e. We can't use the ActiveX XHR because it doesn't support events. | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 11 | -0/+13410 |
| | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. | ||||
* | Change window to global in the most outer IIFE parameters. | Michał Gołębiowski | 2013-11-17 | 1 | -5/+5 |
| | | | | | | | In the most outer IIFE it’s not yet known if the global is window or not. Using the window variable to denote the global was misleading in that case, especially that the code didn’t make such assumption, requiring to provide a Web-like window separately. Renaming window to global clears the confusion. | ||||
* | Fixes #14549. Execute the factory immediately when CommonJS is used in the ↵ | Timmy Willison | 2013-11-15 | 1 | -10/+14 |
| | | | | browser. | ||||
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -2/+2 |
| | |||||
* | Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434. | Dave Methvin | 2013-11-14 | 2 | -1/+10 |
| | | | | | We can't feature detect ActiveX in IE11, but we can just call it and catch whatever error occurs, then try normal XHR. | ||||
* | Event: Fix #14544. Remove elem from event handle, close gh-1400. | Ilya Kantor | 2013-11-14 | 1 | -7/+2 |
| | | | | | | | This also reduces memory leaks if the element is removed without cleaning events (e.g with native DOM operations). Not pickable into the 1.x branch because oldIE still needs this. | ||||
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | ajax: Fix #14207. file protocol returns status 0, see #8605. | Dave Methvin | 2013-11-13 | 1 | -2/+2 |
| |