aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-0/+8
* Add setup function for the event moduleOleg2013-09-301-3/+6
* Focus on the body before running focus testOleg2013-09-301-22/+21
* Run focus test only if document has focusOleg2013-09-231-21/+21
* No ticket: Fix IE focus test failuresRichard Gibson2013-09-231-2/+5
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-0/+1
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-79/+0
* Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM read...Oleg Gaidarenko2013-08-161-0/+6
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-120/+135
* Fix #13393. Avoid IE9 activeElement of death.Dave Methvin2013-04-081-0/+5
* Ref #12652: Allow overriding native .click() suppressionRichard Gibson2013-04-081-21/+20
* delegate/undelegate changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-120/+121
* bind/unbind changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-161/+159
* Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.Richard Gibson2013-02-281-14/+35
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-3/+3
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-1/+1
* Fix #13471. $().on(".xyz"...) should avoid later crash.Dave Methvin2013-02-261-0/+16
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-32/+35
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-031-66/+11
* event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153Andrew Plummer2013-01-311-0/+14
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-105/+113
* de486684 with moar guard for IE6Richard Gibson2013-01-131-4/+4
* Fix #13203: delegated events with selector matching Object.prototype propertyRichard Gibson2013-01-131-0/+14