aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* Build: ESLint detailsOleg Gaidarenko2016-06-111-19/+20
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-0/+9
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-7/+90
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-8/+10
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+13
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-041-15/+7
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-12/+12
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-3/+3
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-0/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-34/+25
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+22
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-1/+2
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
* Event: Make event aliases optional in unit testsDave Methvin2015-11-061-44/+41
* Event: Add basic unit tests for event aliasesDave Methvin2015-11-051-0/+18
* Event: Ensure delegation doesn't error on comment nodesTimmy Willison2015-11-041-0/+27
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-0/+12
* Event: fix incorrect testOleg Gaidarenko2015-10-121-7/+1
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Tests: Account for Edge in originalEvent UA-sniffsMichał Gołębiowski2015-09-141-6/+4
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-2/+5
* Tests: more style correctionsOleg Gaidarenko2015-09-081-1/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-4/+10
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-929/+937
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-569/+591
* Event: Only check elements for delegation matchesRichard Gibson2015-08-101-0/+11
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-3/+9
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-16/+49
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-291-0/+54
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-8/+1
* Data: remove the expando when there's no more dataTimmy Willison2015-05-121-0/+21
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-031-14/+0
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-6/+13
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-051-0/+14
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-0/+11
* Event: Fully clean up events in unit testVeaceslav Grimalschi2014-12-071-1/+2
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-0/+19
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-22/+16
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-1/+3
* Event: Simplify the logic behind blacklisting Android 2.3 on one testMichał Gołębiowski2014-03-181-7/+4
* Event: Don't test stopImmediatePropagation in Android 2.3Michał Gołębiowski2014-03-181-8/+19
* Event: Unit test for #14741 fixDave Methvin2014-03-161-0/+14
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-121-2/+13
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-041-0/+5
* Event: Blacklist the onbeforeunload test in Android 2.3Michał Gołębiowski2014-02-131-3/+4
* Tests: Blacklist beforeunload test in iOSMichał Gołębiowski2014-01-261-1/+4
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-0/+13
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-0/+33