fune/dom/events
2024-02-28 21:29:39 +00:00
..
crashtests Bug 1857597 - Add test for bug 1856737; r=smaug 2023-10-16 09:13:36 +00:00
test Bug 1878401 - part 7 - Pass BrowsingContext to nsIFilePicker::Init in tests r=extension-reviewers,settings-reviewers,credential-management-reviewers,anti-tracking-reviewers,devtools-reviewers,sgalich,pbz,nchevobbe,zombie,migration-reviewers,mconley 2024-02-28 21:29:39 +00:00
AnimationEvent.cpp
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 Bug 1866994 - Handle clipboard contextmenu in parent process; r=geckoview-reviewers,extension-reviewers,webidl,win-reviewers,saschanaz,robwu,nika,Gijs,m_kato,emilio 2023-11-28 15:38:01 +00:00
Clipboard.h Bug 1866994 - Handle clipboard contextmenu in parent process; r=geckoview-reviewers,extension-reviewers,webidl,win-reviewers,saschanaz,robwu,nika,Gijs,m_kato,emilio 2023-11-28 15:38:01 +00:00
ClipboardEvent.cpp
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
CommandEvent.h
CompositionEvent.cpp
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 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
DataTransfer.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
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
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
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
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
EventListenerService.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
EventListenerService.h
EventNameList.h
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
FocusEvent.h
GlobalKeyListener.cpp
GlobalKeyListener.h
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
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
JSEventHandler.h
KeyboardEvent.cpp
KeyboardEvent.h
KeyEventHandler.cpp
KeyEventHandler.h
KeyNameList.h
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
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
PaintRequest.cpp
PaintRequest.h
PendingFullscreenEvent.h
PhysicalKeyCodeNameList.h
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
RemoteDragStartData.h
ScrollAreaEvent.cpp
ScrollAreaEvent.h
ShortcutKeyDefinitions.cpp
ShortcutKeys.cpp
ShortcutKeys.h
SimpleGestureEvent.cpp
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
Touch.cpp
Touch.h
TouchEvent.cpp
TouchEvent.h
TransitionEvent.cpp
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
WheelHandlingHelper.h
XULCommandEvent.cpp
XULCommandEvent.h