gecko-dev/dom/events
Daniel Holbert 01a37fdfe7 Bug 1730759: Remove unreachable return statement from KeyEventHandler::KeyToMask. r=masayuki
This return statement is just a copy of the 'default' case in the preceding
switch statement.  It's redundant and unreachable because every case in the
switch statement has a return statement.

clang correctly warns that it's unreachable, so this patch fixes a clang build
warning.

Differential Revision: https://phabricator.services.mozilla.com/D125595
2021-09-15 02:36:49 +00:00
..
crashtests Bug 1692068 - Disable broken crashtests on tsan. r=necko-reviewers,decoder,dragana 2021-05-25 01:15:49 +00:00
test Bug 1728171 - Part 3: Add test r=edgar 2021-09-06 11:50:35 +00:00
AnimationEvent.cpp
AnimationEvent.h
AsyncEventDispatcher.cpp
AsyncEventDispatcher.h
BeforeUnloadEvent.cpp
BeforeUnloadEvent.h
Clipboard.cpp Bug 1689835 - clipboard.write: Sanitize HTML. r=nika 2021-04-20 20:40:08 +00:00
Clipboard.h Bug 1619947 - Reimplement navigator.clipboard.write to use ClipboardItem r=nika 2021-01-24 12:35:46 +00:00
ClipboardEvent.cpp
ClipboardEvent.h
ClipboardItem.cpp Bug 1688279 - Support strings as data in ClipboardItem r=nika 2021-01-29 22:33:55 +00:00
ClipboardItem.h Bug 1688279 - Support strings as data in ClipboardItem r=nika 2021-01-29 22:33:55 +00:00
CommandEvent.cpp
CommandEvent.h
CompositionEvent.cpp
CompositionEvent.h Bug 1723050 - Part 9: Replace typedef by using in dom/events/ r=masayuki 2021-08-07 10:36:35 +00:00
ConstructibleEventTarget.cpp
ConstructibleEventTarget.h
ContentEventHandler.cpp Bug 1716045 - Unify font-family storage. r=mats,jfkthame 2021-06-18 19:35:50 +00:00
ContentEventHandler.h Bug 1723050 - Part 9: Replace typedef by using in dom/events/ r=masayuki 2021-08-07 10:36:35 +00:00
CustomEvent.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
CustomEvent.h
DataTransfer.cpp
DataTransfer.h
DataTransferItem.cpp
DataTransferItem.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
DataTransferItemList.cpp Bug 1707214 - Ensure we don't cache dataTransfer.files when accessed by expanded principals. r=mixedpuppy,nika 2021-04-30 19:48:41 +00:00
DataTransferItemList.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
DeviceMotionEvent.cpp
DeviceMotionEvent.h
DOMEventTargetHelper.cpp
DOMEventTargetHelper.h Bug 1673931 - Avoid including BindingDeclarations.h from header files. r=nika 2021-03-04 14:32:14 +00:00
DragEvent.cpp
DragEvent.h
Event.cpp Bug 1635018 - Part 1: Limit dragexit event to chrome on Nightly r=edgar,masayuki 2021-08-05 14:33:38 +00:00
Event.h Bug 1635018 - Part 1: Limit dragexit event to chrome on Nightly r=edgar,masayuki 2021-08-05 14:33:38 +00:00
EventDispatcher.cpp Bug 1663382 - Remove dangerous ProfilerStringView::Data() - r=florian 2021-09-10 11:43:47 +00:00
EventDispatcher.h Bug 1691515 - Add MOZ_KNOWN_LIVE member annotation r=andi 2021-03-05 23:23:03 +00:00
EventListenerManager.cpp Bug 1720574 - Add a way to disable event listeners, r=edgar,Honza 2021-07-16 12:04:37 +00:00
EventListenerManager.h Bug 1723050 - Part 9: Replace typedef by using in dom/events/ r=masayuki 2021-08-07 10:36:35 +00:00
EventListenerService.cpp Bug 1720574 - Add a way to disable event listeners, r=edgar,Honza 2021-07-16 12:04:37 +00:00
EventListenerService.h Bug 1720574 - Add a way to disable event listeners, r=edgar,Honza 2021-07-16 12:04:37 +00:00
EventNameList.h Bug 1727302 - Add onsecuritypolicyviolation event handler.r=smaug 2021-08-29 18:05:01 +00:00
EventStateManager.cpp Bug 1718404 - Fix high frequency browser_interactions_typing.js failure r=Standard8 2021-09-10 18:09:18 +00:00
EventStateManager.h Bug 1723050 - Part 9: Replace typedef by using in dom/events/ r=masayuki 2021-08-07 10:36:35 +00:00
EventStates.h Backed out changeset d3056dc50fe3 (bug 1707614) for causing devtools failures at browser_rules_colorpicker-release-outside-frame.js . CLOSED TREE 2021-04-28 16:08:31 +03:00
EventTarget.cpp
EventTarget.h Bug 1673931 - Avoid including BindingDeclarations.h from header files. r=nika 2021-03-04 14:32:14 +00:00
FocusEvent.cpp
FocusEvent.h
GlobalKeyListener.cpp Bug 1689034 - part 3: Get rid of keyboard events on plugins r=smaug 2021-01-28 07:48:15 +00:00
GlobalKeyListener.h
ImageCaptureError.cpp
ImageCaptureError.h
IMEContentObserver.cpp Bug 1725802 - Make IMEContentObserver create a sender of notifications when there are pending notifications, but not in the queue r=smaug 2021-08-30 22:03:29 +00:00
IMEContentObserver.h Bug 1725802 - Make IMEContentObserver create a sender of notifications when there are pending notifications, but not in the queue r=smaug 2021-08-30 22:03:29 +00:00
IMEStateManager.cpp Bug 1729008 - Part 2: Make HTMLFormElement::IsLastActiveElement take nsGenericHTMLFormElement as argument; r=smaug 2021-09-03 17:21:44 +00:00
IMEStateManager.h Bug 1670129 - InputContext has to synchronize with current inputmode or enterkeyhint if this value is updated. r=masayuki 2021-08-30 01:30:29 +00:00
InputEvent.cpp Bug 1725145 - header files fixes in the hybrid build env. r=valentin 2021-08-22 10:21:55 +00:00
InputEvent.h
InputEventOptions.h Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
InputTypeList.h
InternalMutationEvent.h
JSEventHandler.cpp
JSEventHandler.h
KeyboardEvent.cpp Bug 1727024 - Make KeyboardEvent.initKeyEvent is available in addons r=smaug 2021-08-24 09:52:23 +00:00
KeyboardEvent.h Bug 1727024 - Make KeyboardEvent.initKeyEvent is available in addons r=smaug 2021-08-24 09:52:23 +00:00
KeyEventHandler.cpp Bug 1730759: Remove unreachable return statement from KeyEventHandler::KeyToMask. r=masayuki 2021-09-15 02:36:49 +00:00
KeyEventHandler.h Bug 1510500 - part 1: Add GTest for checking no unexpected changes in ShortcutKeyDefinitions.cpp r=edgar 2021-02-07 11:06:26 +00:00
KeyNameList.h
MessageEvent.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
MessageEvent.h
MouseEvent.cpp Bug 1697585 - Prevent starting scrolling again in the child process if preventClickEvent has been called r=masayuki,smaug 2021-04-14 19:56:44 +00:00
MouseEvent.h Bug 1697585 - Prevent starting scrolling again in the child process if preventClickEvent has been called r=masayuki,smaug 2021-04-14 19:56:44 +00:00
MouseScrollEvent.cpp
MouseScrollEvent.h
moz.build Bug 1697769 - Apply implicit pointer capture only for pointer events that are generated from the touch events; r=smaug 2021-04-13 13:14:12 +00:00
MutationEvent.cpp
MutationEvent.h
NotifyPaintEvent.cpp
NotifyPaintEvent.h
nsIEventListenerService.idl Bug 1720574 - Add a way to disable event listeners, r=edgar,Honza 2021-07-16 12:04:37 +00:00
PaintRequest.cpp
PaintRequest.h
PendingFullscreenEvent.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
PhysicalKeyCodeNameList.h
PointerEvent.cpp Bug 1728626 - PointerEvent.pointerType should be allowed to be arbitrary from constructor; r=smaug 2021-09-03 15:04:56 +00:00
PointerEvent.h Bug 1728626 - PointerEvent.pointerType should be allowed to be arbitrary from constructor; r=smaug 2021-09-03 15:04:56 +00:00
PointerEventHandler.cpp Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
PointerEventHandler.h Bug 1511231 - Part 2: Make PointerEventHandler::InitPointerEventFromTouch take references; r=smaug 2021-08-19 13:27:12 +00:00
RemoteDragStartData.cpp Bug 1727176, use window contexts for the drag and drop source, r=smaug 2021-08-31 00:58:34 +00:00
RemoteDragStartData.h Bug 1727176, use window contexts for the drag and drop source, r=smaug 2021-08-31 00:58:34 +00:00
ScrollAreaEvent.cpp
ScrollAreaEvent.h
ShortcutKeyDefinitions.cpp Bug 1510500 - part 15: Group the other shortcut definitions r=edgar 2021-02-07 11:09:11 +00:00
ShortcutKeys.cpp Bug 1510500 - part 1: Add GTest for checking no unexpected changes in ShortcutKeyDefinitions.cpp r=edgar 2021-02-07 11:06:26 +00:00
ShortcutKeys.h Bug 1723050 - Part 9: Replace typedef by using in dom/events/ r=masayuki 2021-08-07 10:36:35 +00:00
SimpleGestureEvent.cpp
SimpleGestureEvent.h
SpeechRecognitionError.cpp
SpeechRecognitionError.h
StorageEvent.cpp
StorageEvent.h
TextClause.cpp
TextClause.h
TextComposition.cpp Bug 1682030 - Remove some dead NPAPI code from dom/plugins and related spots. r=jmathies,mconley,ipc-reviewers,mccr8 2021-04-06 19:28:12 +00:00
TextComposition.h
Touch.cpp Bug 1712825 - Allow coalescing touchmove events in BrowserChild r=smaug 2021-06-07 15:29:15 +00:00
Touch.h Bug 1712825 - Allow coalescing touchmove events in BrowserChild r=smaug 2021-06-07 15:29:15 +00:00
TouchEvent.cpp Bug 1701796: Move IsTouchDeviceSupportPresent to LookAndFeel remoting to prevent win32k usage in the content process. r=emilio,geckoview-reviewers,owlish 2021-08-25 14:32:13 +00:00
TouchEvent.h Bug 1701796: Move IsTouchDeviceSupportPresent to LookAndFeel remoting to prevent win32k usage in the content process. r=emilio,geckoview-reviewers,owlish 2021-08-25 14:32:13 +00:00
TransitionEvent.cpp
TransitionEvent.h
UIEvent.cpp Bug 1672330 - Move pointer lock code to PointerLockManager; r=smaug 2021-01-27 16:38:29 +00:00
UIEvent.h
VirtualKeyCodeList.h
WheelEvent.cpp Bug 1708829 - Make sure that delta* getters account for scroll speed override correctly. r=masayuki 2021-05-14 17:44:29 +00:00
WheelEvent.h Bug 1708829 - Expose WheelEvent.wheelDelta{,X,Y} for compat with other engines. r=masayuki 2021-05-14 15:17:33 +00:00
WheelHandlingHelper.cpp Bug 1708829 - Make sure that delta* getters account for scroll speed override correctly. r=masayuki 2021-05-14 17:44:29 +00:00
WheelHandlingHelper.h Bug 1708829 - Make sure that delta* getters account for scroll speed override correctly. r=masayuki 2021-05-14 17:44:29 +00:00
XULCommandEvent.cpp Bug 1704948 - Give XULCommandEvent a button property. r=smaug,preferences-reviewers 2021-04-20 17:44:16 +00:00
XULCommandEvent.h Bug 1704948 - Give XULCommandEvent a button property. r=smaug,preferences-reviewers 2021-04-20 17:44:16 +00:00