Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 1 | -0/+1 | |
| | | | | | | | | | 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 | |||||
* | Manipulation: Tolerate XMLNode host object input to getAll | Richard Gibson | 2014-09-04 | 1 | -2/+6 | |
| | | | | | | Fixes #15151 Ref 25712d77c3bc0221b5b2b9b9492c20a9cfbe1b17 Closes gh-1602 | |||||
* | CSS: Correct typo in the comment | Oleg Gaidarenko | 2014-09-03 | 1 | -3/+2 | |
| | ||||||
* | CSS: Use pre-defined displays for html and body | Oleg Gaidarenko | 2014-09-03 | 1 | -1/+7 | |
| | | | | | Ref 60f546acb1c7136092b4fd01cccff052e468cc72 Ref 274feb53cc9a99633dfac785d8b3b837d192c43c | |||||
* | CSS: Remove use of getDefaultComputedStyle | Nazar Mokrynskyi | 2014-09-02 | 1 | -12/+2 | |
| | | | | | | | Remove optimization to make jQuery compatible with Google's Polymer project Closes gh-1647 Fixes #15227 | |||||
* | Attr: Use typeof check for getAttribute method | Oleg Gaidarenko | 2014-09-02 | 1 | -1/+1 | |
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b | |||||
* | Build: Moved JSHint directives to .jshintrc file | Chris Antaki | 2014-09-02 | 2 | -4/+2 | |
| | | | | Closes gh-1595 | |||||
* | Offset: Simplified a conditional | Chris Antaki | 2014-09-02 | 1 | -1/+1 | |
| | ||||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 7 | -20/+15 | |
| | ||||||
* | CSS: Removed redundant "to the number" in comment | Aurelio De Rosa | 2014-09-02 | 1 | -1/+1 | |
| | | | | Closes gh-1594 | |||||
* | CSS: elements are hidden when either offsetWidth or offsetHeight is zero | Timmy Willison | 2014-07-17 | 1 | -1/+3 | |
| | | | | | | | - Note: this is a breaking change that has been delayed for several versions. Fixes #10406 Fixes #13132 | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 32 | -157/+272 | |
| | ||||||
* | Ajax: Remove workaround for IE6/7 | Chris Antaki | 2014-07-13 | 1 | -19/+6 | |
| | | | | | Closes gh-1597 Ref #8138 | |||||
* | Core: Consistently use local reference to access() | Timo Tijhof | 2014-07-12 | 1 | -1/+1 | |
| | | | | | Ref 3b53b75160606610cc8f87404f89fc9e10441c4b Closes gh-1605 | |||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 3 | -2048/+0 | |
| | | | | Closes gh-1593 | |||||
* | Build: Remove unused Sizzle test files | Scott González | 2014-06-24 | 8 | -11410/+0 | |
| | ||||||
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 1 | -21/+18 | |
| | | | | | | | | * 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 | -2/+25 | |
| | | | | | | | | | | 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 | 1 | -19/+4 | |
| | | | | | Fixes #14757 Closes gh-1449 | |||||
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+8 | |
| | | | | | | | | | | | | | 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 | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 28 | -170/+161 | |
| | | | | Closes gh-1577 | |||||
* | Core: Work around loss of precision from parseFloat | Richard Gibson | 2014-06-07 | 1 | -1/+2 | |
| | | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77) | |||||
* | Wrap: Declare a dependency on the manipulation module | TJ VanToll | 2014-06-02 | 1 | -0/+1 | |
| | | | | | Fixes #15121 Closes gh-1589 | |||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -1/+2 | |
| | | | | | Fixes #15118 Closes gh-1588 | |||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 3 | -7/+14 | |
| | | | | Fixes #15126 | |||||
* | Data: Work around IE11 bug with onpageshow attribute | Dave Methvin | 2014-04-30 | 1 | -4/+8 | |
| | | | | Fixes #14894 | |||||
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 1 | -3/+5 | |
| | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 | |||||
* | Selector: Update Sizzle to 1.10.19 | Richard Gibson | 2014-04-18 | 3 | -28/+38 | |
| | | | | | Fixes #14901 Fixes #14793 | |||||
* | Dimensions: Reverse a check to avoid potential reflows | Christian Kosmowski | 2014-04-18 | 1 | -1/+1 | |
| | | | | | Fixes #14979 Closes gh-1560 | |||||
* | 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 |