aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-151-1/+8
* Tests: fix lint in restored testTimmy Willison2016-01-071-2/+2
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-071-0/+15
* Revert "Misc: Drop support for older browsers; update support comments"Michał Gołębiowski2015-11-161-5/+10
* Release: remove revert artefactsOleg Gaidarenko2015-11-131-23/+22
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Oleg Gaidarenko2015-11-131-1/+0
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-11-111-1/+51
* 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
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-20/+5
* Don't execute focus tests in FirefoxOleg2013-11-081-72/+75
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-27/+0
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-0/+27