..
crashtests
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00
test
Issue #2161 - Ctrl + Enter should cause keypress event even though the key combination doesn't input any character
2023-03-24 09:13:51 +08:00
AnimationEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
AnimationEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
AsyncEventDispatcher.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
AsyncEventDispatcher.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
BeforeAfterKeyboardEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
BeforeAfterKeyboardEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
BeforeUnloadEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
BeforeUnloadEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
Clipboard.cpp
Issue #2361 - Remove clipboard-read code
2023-11-24 17:02:32 +08:00
Clipboard.h
Issue #2361 - Base implementation of Navigator.Clipboard
2023-11-24 17:01:55 +08:00
ClipboardEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
ClipboardEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
CommandEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
CommandEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
CompositionEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
CompositionEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
ConstructibleEventTarget.cpp
Issue #1792 - Part 3: Add ConstructibleEventTarget helper class.
2021-07-15 09:24:16 +08:00
ConstructibleEventTarget.h
Issue #1792 - Part 3: Add ConstructibleEventTarget helper class.
2021-07-15 09:24:16 +08:00
ContentEventHandler.cpp
Issue #2135 - Bug 1433669/Part 2: Flush the document instead of the shell in ContentEventHandler
2023-03-06 16:25:38 +08:00
ContentEventHandler.h
Issue #2135 - Bug 1433669/Part 1: Remove dead function
2023-03-06 16:25:21 +08:00
CustomEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
CustomEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
DataContainerEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
DataContainerEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
DataTransfer.cpp
Issue #2361 - Base implementation of Navigator.Clipboard
2023-11-24 17:01:55 +08:00
DataTransfer.h
Issue #2361 - Base implementation of Navigator.Clipboard
2023-11-24 17:01:55 +08:00
DataTransferItem.cpp
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00
DataTransferItem.h
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00
DataTransferItemList.cpp
Issue #2361 - Base implementation of Navigator.Clipboard
2023-11-24 17:01:55 +08:00
DataTransferItemList.h
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00
DeviceMotionEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
DeviceMotionEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
DOMEventTargetHelper.cpp
Issue #1990 - Part 5 - Common up the skippability implementations that are basically copy/pastes of the DOMEventTargetHelper one. Mozilla Bug Bug 1333540. Skipped the renamed of various functions, but otherwise a direct port.
2022-09-02 11:00:06 +08:00
DOMEventTargetHelper.h
Issue #1792 - Part 2: Move GetParentObject() to EventTarget.h for re-use.
2021-07-15 09:24:15 +08:00
DragEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
DragEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
Event.cpp
Issue #2362 - Fix click handling according to the spec.
2023-12-06 14:50:08 +08:00
Event.h
Issue #2135 - Bug 1323815: FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget
2023-03-06 16:15:09 +08:00
EventDispatcher.cpp
Issue #595 - Implement window.event
2023-04-10 07:27:37 +08:00
EventDispatcher.h
Issue #595 - Implement window.event
2023-04-10 07:27:37 +08:00
EventListenerManager.cpp
Issue #1691 - Part 9: Make import() work when the active script is in another document. https://bugzilla.mozilla.org/show_bug.cgi?id=1342012 Associate event handler with active script when they are compiled.
2023-04-30 21:21:19 +08:00
EventListenerManager.h
Issue #595 - Implement window.event
2023-04-10 07:27:37 +08:00
EventListenerService.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
EventListenerService.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
EventNameList.h
Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILE
2021-03-12 08:59:50 +08:00
EventStateManager.cpp
Issue #2362 - Fix click handling according to the spec.
2023-12-06 14:50:08 +08:00
EventStateManager.h
Issue #2030 - Dispatch click on common interactive ancestor if mousdown/up are not on the same element
2022-12-02 23:56:40 +08:00
EventStates.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
EventTarget.cpp
Issue #1792 - Part 4: Implement constructors for the EventTarget interface.
2021-07-15 09:24:18 +08:00
EventTarget.h
Issue #1792 - Part 4: Implement constructors for the EventTarget interface.
2021-07-15 09:24:18 +08:00
FocusEvent.cpp
Issue #2135 - Bug 1323815: FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget
2023-03-06 16:15:09 +08:00
FocusEvent.h
Issue #2135 - Bug 1323815: FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget
2023-03-06 16:15:09 +08:00
ImageCaptureError.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
ImageCaptureError.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
IMEContentObserver.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
IMEContentObserver.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
IMEStateManager.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
IMEStateManager.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
InputEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
InputEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
InternalMutationEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
JSEventHandler.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
JSEventHandler.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
KeyboardEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
KeyboardEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
KeyNameList.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
MessageEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
MessageEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
MouseEvent.cpp
Issue #2135 - Bug 1323815: FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget
2023-03-06 16:15:09 +08:00
MouseEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
MouseScrollEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
MouseScrollEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
moz.build
Issue #2361 - Base implementation of Navigator.Clipboard
2023-11-24 17:01:55 +08:00
MutationEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
MutationEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
NotifyPaintEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
NotifyPaintEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
nsIEventListenerService.idl
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00
PaintRequest.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
PaintRequest.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
PhysicalKeyCodeNameList.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
PointerEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
PointerEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
ScrollAreaEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
ScrollAreaEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
SimpleGestureEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
SimpleGestureEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
StorageEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
StorageEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
TextClause.cpp
Issue #1656 - Remove more vim control lines.
2023-05-04 10:47:14 +08:00
TextClause.h
Issue #1656 - Remove more vim control lines.
2023-05-04 10:47:14 +08:00
TextComposition.cpp
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
TextComposition.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
Touch.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
Touch.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
TouchEvent.cpp
Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILE
2021-03-12 08:59:50 +08:00
TouchEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
TransitionEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
TransitionEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
UIEvent.cpp
Issue #2030 - (chore) refactor event dispatch functions
2022-12-02 23:55:37 +08:00
UIEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
VirtualKeyCodeList.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
WheelEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
WheelEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
WheelHandlingHelper.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
WheelHandlingHelper.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
XULCommandEvent.cpp
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00
XULCommandEvent.h
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
2020-09-25 22:04:12 +08:00