| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Fix flakiness in the "jQuery.ajax() - JSONP - Same Domain" test | Michał Gołębiowski-Owczarek | 2020-04-27 | 1 | -1/+3 |
* | 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 | 17 | -258/+254 |
* | Data:Event:Manipulation: Prevent collisions with Object.prototype | Michał Gołębiowski-Owczarek | 2020-03-02 | 2 | -0/+58 |
* | Build: Enable ESLint one-var rule for var declarations in browser code | Michał Gołębiowski-Owczarek | 2020-03-02 | 1 | -0/+1 |
* | 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 | 5 | -4/+67 |
* | Event: remove jQuery.event.global | Michał Gołębiowski-Owczarek | 2020-02-10 | 1 | -1/+0 |
* | 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 | 4 | -115/+0 |
* | Build: Make dev mode work in Karma again, serve source files from disk | Michał Gołębiowski-Owczarek | 2020-01-08 | 1 | -11/+22 |
* | Build:Tests: Fix custom build tests, verify on Travis | Michał Gołębiowski-Owczarek | 2020-01-07 | 18 | -78/+144 |
* | 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 | 7 | -103/+132 |
* | Build: Auto-convert sources to AMD | Michał Gołębiowski-Owczarek | 2019-12-09 | 3 | -9/+30 |
* | 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 | 4 | -5/+21 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 4 | -19/+34 |
* | 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 | 8 | -22/+22 |
* | 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 | 2 | -109/+109 |
* | 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 | 3 | -0/+140 |
* | 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 |
* | Build: Remove the external directory, read from node_modules directly | Michał Gołębiowski-Owczarek | 2019-08-26 | 2 | -6/+6 |
* | 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 |
* | Tests: Fix a comment in testinit.js | Michał Gołębiowski-Owczarek | 2019-08-19 | 1 | -1/+0 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 11 | -154/+167 |
* | Selector: Port Sizzle tests to jQuery | Michał Gołębiowski-Owczarek | 2019-06-26 | 10 | -155/+1875 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 18 | -321/+252 |
* | 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 | 14 | -734/+232 |
* | 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 |
* | CSS: Don't automatically add "px" to properties with a few exceptions | Michał Gołębiowski-Owczarek | 2019-04-08 | 1 | -2/+80 |
* | Tests: Fix the core-js polyfill inclusion method | Michał Gołębiowski-Owczarek | 2019-04-04 | 1 | -1/+1 |
* | Build: Update Sinon from 2.3.7 to 7.3.1, other updates | Michał Gołębiowski-Owczarek | 2019-04-04 | 4 | -11/+11 |
* | Tests: Make Android Browser 4.0-4.3 dimensions tests green | Michał Gołębiowski-Owczarek | 2019-03-27 | 1 | -2/+16 |
* | Tests: Make Android Browser 4.0-4.3 AJAX tests green | Michał Gołębiowski-Owczarek | 2019-03-27 | 1 | -1/+9 |