| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Core: Preserve CSP nonce on scripts in DOM manipulation | Michał Gołębiowski-Owczarek | 2019-01-14 | 1 | -0/+20 |
* | Tests: Exclude Android 4.x from repeated header names test | Michał Gołębiowski-Owczarek | 2018-12-14 | 1 | -1/+11 |
* | Manipulation: Only evaluate HTTP-successful script src | Richard Gibson | 2018-12-12 | 1 | -0/+17 |
* | Tests: fix dimensions tests in testswarm | Timmy Willison | 2018-12-03 | 1 | -1/+5 |
* | Dimensions: fall back to offsetWidth/Height for border-box in IE | Timmy Willison | 2018-11-27 | 1 | -5/+27 |
* | Ajax: Fix getResponseHeader(key) for IE11 | Andrei Fangli | 2018-11-26 | 1 | -1/+4 |
* | Tests: Add Safari 12 & iOS 12 results | Michał Gołębiowski-Owczarek | 2018-11-12 | 1 | -6/+6 |
* | Tests: Move latest Firefox before Firefox 60 test results | Michał Gołębiowski-Owczarek | 2018-11-12 | 1 | -4/+4 |
* | Core: Recognize Shadow DOM in attachment checks | Saptak Sengupta | 2018-11-09 | 2 | -0/+112 |
* | CSS: Don't read styles.position in the width/height cssHook unless necessary | Michał Gołębiowski-Owczarek | 2018-10-08 | 1 | -1/+1 |
* | Tests: Add tests for not auto-appending "px" to CSS Grid properties | Michał Gołębiowski-Owczarek | 2018-10-03 | 1 | -0/+50 |
* | Tests: Allow Karma to load unminfied source | Richard Gibson | 2018-09-07 | 1 | -11/+30 |
* | Tests: use width style instead of SVG width attribute (#4157) | Jason Bedard | 2018-08-20 | 1 | -3/+3 |
* | Tests: Account for the iPad with iOS 11.3 user agent | Michał Gołębiowski-Owczarek | 2018-08-01 | 1 | -1/+1 |
* | Tests: Skip module tests in Edge | Michał Gołębiowski-Owczarek | 2018-07-30 | 1 | -1/+7 |
* | Tests: Make support tests pass in Firefox 52 | Michał Gołębiowski-Owczarek | 2018-07-30 | 1 | -1/+1 |
* | Manipulation: Properly detect HTML elements with single-character names | Richard Gibson | 2018-07-13 | 1 | -0/+15 |
* | Tests: Add support test results for Firefox 61+ | Michał Gołębiowski-Owczarek | 2018-07-09 | 1 | -1/+20 |
* | Dimensions: fix computing outerWidth on SVGs | Jason Bedard | 2018-06-20 | 1 | -0/+60 |
* | Serialize: jQuery.param: return empty string when given null/undefined | Timmy Willison | 2018-06-20 | 1 | -1/+4 |
* | Test: enable a spec testing CSS whitespace preserving in Edge 17 | Michał Gołębiowski-Owczarek | 2018-06-18 | 1 | -2/+2 |
* | CSS: Don't auto-append "px" to CSS variables (#4064) | Michał Gołębiowski-Owczarek | 2018-06-04 | 1 | -0/+15 |
* | 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 |
* | Traversing: $.fn.contents() support for object | Luis Emilio Velasco Sanchez | 2018-05-14 | 1 | -38/+68 |
* | CSS: Correctly detect scrollbox support with non-default zoom | Richard Gibson | 2018-05-07 | 1 | -3/+4 |
* | CSS: Ensure camel- vs kebab-cased names are not collapsed for CSS vars | Michał Gołębiowski-Owczarek | 2018-05-02 | 1 | -0/+2 |
* | CSS: Skip the px-appending logic for animations of non-element props | Michał Gołębiowski-Owczarek | 2018-04-30 | 1 | -0/+11 |
* | Tests: ensure support tests are failed by at least one tested browser | Michał Gołębiowski-Owczarek | 2018-04-23 | 1 | -205/+253 |
* | Tests: Fix Android 4.0 Deferred tests | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -1/+3 |
* | Tests: Disable native abort test in Android 4.0 | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -18/+20 |
* | 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 | 1 | -8/+14 |
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 1 | -0/+16 |
* | 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 |
* | Tests: fix weird flaky attributes test in Edge 16 | Timmy Willison | 2018-01-16 | 1 | -1/+1 |
* | Tests: fix weird failure in Edge 16 CSS | Timmy Willison | 2018-01-16 | 1 | -1/+1 |
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 4 | -81/+78 |
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 1 | -1/+32 |
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 2 | -86/+76 |
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 7 | -157/+162 |
* | Tests: fix function reference for unbinding | Timmy Willison | 2018-01-08 | 1 | -4/+4 |
* | Tests: only run ontimeout test if ontimeout exists | Timmy Willison | 2018-01-08 | 1 | -16/+20 |
* | Ajax: add unit test for getScript(Object) | Timmy Willison | 2018-01-08 | 1 | -0/+18 |
* | Attributes: allow array param in add/remove/toggleClass | Timmy Willison | 2018-01-08 | 1 | -0/+50 |
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 3 | -55/+56 |
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 5 | -8/+8 |
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 1 | -29/+96 |
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 3 | -27/+24 |