gecko-dev/dom/events
2024-03-08 07:03:28 +00:00
..
crashtests Bug 1857597 - Add test for bug 1856737; r=smaug 2023-10-16 09:13:36 +00:00
test Bug 1267488: If no HTML input radio in a group is checked, only make the first radio in the group tabbable instead of all of them. r=smaug 2024-03-08 07:03:28 +00:00
AnimationEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
AnimationEvent.h
AsyncEventDispatcher.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
AsyncEventDispatcher.h Bug 1817122 - Make AsyncEventDispatcher(Event) take ownership of the event. r=smaug,media-playback-reviewers,padenot 2023-10-04 19:37:39 +00:00
BeforeUnloadEvent.cpp
BeforeUnloadEvent.h
Clipboard.cpp Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
Clipboard.h Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
ClipboardEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
ClipboardEvent.h
ClipboardItem.cpp Bug 1852947 - Redesign the async clipboard read API; r=nika 2023-11-14 09:21:24 +00:00
ClipboardItem.h Bug 1852947 - Redesign the async clipboard read API; r=nika 2023-11-14 09:21:24 +00:00
CommandEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
CommandEvent.h
CompositionEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
CompositionEvent.h
ConstructibleEventTarget.cpp
ConstructibleEventTarget.h
ContentEventHandler.cpp Bug 1853986. Let "Don't translate new lines for IME" ride to release. r=masayuki 2024-01-10 18:53:21 +00:00
ContentEventHandler.h Bug 1690111 - Add a copy assignment operator to RawNodePosition. r=farre 2023-09-20 09:41:59 +00:00
CustomEvent.cpp
CustomEvent.h
DataTransfer.cpp Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
DataTransfer.h Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
DataTransferItem.cpp Bug 1871135 - Add content analysis support to clipboard operations r=edgar,nika,masayuki,devtools-reviewers 2024-02-13 11:26:48 +00:00
DataTransferItem.h Bug 1777448 - Part 2: Suppress the paste context menu when the clipboard data originates from a same-origin page; r=nika 2023-12-08 07:08:42 +00:00
DataTransferItemList.cpp
DataTransferItemList.h
DeviceMotionEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
DeviceMotionEvent.h
DOMEventTargetHelper.cpp Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
DOMEventTargetHelper.h Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
DragEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
DragEvent.h
Event.cpp Bug 1843477, mark some classes being main thread only, r=mccr8 2023-09-26 12:36:21 +00:00
Event.h Bug 1848409 - Tweak the UpdateDefaultPreventedOnContent call to only special case the HTMLEditorEventListener case r=masayuki,dom-core 2023-08-15 13:46:42 +00:00
EventDispatcher.cpp Bug 1874881 - Remove pref dom.events.phases.correctOrderOnTarget. r=dom-core,edgar 2024-01-23 08:01:16 +00:00
EventDispatcher.h Bug 1658996 - Part 1: Introduce new methods around click event activation behavior. r=edgar 2023-09-07 09:33:51 +00:00
EventListenerManager.cpp Bug 1842980 - Remove dom.event.default_to_passive_wheel_listeners pref r=emilio 2024-02-05 10:32:33 +00:00
EventListenerManager.h Bug 1843473 - Don't dispatch DOMActivate if there are no listeners for it, r=masayuki 2023-08-18 06:01:16 +00:00
EventListenerService.cpp Bug 1879781 - Remove nsIEventListenerService::getEventTargetChainFor r=smaug 2024-03-07 16:17:36 +00:00
EventListenerService.h
EventNameList.h Bug 1845381 - For begin/repeat/end SMIL animation events, only support "beginEvent"/"repeatEvent"/"endEvent" in addEventListener. r=webcompat-reviewers,dholbert,smaug,twisniewski 2023-07-31 20:43:47 +00:00
EventStateManager.cpp Bug 1081542 - Part 6: Reflect middle click to UserActivation::Modifiers. r=smaug 2024-02-27 14:12:12 +00:00
EventStateManager.h Bug 1878976 - Remove plugin-related code in EventStateManager; r=emilio 2024-02-07 12:35:27 +00:00
EventTarget.cpp Bug 1843477, non-virtual AddRef/Release for EventTarget and common subclasses, r=mccr8 2023-09-26 12:36:21 +00:00
EventTarget.h Merge autoland to mozilla-central. a=merge 2023-09-27 06:45:58 +03:00
FocusEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
FocusEvent.h
GlobalKeyListener.cpp Bug 1833494 - Make GlobalKeyListener not try to match handler with keyboard event with ignoring Shift state after one handler matches with the key combination r=smaug 2023-08-09 04:47:06 +00:00
GlobalKeyListener.h Bug 1833494 - Make GlobalKeyListener not try to match handler with keyboard event with ignoring Shift state after one handler matches with the key combination r=smaug 2023-08-09 04:47:06 +00:00
ImageCaptureError.cpp
ImageCaptureError.h
IMEContentObserver.cpp Bug 1870958 - Make TextControlState notify IMEContentObserver of default value change if TextEditor is being initialized r=smaug,m_kato 2024-01-24 22:50:27 +00:00
IMEContentObserver.h Bug 1863759 - Make IMEStateManager recreate IMEContentObserver if the active one is not observing editable content of focused element r=smaug,m_kato 2023-12-05 02:33:18 +00:00
IMEStateManager.cpp Bug 1851533 - Make IMEStateManager::OnInstalledMenuKeyboardListener call OnChangeFocusInternal when safe r=m_kato,smaug 2024-01-25 05:54:24 +00:00
IMEStateManager.h Bug 1851533 - Make IMEStateManager::OnInstalledMenuKeyboardListener call OnChangeFocusInternal when safe r=m_kato,smaug 2024-01-25 05:54:24 +00:00
InputEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
InputEvent.h
InputEventOptions.h
InputTypeList.h
InternalMutationEvent.h Bug 1851039 - Investigate if it is possible to reuse the text node when setting element.textContent, r=emilio 2023-09-04 09:38:09 +00:00
InvokeEvent.cpp Bug 1857887 - Add invoketarget & invoketarget action attributes r=smaug 2023-11-08 13:41:51 +00:00
InvokeEvent.h Bug 1857887 - Add invoketarget & invoketarget action attributes r=smaug 2023-11-08 13:41:51 +00:00
JSEventHandler.cpp Bug 1807842 - JSEventHandler could have a pointer to EventTarget, not nsISupports, r=masayuki 2023-01-02 10:45:12 +00:00
JSEventHandler.h Bug 1807842 - JSEventHandler could have a pointer to EventTarget, not nsISupports, r=masayuki 2023-01-02 10:45:12 +00:00
KeyboardEvent.cpp Bug 1266437 - Drop "OS" modifier r=smaug,m_kato,karlt,Gijs 2023-08-07 01:03:58 +00:00
KeyboardEvent.h Bug 1812329 - Move accesskey out of nsMenubarListener. r=smaug 2023-02-07 16:29:40 +00:00
KeyEventHandler.cpp Bug 1833494 - Make GlobalKeyListener not try to match handler with keyboard event with ignoring Shift state after one handler matches with the key combination r=smaug 2023-08-09 04:47:06 +00:00
KeyEventHandler.h Bug 1821886 - Reserve shortcut keys exiting from the fullscreen mode r=Gijs,edgar,smaug 2023-05-24 00:50:17 +00:00
KeyNameList.h Bug 1232918 - Map Windows Logo keys in Win/Linux to Meta and rename OSLeft/OSRight to MetaLeft/MetaRight r=smaug,webdriver-reviewers,jdescottes,media-playback-reviewers,karlt 2023-08-07 01:03:58 +00:00
MessageEvent.cpp
MessageEvent.h
MouseEvent.cpp Bug 1853517 - Remove dom.mouse_event.region.enabled pref r=emilio 2024-01-05 20:03:32 +00:00
MouseEvent.h Bug 1853517 - Remove dom.mouse_event.region.enabled pref r=emilio 2024-01-05 20:03:32 +00:00
MouseScrollEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
MouseScrollEvent.h
moz.build Bug 1857887 - Add invoketarget & invoketarget action attributes r=smaug 2023-11-08 13:41:51 +00:00
MutationEvent.cpp
MutationEvent.h
NotifyPaintEvent.cpp
NotifyPaintEvent.h
nsIEventListenerService.idl Bug 1879781 - Remove nsIEventListenerService::getEventTargetChainFor r=smaug 2024-03-07 16:17:36 +00:00
PaintRequest.cpp
PaintRequest.h
PendingFullscreenEvent.h
PhysicalKeyCodeNameList.h Bug 1232918 - Map Windows Logo keys in Win/Linux to Meta and rename OSLeft/OSRight to MetaLeft/MetaRight r=smaug,webdriver-reviewers,jdescottes,media-playback-reviewers,karlt 2023-08-07 01:03:58 +00:00
PointerEvent.cpp Bug 1870498 - Let WebExtension content scripts access getCoalescedEvents in non-secure contexts r=smaug,robwu 2024-01-02 20:50:27 +00:00
PointerEvent.h Bug 1858434 - Expose getCoalescedEvents only on SecureContext, r=edgar 2023-10-13 09:55:37 +00:00
PointerEventHandler.cpp Bug 1864654 - Make PresShell flush pending synthetic mousemove before dispatching mousedown or mouseup r=smaug,dom-core,extension-reviewers,edgar,robwu 2024-01-24 11:07:34 +00:00
PointerEventHandler.h Bug 1864654 - Make PresShell flush pending synthetic mousemove before dispatching mousedown or mouseup r=smaug,dom-core,extension-reviewers,edgar,robwu 2024-01-24 11:07:34 +00:00
RemoteDragStartData.cpp Bug 1832701 - Part 1: Rename IPCDataTransfer* to IPCTransferable*; r=nika 2023-05-16 21:25:37 +00:00
RemoteDragStartData.h Bug 1832701 - Part 1: Rename IPCDataTransfer* to IPCTransferable*; r=nika 2023-05-16 21:25:37 +00:00
ScrollAreaEvent.cpp
ScrollAreaEvent.h
ShortcutKeyDefinitions.cpp
ShortcutKeys.cpp
ShortcutKeys.h
SimpleGestureEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
SimpleGestureEvent.h
SpeechRecognitionError.cpp
SpeechRecognitionError.h
StorageEvent.cpp
StorageEvent.h
TextClause.cpp
TextClause.h
TextComposition.cpp Bug 1863759 - Make IMEStateManager recreate IMEContentObserver if the active one is not observing editable content of focused element r=smaug,m_kato 2023-12-05 02:33:18 +00:00
TextComposition.h Bug 1690827 - part 1: Number each composition for native IME or synthesized in the parent process r=smaug 2023-06-14 01:57:33 +00:00
Touch.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
Touch.h Bug 1810964 - Replace callers of nsContentUtils::ResistFingerprinting. r=tjr,emilio 2023-01-23 11:52:56 +00:00
TouchEvent.cpp Bug 1831092 - Use the new pull-based API for all crash annotations and remove the global annotations table r=jgilbert,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,padenot,handyman,afranchuk,valentin,alwu,sotaro 2024-03-04 10:24:43 +00:00
TouchEvent.h
TransitionEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
TransitionEvent.h
UIEvent.cpp Bug 1880187 - Remove unused member from UIEvent; r=masayuki 2024-02-14 06:19:10 +00:00
UIEvent.h Bug 1880187 - Remove unused member from UIEvent; r=masayuki 2024-02-14 06:19:10 +00:00
VirtualKeyCodeList.h
WheelEvent.cpp Bug 1843954 - Have Coord * Primitive and Coord / Primitive return Coord. r=botond 2023-09-14 00:37:04 +00:00
WheelEvent.h
WheelHandlingHelper.cpp Bug 1830758 - Do not clobber APZ scroll snap on eWheelOperationEnd. r=hiro 2023-06-01 13:51:44 +00:00
WheelHandlingHelper.h Bug 1830758 - Do not clobber APZ scroll snap on eWheelOperationEnd. r=hiro 2023-06-01 13:51:44 +00:00
XULCommandEvent.cpp Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
XULCommandEvent.h