index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
event.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Tests: Fix the expando-removal test failure in IE 8
Michał Gołębiowski
2015-09-14
1
-1
/
+4
*
Data: test that delete is not used on DOM nodes
Jason Bedard
2015-09-08
1
-0
/
+24
*
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
*
Tests: Partially use new qunit interface
Oleg Gaidarenko
2015-09-07
1
-546
/
+569
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-948
/
+954
*
Event: Reduce differences from master
Richard Gibson
2015-08-10
1
-3
/
+3
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-3
/
+9
*
Event: improve originalEvent hack
Oleg Gaidarenko
2015-05-29
1
-0
/
+129
*
Event: remove deprecated event aliases
Oleg Gaidarenko
2015-05-19
1
-8
/
+1
*
Event: remove guard for falsy handler argument of jQuery#on method
Oleg Gaidarenko
2015-05-03
1
-14
/
+0
*
Event: HTML5 drop events inherit from MouseEvent
Dave Methvin
2015-01-14
1
-7
/
+12
*
Event: Normalize mouse event properties in drag events
Aditya Raghavan
2015-01-05
1
-0
/
+19
*
Event: Empty namespaces should be uneventfully ignored
Dave Methvin
2014-12-09
1
-0
/
+11
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-12-08
1
-60
/
+20
*
Event: Fully clean up events in unit test
Veaceslav Grimalschi
2014-12-07
1
-1
/
+2
*
Event: Restore the `constructor` property on jQuery.Event prototype
Daniel Herman
2014-09-04
1
-1
/
+3
*
Event: Don't test stopImmediatePropagation in Android 2.3
Michał Gołębiowski
2014-03-18
1
-2
/
+5
*
Event: Unit test for #14741 fix
Dave Methvin
2014-03-16
1
-0
/
+14
*
Event: Call underlying stopImmediatePropagation when present
Dave Methvin
2014-03-12
1
-2
/
+17
*
Event: Allow triggerHandler(beforeunload)
Dave Methvin
2014-03-04
1
-0
/
+5
*
Event: Blacklist the onbeforeunload test in Android 2.3
Michał Gołębiowski
2014-02-13
1
-3
/
+4
*
Tests: Blacklist beforeunload test in iOS
Michał Gołębiowski
2014-01-27
1
-1
/
+4
*
Ref #14180, let focusin/out work on non-element targets.
Dave Methvin
2013-11-14
1
-0
/
+13
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-11-12
1
-0
/
+33
*
Don't execute focus tests in Firefox
Oleg
2013-11-08
1
-72
/
+75
*
Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."
Dave Methvin
2013-10-22
1
-27
/
+0
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-10-22
1
-0
/
+27
*
Fix #13993. Save result of native inline handlers. Close gh-1368.
Dave Methvin
2013-10-06
1
-0
/
+8
*
Add setup function for the event module
Oleg
2013-09-30
1
-3
/
+6
*
Focus on the body before running focus test
Oleg
2013-09-30
1
-10
/
+4
*
Try to fix focus test again
Oleg
2013-09-30
1
-20
/
+25
*
Run focus test only if document has focus
Oleg
2013-09-23
1
-21
/
+21
*
No ticket: Fix IE focus test failures
Richard Gibson
2013-09-23
1
-2
/
+5
*
No ticket: Hide the testing-support jQuery from tests
Richard Gibson
2013-09-03
1
-0
/
+1
*
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison
2013-08-29
1
-79
/
+0
*
Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM read...
Oleg Gaidarenko
2013-08-16
1
-0
/
+6
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-120
/
+135
*
Fix #13393. Avoid IE9 activeElement of death.
Dave Methvin
2013-04-08
1
-0
/
+5
*
Ref #12652: Allow overriding native .click() suppression
Richard Gibson
2013-04-08
1
-21
/
+20
*
Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.
Michał Gołębiowski
2013-04-07
1
-279
/
+278
*
Ref 65a66489: oldIE handholding for native event tests
Richard Gibson
2013-04-04
1
-1
/
+8
*
Ref #13353: capture onlyHandlers in jQuery.Event.isTrigger. Close gh-1183.
Richard Gibson
2013-04-03
1
-14
/
+35
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-3
/
+3
*
Fix #13471. $().on(".xyz"...) should avoid later crash.
Dave Methvin
2013-02-26
1
-0
/
+16
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-32
/
+35
*
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
Andrew Plummer
2013-01-31
1
-0
/
+14
[next]