| Commit message (Expand) | Author | Age | Files | Lines |
* | Event: Fix handling of multiple async focus events | Richard Gibson | 2019-04-29 | 1 | -0/+43 |
* | Event: Prevent leverageNative from double-firing focusin | Richard Gibson | 2019-03-25 | 1 | -5/+1 |
* | Event: Leverage native events for focus/blur/click; propagate additional data | Richard Gibson | 2019-03-20 | 1 | -30/+133 |
* | Build: Update test code for compatibility with QUnit 2.x (#4297) | abnud1 | 2019-02-18 | 1 | -3/+4 |
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 1 | -86/+0 |
* | Tests: fix function reference for unbinding | Timmy Willison | 2018-01-08 | 1 | -4/+4 |
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 1 | -7/+8 |
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -3/+2 |
* | Tests: Account for TestSwarm focus issues | Richard Gibson | 2017-07-20 | 1 | -89/+98 |
* | Tests: Simulate events when CI hinders use of native ones | Richard Gibson | 2017-07-20 | 1 | -120/+107 |
* | Tests: Reduce the abort timeout for simple focus testing | Richard Gibson | 2017-07-19 | 1 | -7/+3 |
* | Tests: Abort focus tests when the environment doesn't cooperate | Richard Gibson | 2017-07-18 | 1 | -1/+10 |
* | Tests: Try extra hard to control focus | Richard Gibson | 2017-07-18 | 1 | -12/+21 |
* | Event: `stopPropagation()` on native event-handler | Pierre Spring | 2017-07-10 | 1 | -0/+41 |
* | Tests: add test for passing trigger data to radio click handler | Timmy Willison | 2017-03-20 | 1 | -0/+10 |
* | Revert "Event: Add radio click triggering tests" | Timmy Willison | 2017-03-20 | 1 | -26/+11 |
* | Event: Add radio click triggering tests | Alex Padilla | 2017-01-19 | 1 | -11/+26 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -19/+20 |
* | Event: Allow constructing a jQuery.Event without a target | Dave Methvin | 2016-06-02 | 1 | -0/+9 |
* | Events: don't execute native stop(Immediate)Propagation from simulation | Oleg Gaidarenko | 2016-05-19 | 1 | -7/+90 |
* | Event: Cover invalid delegation selector edge cases | Richard Gibson | 2016-05-06 | 1 | -8/+10 |
* | Event: Evaluate delegate selectors at add time | Felipe Sateler | 2016-05-06 | 1 | -0/+13 |
* | Event: Remove fixHooks, propHooks; switch to ES5 getter with addProp | Jason Bedard | 2016-05-04 | 1 | -15/+7 |
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -12/+12 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -3/+3 |
* | Docs:Tests: Remove legacy code & add support comments where needed | Michał Gołębiowski | 2016-03-30 | 1 | -0/+1 |
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -34/+25 |
* | Event: Fix chaining .on() with null handlers | Devin Wilson | 2016-01-19 | 1 | -0/+22 |
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 1 | -1/+2 |
* | Event: Move VML test out of event alias test | Dave Methvin | 2015-11-07 | 1 | -5/+15 |
* | Event: Make event aliases optional in unit tests | Dave Methvin | 2015-11-06 | 1 | -44/+41 |
* | Event: Add basic unit tests for event aliases | Dave Methvin | 2015-11-05 | 1 | -0/+18 |
* | Event: Ensure delegation doesn't error on comment nodes | Timmy Willison | 2015-11-04 | 1 | -0/+27 |
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 1 | -0/+12 |
* | Event: fix incorrect test | Oleg Gaidarenko | 2015-10-12 | 1 | -7/+1 |
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 1 | -1/+1 |
* | Tests: Account for Edge in originalEvent UA-sniffs | Michał Gołębiowski | 2015-09-14 | 1 | -6/+4 |
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 1 | -2/+5 |
* | Tests: more style corrections | Oleg Gaidarenko | 2015-09-08 | 1 | -1/+1 |
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -4/+10 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -929/+937 |
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -569/+591 |
* | Event: Only check elements for delegation matches | Richard Gibson | 2015-08-10 | 1 | -0/+11 |
* | Tests: don't use deprecated argument in test declaration | Oleg Gaidarenko | 2015-07-30 | 1 | -3/+9 |
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 |
* | Event: remove outdated originalEvent hack | Oleg Gaidarenko | 2015-05-29 | 1 | -16/+49 |
* | Event: Remove fake originalEvent from jQuery.Event.simulate | Gabriel Schulhof | 2015-05-29 | 1 | -0/+54 |
* | Event: remove deprecated event aliases | Oleg Gaidarenko | 2015-05-19 | 1 | -8/+1 |
* | Data: remove the expando when there's no more data | Timmy Willison | 2015-05-12 | 1 | -0/+21 |
* | Event: remove guard for falsy handler argument of jQuery#on method | Oleg Gaidarenko | 2015-05-03 | 1 | -14/+0 |