| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Effects: Remove jQuery.fx.interval | Michał Gołębiowski-Owczarek | 2022-03-01 | 3 | -179/+154 |
* | Tests: Workaround an XML parsing bug in Firefox | Michał Gołębiowski-Owczarek | 2022-02-28 | 1 | -1/+7 |
* | CSS: Skip falsy values in `addClass( array )`, compress code | Michał Gołębiowski-Owczarek | 2022-01-24 | 1 | -0/+38 |
* | Core: Don't rely on splice being present on input | Bruno PIERRE | 2022-01-24 | 1 | -5/+7 |
* | Docs: Fix incorrect `trac-NUMBER` references | Michał Gołębiowski-Owczarek | 2022-01-12 | 7 | -8/+8 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 18 | -334/+335 |
* | Tests: Skip ETag AJAX tests on TestSwarm | Michał Gołębiowski-Owczarek | 2021-12-01 | 1 | -5/+18 |
* | Tests: Allow statusText to be "success" in AJAX tests | Michał Gołębiowski-Owczarek | 2021-12-01 | 1 | -1/+2 |
* | Attributes: Don't stringify attributes in the setter | Michał Gołębiowski-Owczarek | 2021-11-01 | 1 | -0/+20 |
* | Core:Manipulation: Add basic TrustedHTML support | Michał Gołębiowski-Owczarek | 2021-09-30 | 1 | -0/+16 |
* | CSS: Trim whitespace surrounding CSS Custom Properties values | fecore1 | 2021-09-23 | 1 | -8/+23 |
* | Manipulation: Don't remove HTML comments from scripts | Michał Gołębiowski-Owczarek | 2021-07-19 | 1 | -6/+18 |
* | Tests: Switch background image from online file to local 1x1.jpg | Timo Tijhof | 2021-05-24 | 1 | -18/+8 |
* | Event: Don't break focus triggering after `.on(focus).off(focus)` | Michał Gołębiowski-Owczarek | 2021-05-10 | 1 | -0/+16 |
* | Tests: Make more tests run natively in Chrome & Firefox | Michał Gołębiowski-Owczarek | 2021-04-13 | 1 | -9/+9 |
* | Build: Rename master to main across the repository | Michał Gołębiowski-Owczarek | 2021-02-05 | 1 | -3/+3 |
* | Ajax: Don't auto-execute scripts unless dataType provided | Michał Gołębiowski-Owczarek | 2021-01-26 | 1 | -48/+23 |
* | Tests: Fix tests for not auto-executing scripts without dataType | Michał Gołębiowski-Owczarek | 2021-01-11 | 1 | -1/+1 |
* | Dimensions: Add offset prop fallback to FF for unreliable TR dimensions | Timmy Willison | 2021-01-11 | 2 | -12/+16 |
* | Core: Report browser errors in parseXML | Michał Gołębiowski-Owczarek | 2020-12-08 | 1 | -2/+25 |
* | Core: Make jQuery.isXMLDoc accept falsy input | Michał Gołębiowski-Owczarek | 2020-12-07 | 1 | -0/+10 |
* | Event: Make focus re-triggering not focus the original element back | Michał Gołębiowski-Owczarek | 2020-12-07 | 1 | -0/+34 |
* | Event: Don't crash if an element is removed on blur | Michał Gołębiowski-Owczarek | 2020-10-19 | 1 | -0/+27 |
* | Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) | Michał Gołębiowski-Owczarek | 2020-09-22 | 8 | -95/+33 |
* | Manipulation: Respect script crossorigin attribute in DOM manipulation | 高灰 | 2020-09-22 | 1 | -0/+33 |
* | 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 |