Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CSS: Don't read styles.position in the width/height cssHook unless necessary | Michał Gołębiowski-Owczarek | 2018-10-08 | 2 | -4/+8 | |
| | | | | | | | | | | | | Current width/height cssHook reads the computed position style even if not necessary as the browser passes the scrollboxSize support test. That has been changed. This commit also makes the scrollboxSize support test in line with all others (i.e. only return true or false) and changes the variable name in the hook to make the code clearer. Fixes gh-4185 Closes gh-4187 | |||||
* | CSS: Don't auto-append "px" to possibly-unitless CSS grid properties | Bert Zhang | 2018-08-29 | 1 | -0/+7 | |
| | | | | | | This commit adds some CSS grid-related properties to jQuery.cssNumber. Fixes gh-4007 | |||||
* | Manipulation: Properly detect HTML elements with single-character names | Richard Gibson | 2018-07-13 | 2 | -2/+6 | |
| | | | | Fixes gh-4124 Closes gh-4125 | |||||
* | Dimensions: fix computing outerWidth on SVGs | Jason Bedard | 2018-06-20 | 1 | -1/+4 | |
| | | | | Fixes gh-3964 Closes gh-4096 | |||||
* | Serialize: jQuery.param: return empty string when given null/undefined | Timmy Willison | 2018-06-20 | 1 | -0/+4 | |
| | | | | Fixes gh-2633 Close gh-4108 | |||||
* | Build: Remove unnecessary ESLint exception | Ed S | 2018-06-18 | 1 | -3/+0 | |
| | | | | | The linked-to issue was fixed 2 years ago. Closes gh-4095 | |||||
* | CSS: Don't auto-append "px" to CSS variables (#4064) | Michał Gołębiowski-Owczarek | 2018-06-04 | 1 | -1/+3 | |
| | | | | Fixes gh-4063 Closes gh-4064 | |||||
* | squash! Set attributes all at once, src last | Dave Methvin | 2018-05-14 | 1 | -8/+5 | |
| | ||||||
* | Ajax: Allow custom attributes when script transport is used | Dave Methvin | 2018-05-14 | 1 | -3/+3 | |
| | | | | | | | Fixes gh-3028 Ref gh-2612 Useful, for example, to add `nonce`, `integrity`, or `crossorigin`. | |||||
* | Traversing: $.fn.contents() support for object | Luis Emilio Velasco Sanchez | 2018-05-14 | 1 | -12/+12 | |
| | | | | | Fixes gh-4045 Closes gh-4046 | |||||
* | CSS: Correctly detect scrollbox support with non-default zoom | Richard Gibson | 2018-05-07 | 2 | -8/+12 | |
| | | | | Fixes gh-4029 Closes gh-4030 | |||||
* | CSS: Skip the px-appending logic for animations of non-element props | Michał Gołębiowski-Owczarek | 2018-04-30 | 1 | -1/+2 | |
| | | | | | | | Without this change animating properties from jQuery.cssNumber on non-elements throws an error. Ref gh-4055 Closes gh-4061 | |||||
* | Event: Add "code" property to Event object | tmybr11 | 2018-04-17 | 1 | -0/+1 | |
| | | | | | Fixes gh-3978 Closes gh-3998 | |||||
* | Dimensions: avoid fetching boxSizing when setting width/height | Jason Bedard | 2018-03-25 | 1 | -2/+7 | |
| | | | | | | - this avoids forcing a reflow in some cases Fixes #3991 | |||||
* | CSS: Avoid filling jQuery.cssProps | Dave Methvin | 2018-03-19 | 3 | -39/+48 | |
| | | | | | | | | Fixes gh-3986 Closes gh-4005 Avoids filling jQuery.cssProps by introducing a second internal prop cache. This allows jQuery Migrate to detect external usage. | |||||
* | Core: Use isAttached to check for attachment of element | Saptak Sengupta | 2018-03-05 | 5 | -14/+27 | |
| | | | | | | | This change replaces the use of contains to check for attachment by isAttached function Closes gh-3977 Ref gh-3504 | |||||
* | Filter: Use direct filter in winnow | Saptak Sengupta | 2018-01-17 | 1 | -12/+2 | |
| | | | | | | | for both simple and complex selectors Fixes gh-3272 Closes gh-3910 | |||||
* | Tests: fix tests in AMD mode | Timmy Willison | 2018-01-16 | 2 | -7/+7 | |
| | ||||||
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 3 | -5/+19 | |
| | | | | | Fixes gh-3871 Close gh-3869 | |||||
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 7 | -23/+39 | |
| | | | | | Fixes gh-3605 Close gh-3895 | |||||
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 2 | -14/+14 | |
| | | | | | Fixes gh-2960 Closes gh-3888 | |||||
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 1 | -2/+2 | |
| | | | | | Fixes gh-3438 Closes gh-3781 | |||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 2 | -2/+3 | |
| | | | | Fixes gh-3214 | |||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 21 | -78/+104 | |
| | | | | Fixes gh-3609 | |||||
* | Attributes: allow array param in add/remove/toggleClass | Timmy Willison | 2018-01-08 | 1 | -8/+19 | |
| | | | | | | | | | +30 bytes instead of +182 Thanks to @faisaliyk for the first pass on this feature. Fixes gh-3532 Close gh-3917 | |||||
* | Manipulation: use `.children` to select tbody elements | Timmy Willison | 2018-01-08 | 1 | -1/+1 | |
| | | | | | - selectors beginning with a child combinator are not valid natively. This fixes the tests when using selector-native.js | |||||
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 3 | -32/+35 | |
| | | | | | Fixes gh-2958 Close gh-3885 | |||||
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 5 | -9/+7 | |
| | | | | | Fixes gh-2959 Close gh-3884 | |||||
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 1 | -1/+3 | |
| | | | | | - Add back camelCase to the public object (deprecate not remove) Ref #3384 | |||||
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 6 | -31/+42 | |
| | | | | | Close gh-3604 Fixes gh-3384 | |||||
* | CSS: Correctly set support properties with non-default zoom | Saptak Sengupta | 2017-12-05 | 1 | -3/+7 | |
| | | | | Fixes gh-3808 Closes gh-3872 | |||||
* | Manipulation: Reduce size by eliminating single-use variable | Richard Gibson | 2017-11-22 | 1 | -5/+2 | |
| | | | Closes gh-3851 | |||||
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 5 | -19/+20 | |
| | | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778 | |||||
* | CSS: Avoid unit-conversion interference from CSS upper bounds | Richard Gibson | 2017-08-28 | 1 | -17/+19 | |
| | | | | Fixes gh-2144 Closes gh-3745 | |||||
* | Dimensions: Don't trust non-pixel computed width/height | Richard Gibson | 2017-08-07 | 1 | -2/+6 | |
| | | | | Fixes gh-3611 Closes gh-3741 | |||||
* | Dimensions: Improve offsetWidth/offsetHeight fallback | Richard Gibson | 2017-07-31 | 1 | -2/+9 | |
| | | | | | Fixes gh-3698 Fixes gh-3602 Closes gh-3738 | |||||
* | Ajax: add an ontimeout handler to all requests | Erik Lax | 2017-07-24 | 1 | -2/+3 | |
| | | | | | Fixes gh-3586 Close gh-3590 | |||||
* | Support: Properly check for IE9 absolute scrollbox mishandling | Richard Gibson | 2017-07-18 | 2 | -23/+23 | |
| | | | | | | Ref gh-3589 Fixes gh-3699 Fixes gh-3730 Closes gh-3729 | |||||
* | Dimensions: Detect and account for content-box dimension mishandling | Richard Gibson | 2017-07-10 | 2 | -11/+32 | |
| | | | | Fixes gh-3699 Closes gh-3700 | |||||
* | Offset: fix error from bad merge in #3695 | Jason Bedard | 2017-07-10 | 1 | -2/+2 | |
| | ||||||
* | Revert "Offset: Resolve strict mode ClientRect "no setter" exception" | Jason Bedard | 2017-07-10 | 1 | -4/+2 | |
| | | | | This reverts commit 3befe5911af0cf516896482bb9ddf197c8cb8a8e. | |||||
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 6 | -17/+25 | |
| | | | | | Fixes gh-3629 Close gh-3702 | |||||
* | Event: `stopPropagation()` on native event-handler | Pierre Spring | 2017-07-10 | 1 | -4/+17 | |
| | | | | | Fixes gh-3693 Close gh-3694 | |||||
* | Deferred: fix memory leak of promise callbacks | Jason Bedard | 2017-06-20 | 1 | -1/+8 | |
| | | | | Fixes gh-3606 Closes gh-3657 | |||||
* | Dimensions: Include scroll gutter in "padding" box | Richard Gibson | 2017-06-19 | 1 | -46/+68 | |
| | | | | Fixes gh-3589 Closes gh-3656 | |||||
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 4 | -5/+6 | |
| | | | Closes gh-3661 | |||||
* | CSS: Drop the float mapping from cssProps | Michał Gołębiowski | 2017-05-06 | 1 | -3/+1 | |
| | | | | | Firefox 35 and newer support style.float directly. Closes #3569 | |||||
* | Core: Update isFunction to handle unusual-@@toStringTag input | Richard Gibson | 2017-04-24 | 1 | -2/+7 | |
| | | | | | | Ref gh-3597 Fixes gh-3600 Fixes gh-3596 Closes gh-3617 | |||||
* | Offset: Use correct offset parents; include all border/scroll values | Richard Gibson | 2017-04-24 | 1 | -26/+31 | |
| | | | | | | | | Thanks @anseki Fixes gh-3080 Fixes gh-3107 Closes gh-3096 Closes gh-3487 | |||||
* | Docs: Update links to HTML spec for stripAndCollapse (#3594) | Boom Lee | 2017-03-29 | 2 | -2/+2 | |
| |