Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tests: Skip module tests in Edge | Michał Gołębiowski-Owczarek | 2018-07-30 | 1 | -1/+7 | |
| | | | | | | Edge sometimes doesn't execute module scripts. It needs to be investigated why but for now, we're skipping the test to make our tests more stable. Closes gh-4140 | |||||
* | Tests: Make support tests pass in Firefox 52 | Michał Gołębiowski-Owczarek | 2018-07-30 | 1 | -1/+1 | |
| | | | | jQuery Core now supports Firefox ESR. | |||||
* | Manipulation: Properly detect HTML elements with single-character names | Richard Gibson | 2018-07-13 | 1 | -0/+15 | |
| | | | | Fixes gh-4124 Closes gh-4125 | |||||
* | Tests: Add support test results for Firefox 61+ | Michał Gołębiowski-Owczarek | 2018-07-09 | 1 | -1/+20 | |
| | | | | | Firefox 61 now passes the reliableMarginLeft test. Closes gh-4122 | |||||
* | Dimensions: fix computing outerWidth on SVGs | Jason Bedard | 2018-06-20 | 1 | -0/+60 | |
| | | | | Fixes gh-3964 Closes gh-4096 | |||||
* | Serialize: jQuery.param: return empty string when given null/undefined | Timmy Willison | 2018-06-20 | 1 | -1/+4 | |
| | | | | Fixes gh-2633 Close gh-4108 | |||||
* | Test: enable a spec testing CSS whitespace preserving in Edge 17 | Michał Gołębiowski-Owczarek | 2018-06-18 | 1 | -2/+2 | |
| | | | | | | | | In Edge 14-16 setting a style property to a whitespace-only value resets it to the default, forcing us to skip a relevant CSS test in Edge. Now that Edge 17 has fixed the issue we can re-enable this test there. Ref gh-3204 Closes gh-4101 | |||||
* | CSS: Don't auto-append "px" to CSS variables (#4064) | Michał Gołębiowski-Owczarek | 2018-06-04 | 1 | -0/+15 | |
| | | | | Fixes gh-4063 Closes gh-4064 | |||||
* | squash! Set attributes all at once, src last | Dave Methvin | 2018-05-14 | 1 | -5/+3 | |
| | ||||||
* | Ajax: Allow custom attributes when script transport is used | Dave Methvin | 2018-05-14 | 1 | -0/+23 | |
| | | | | | | | 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 | 3 | -38/+83 | |
| | | | | | Fixes gh-4045 Closes gh-4046 | |||||
* | CSS: Correctly detect scrollbox support with non-default zoom | Richard Gibson | 2018-05-07 | 2 | -4/+9 | |
| | | | | Fixes gh-4029 Closes gh-4030 | |||||
* | CSS: Ensure camel- vs kebab-cased names are not collapsed for CSS vars | Michał Gołębiowski-Owczarek | 2018-05-02 | 1 | -0/+2 | |
| | | | Closes gh-4062 | |||||
* | CSS: Skip the px-appending logic for animations of non-element props | Michał Gołębiowski-Owczarek | 2018-04-30 | 1 | -0/+11 | |
| | | | | | | | Without this change animating properties from jQuery.cssNumber on non-elements throws an error. Ref gh-4055 Closes gh-4061 | |||||
* | Tests: ensure support tests are failed by at least one tested browser | Michał Gołębiowski-Owczarek | 2018-04-23 | 1 | -205/+253 | |
| | | | | | | | | A whitelist is available so that some tests can be allowed to always succeed. This is used only for ajax for now as it can be manually disabled in IE but is enabled by default. Closes gh-4052 | |||||
* | Tests: Fix Android 4.0 Deferred tests | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -1/+3 | |
| | | | Closes gh-3967 | |||||
* | Tests: Disable native abort test in Android 4.0 | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -18/+20 | |
| | | | | | | The test works on its own when checked manually but mysteriously fails in TestSwarm only in Android 4.0. Let's just disable it there. Closes gh-3968 | |||||
* | Tests: skip test with invalid selector for selector-native tests | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Tests: ensure that module assertions run on supported browsers | Timmy Willison | 2018-01-16 | 3 | -9/+25 | |
| | | | | | | - Also fixes tests for karma, where the URL for the module is different Ref gh-3871 | |||||
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 3 | -0/+18 | |
| | | | | | Fixes gh-3871 Close gh-3869 | |||||
* | Tests: fix number of expected assertions in basic core | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | ||||||
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 5 | -64/+46 | |
| | | | | | Fixes gh-3605 Close gh-3895 | |||||
* | Tests: fix weird flaky attributes test in Edge 16 | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | | | | | Fixes gh-3867 Close gh-3931 | |||||
* | Tests: fix weird failure in Edge 16 CSS | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | | | | | Fixes gh-3866 Close gh-3932 | |||||
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 4 | -81/+78 | |
| | | | | | 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 | -1/+32 | |
| | | | | | Fixes gh-3438 Closes gh-3781 | |||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 2 | -86/+76 | |
| | | | | Fixes gh-3214 | |||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 8 | -159/+164 | |
| | | | | Fixes gh-3609 | |||||
* | Tests: fix function reference for unbinding | Timmy Willison | 2018-01-08 | 1 | -4/+4 | |
| | | | | Ref gh-2958 | |||||
* | Tests: only run ontimeout test if ontimeout exists | Timmy Willison | 2018-01-08 | 1 | -16/+20 | |
| | | | | | Fixes gh-3742 Close gh-3919 | |||||
* | Ajax: add unit test for getScript(Object) | Timmy Willison | 2018-01-08 | 1 | -0/+18 | |
| | | | | | Fixes gh-3736 Close gh-3918 | |||||
* | Attributes: allow array param in add/remove/toggleClass | Timmy Willison | 2018-01-08 | 1 | -0/+50 | |
| | | | | | | | | | +30 bytes instead of +182 Thanks to @faisaliyk for the first pass on this feature. Fixes gh-3532 Close gh-3917 | |||||
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 3 | -55/+56 | |
| | | | | | Fixes gh-2958 Close gh-3885 | |||||
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 5 | -8/+8 | |
| | | | | | Fixes gh-2959 Close gh-3884 | |||||
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 1 | -29/+96 | |
| | | | | | - 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 | 3 | -27/+24 | |
| | | | | | Close gh-3604 Fixes gh-3384 | |||||
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 53 | -695/+1106 | |
| | | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999 | |||||
* | CSS: Correctly set support properties with non-default zoom | Saptak Sengupta | 2017-12-05 | 2 | -0/+35 | |
| | | | | Fixes gh-3808 Closes gh-3872 | |||||
* | Tests: Add iOS 11 support test results | Michał Gołębiowski-Owczarek | 2017-11-20 | 1 | -0/+18 | |
| | ||||||
* | Tests: Add Safari 11 support test results | Michał Gołębiowski-Owczarek | 2017-10-18 | 1 | -0/+18 | |
| | ||||||
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 1 | -10/+10 | |
| | | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778 | |||||
* | Tests: Update lineHeight adjustments to give Android more slop | Richard Gibson | 2017-09-08 | 1 | -9/+9 | |
| | ||||||
* | CSS: Avoid unit-conversion interference from CSS upper bounds | Richard Gibson | 2017-08-28 | 2 | -1/+18 | |
| | | | | Fixes gh-2144 Closes gh-3745 | |||||
* | Tests: Update path calculation | Jordan Beland | 2017-08-16 | 1 | -1/+2 | |
| | | | | Fixes gh-3756 Closes gh-3757 | |||||
* | Dimensions: Don't trust non-pixel computed width/height | Richard Gibson | 2017-08-07 | 1 | -0/+23 | |
| | | | | Fixes gh-3611 Closes gh-3741 | |||||
* | Tests: Replace non-ASCII whitespace in source code | Richard Gibson | 2017-07-31 | 1 | -1/+1 | |
| | ||||||
* | Dimensions: Improve offsetWidth/offsetHeight fallback | Richard Gibson | 2017-07-31 | 1 | -0/+19 | |
| | | | | | Fixes gh-3698 Fixes gh-3602 Closes gh-3738 | |||||
* | Ajax: add an ontimeout handler to all requests | Erik Lax | 2017-07-24 | 1 | -0/+17 | |
| | | | | | Fixes gh-3586 Close gh-3590 | |||||
* | Tests: Account for TestSwarm focus issues | Richard Gibson | 2017-07-20 | 1 | -89/+98 | |
| | | | | Closes gh-3732 | |||||
* | Tests: Simulate events when CI hinders use of native ones | Richard Gibson | 2017-07-20 | 2 | -125/+107 | |
| | | | | Ref gh-3732 |