index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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 chaining .on() with null handlers
Devin Wilson
2016-01-15
1
-1
/
+8
*
Tests: fix lint in restored test
Timmy Willison
2016-01-07
1
-2
/
+2
*
Revert "Event: remove guard for falsy handler argument of jQuery#on method"
Timmy Willison
2016-01-07
1
-0
/
+15
*
Revert "Misc: Drop support for older browsers; update support comments"
Michał Gołębiowski
2015-11-16
1
-5
/
+10
*
Release: remove revert artefacts
Oleg Gaidarenko
2015-11-13
1
-23
/
+22
*
Revert "Event: remove guard for falsy handler argument of jQuery#on method"
Oleg Gaidarenko
2015-11-13
1
-1
/
+0
*
Revert "Event: remove deprecated event aliases"
Oleg Gaidarenko
2015-11-11
1
-1
/
+51
*
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
*
Event: HTML5 drop events inherit from MouseEvent
Dave Methvin
2015-01-14
1
-6
/
+13
*
Event: Normalize mouse event properties in drag events
Aditya Raghavan
2015-01-05
1
-0
/
+14
*
Event: Empty namespaces should be uneventfully ignored
Dave Methvin
2014-12-09
1
-0
/
+11
*
Event: Fully clean up events in unit test
Veaceslav Grimalschi
2014-12-07
1
-1
/
+2
*
Event: Copy detail property to jQuery.Event on native events
Dave Methvin
2014-12-03
1
-0
/
+19
*
Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat
Michał Gołębiowski
2014-11-04
1
-1
/
+1
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-22
/
+16
*
Event: Restore the `constructor` property on jQuery.Event prototype
Daniel Herman
2014-09-04
1
-1
/
+3
*
Event: Simplify the logic behind blacklisting Android 2.3 on one test
Michał Gołębiowski
2014-03-18
1
-7
/
+4
*
Event: Don't test stopImmediatePropagation in Android 2.3
Michał Gołębiowski
2014-03-18
1
-8
/
+19
*
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
/
+13
*
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-26
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
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
1
-20
/
+5
*
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
[next]