| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Skip the "jQuery.ajax() on unload" test in Safari | Michał Gołębiowski-Owczarek | 2020-09-02 | 1 | -1/+4 |
* | Attributes: Drop the `toggleClass(boolean|undefined)` signature | Michał Gołębiowski-Owczarek | 2020-09-01 | 1 | -20/+1 |
* | Ajax: Execute JSONP error script responses | Dallas Fraser | 2020-08-25 | 1 | -0/+13 |
* | Ajax: Avoid CSP errors in the script transport for async requests | Michał Gołębiowski-Owczarek | 2020-08-25 | 1 | -2/+20 |
* | Ajax: Drop the json to jsonp auto-promotion logic | Michał Gołębiowski-Owczarek | 2020-07-27 | 1 | -0/+115 |
* | Manipulation: Avoid concatenating strings in buildFragment | Michał Gołębiowski-Owczarek | 2020-06-10 | 1 | -0/+11 |
* | Deprecated: Remove jQuery.trim | Michał Gołębiowski-Owczarek | 2020-05-18 | 1 | -22/+0 |
* | Tests: Remove remaining obsolete jQuery.cache references | Michał Gołębiowski-Owczarek | 2020-05-18 | 1 | -14/+1 |
* | CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build | Michał Gołębiowski-Owczarek | 2020-05-05 | 1 | -5/+0 |
* | Tests: Workaround failures in recent XSS tests in iOS 8 - 12 | Michał Gołębiowski-Owczarek | 2020-04-30 | 1 | -7/+15 |
* | Docs: Fix typos | Pierre Grimaud | 2020-04-29 | 1 | -2/+2 |
* | Tests: Add tests for recently fixed manipulation XSS issues | Michał Gołębiowski-Owczarek | 2020-04-29 | 1 | -0/+49 |
* | Tests: Use only one focusin/out handler per matching window & document | Michał Gołębiowski-Owczarek | 2020-04-27 | 1 | -9/+54 |
* | Ajax: Overwrite s.contentType with content-type header value, if any | Christian Wenz | 2020-04-06 | 1 | -0/+46 |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 15 | -256/+252 |
* | Data:Event:Manipulation: Prevent collisions with Object.prototype | Michał Gołębiowski-Owczarek | 2020-03-02 | 2 | -0/+58 |
* | Tests: Pass a number of necessary done() calls to assert.async() | Michał Gołębiowski-Owczarek | 2020-03-02 | 2 | -10/+10 |
* | Core: Fire iframe script in its context, add doc param in globalEval | Michał Gołębiowski-Owczarek | 2020-02-10 | 2 | -0/+34 |
* | Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds | Michał Gołębiowski-Owczarek | 2020-01-13 | 1 | -0/+51 |
* | Tests: Remove obsolete jQuery data tests | Michał Gołębiowski-Owczarek | 2020-01-13 | 3 | -23/+0 |
* | Build:Tests: Fix custom build tests, verify on Travis | Michał Gołębiowski-Owczarek | 2020-01-07 | 9 | -32/+100 |
* | Docs: Update links to EdgeHTML issues to go through Web Archive | Michał Gołębiowski-Owczarek | 2020-01-07 | 1 | -3/+3 |
* | Selector: Remove the "a:enabled" workaround for Chrome <=77 | Michał Gołębiowski-Owczarek | 2019-12-16 | 1 | -5/+1 |
* | Build: Make Karma work in ES modules mode | Michał Gołębiowski-Owczarek | 2019-12-16 | 1 | -1/+1 |
* | Event: Only attach events to objects that accept data - for real | Michał Gołębiowski-Owczarek | 2019-12-09 | 1 | -0/+9 |
* | Selector: Make empty attribute selectors work in IE again | Michał Gołębiowski-Owczarek | 2019-11-18 | 2 | -4/+15 |
* | Tests: Skip a "width/height on a table row with phantom borders" test in Firefox | Michał Gołębiowski-Owczarek | 2019-10-28 | 1 | -1/+8 |
* | Tests: Don't test synchronous XHR on unload in Chrome | Michał Gołębiowski-Owczarek | 2019-10-28 | 1 | -8/+13 |
* | Docs: Update most URLs to HTTPS | Michał Gołębiowski-Owczarek | 2019-10-21 | 4 | -12/+12 |
* | Selector: Add a test for throwing on post-comma invalid selectors | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -1/+2 |
* | Tests: Stop using jQuery.find in tests | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -108/+108 |
* | CSS: Workaround buggy getComputedStyle on table rows in IE/Edge | Michał Gołębiowski-Owczarek | 2019-10-14 | 2 | -0/+26 |
* | Ajax: Do not execute scripts for unsuccessful HTTP responses | Sean Robinson | 2019-09-26 | 1 | -0/+115 |
* | Core: Use Array.prototype.flat where supported | Ahmed.S.ElAfifi | 2019-09-25 | 1 | -1/+18 |
* | Core: Implement .even() & .odd() to replace POS :even & :odd | Michał Gołębiowski-Owczarek | 2019-09-24 | 1 | -0/+12 |
* | Selector: reduce size, simplify setDocument | Michał Gołębiowski-Owczarek | 2019-08-26 | 1 | -2/+16 |
* | Core: Deprecate jQuery.trim | Shashanka Nataraj | 2019-08-22 | 3 | -24/+23 |
* | Tests: Port changes from Sizzle | Richard Gibson | 2019-08-20 | 1 | -3/+11 |
* | Selector: Leverage the :scope pseudo-class where possible | Michał Gołębiowski-Owczarek | 2019-08-19 | 2 | -7/+72 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 8 | -149/+151 |
* | Selector: Port Sizzle tests to jQuery | Michał Gołębiowski-Owczarek | 2019-06-26 | 5 | -140/+1745 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 13 | -310/+241 |
* | Traversing: Fix `contents()` on `<object>`s with children | Pat O'Callaghan | 2019-05-06 | 1 | -0/+13 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 11 | -671/+224 |
* | Tests: Restrict an event test fallback to TestSwarm | Richard Gibson | 2019-04-29 | 1 | -1/+1 |
* | Core: Remove deprecated jQuery APIs | Michał Gołębiowski-Owczarek | 2019-04-29 | 3 | -464/+10 |
* | Tests: Fix the new focusin/focusout test in IE | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -44/+59 |
* | Event: Stop shimming focusin & focusout events | Michał Gołębiowski-Owczarek | 2019-04-29 | 2 | -24/+34 |
* | Data: Separate data & css/effects camelCase implementations | Michał Gołębiowski-Owczarek | 2019-04-29 | 2 | -1/+34 |
* | Event: Fix handling of multiple async focus events | Richard Gibson | 2019-04-29 | 1 | -0/+43 |