gecko-dev/dom/events
Sylvestre Ledru dd5741407b Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan
Too hard/impossible for the tool to format correctly these structs

Differential Revision: https://phabricator.services.mozilla.com/D8569

--HG--
extra : moz-landing-system : lando
2018-10-12 20:48:24 +00:00
..
crashtests
test Bug 1479964 - Set KeyboardEvent.keyCode and KeyboardEvent.charCode to same value if the event is "keypress" event r=smaug 2018-10-09 04:43:37 +00:00
AnimationEvent.cpp
AnimationEvent.h
AsyncEventDispatcher.cpp
AsyncEventDispatcher.h
BeforeUnloadEvent.cpp
BeforeUnloadEvent.h
Clipboard.cpp
Clipboard.h
ClipboardEvent.cpp
ClipboardEvent.h
CommandEvent.cpp
CommandEvent.h
CompositionEvent.cpp
CompositionEvent.h
ConstructibleEventTarget.cpp
ConstructibleEventTarget.h
ContentEventHandler.cpp Bug 1358813 - avoid flushing layout when notifying IME of focus events, r=masayuki 2018-10-11 13:06:52 +00:00
ContentEventHandler.h Bug 1358813 - avoid flushing layout when notifying IME of focus events, r=masayuki 2018-10-11 13:06:52 +00:00
CustomEvent.cpp
CustomEvent.h
DOMEventTargetHelper.cpp
DOMEventTargetHelper.h
DataTransfer.cpp Bug 1310193 - Remove wrapping of nsISupports as nsISupportsInterfacePointer in transferables. r=smaug 2018-10-07 16:33:07 +02:00
DataTransfer.h Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika 2018-08-22 15:10:31 -04:00
DataTransferItem.cpp
DataTransferItem.h
DataTransferItemList.cpp
DataTransferItemList.h
DeviceMotionEvent.cpp
DeviceMotionEvent.h
DragEvent.cpp
DragEvent.h
Event.cpp Bug 1363508 - Part 1: Spoofing pen/touch pointer events into mouse pointer events when fingerprinting resistance is on r=arthuredelstein,masayuki,smaug 2018-10-09 11:55:43 +00:00
Event.h Bug 1363508 - Part 1: Spoofing pen/touch pointer events into mouse pointer events when fingerprinting resistance is on r=arthuredelstein,masayuki,smaug 2018-10-09 11:55:43 +00:00
EventDispatcher.cpp Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
EventDispatcher.h
EventListenerManager.cpp Bug 1492395 - Make event markers in profiler timeline per event, not per event listener, r=mstange 2018-09-21 02:03:04 +03:00
EventListenerManager.h
EventListenerService.cpp Bug 1486690 - Remove unnecessary checks after moz_xmalloc() calls. r=glandium 2018-08-28 15:56:01 +10:00
EventListenerService.h
EventNameList.h
EventStateManager.cpp Bug 1461708 - part 8: Make EventStateManager handle middle click paste as a default action of mouseup event r=smaug 2018-10-10 12:06:17 +00:00
EventStateManager.h Bug 1461708 - part 8: Make EventStateManager handle middle click paste as a default action of mouseup event r=smaug 2018-10-10 12:06:17 +00:00
EventStates.h Bug 1490539 part 1 - Change FullScreen to Fullscreen in various names. r=smaug 2018-09-12 15:51:30 +00:00
EventTarget.cpp
EventTarget.h Bug 1489454 - Remove all trailing whitespaces (again) r=Ehsan 2018-09-07 14:47:51 +00:00
FocusEvent.cpp
FocusEvent.h
IMEContentObserver.cpp Bug 1358813 - avoid flushing layout when notifying IME of focus events, r=masayuki 2018-10-11 13:06:52 +00:00
IMEContentObserver.h Bug 1358813 - avoid flushing layout when notifying IME of focus events, r=masayuki 2018-10-11 13:06:52 +00:00
IMEStateManager.cpp
IMEStateManager.h
ImageCaptureError.cpp
ImageCaptureError.h
InputEvent.cpp
InputEvent.h
InternalMutationEvent.h
JSEventHandler.cpp
JSEventHandler.h
KeyNameList.h
KeyboardEvent.cpp Bug 1363508 - Part 1: Spoofing pen/touch pointer events into mouse pointer events when fingerprinting resistance is on r=arthuredelstein,masayuki,smaug 2018-10-09 11:55:43 +00:00
KeyboardEvent.h Bug 1363508 - Part 1: Spoofing pen/touch pointer events into mouse pointer events when fingerprinting resistance is on r=arthuredelstein,masayuki,smaug 2018-10-09 11:55:43 +00:00
MessageEvent.cpp
MessageEvent.h
MouseEvent.cpp
MouseEvent.h
MouseScrollEvent.cpp
MouseScrollEvent.h
MutationEvent.cpp
MutationEvent.h
NotifyPaintEvent.cpp
NotifyPaintEvent.h
PaintRequest.cpp
PaintRequest.h
PendingFullscreenEvent.h Bug 1491192 - Get raw pointer from RefPtr in ternary expression to fix MSVC build. a=tier2-permafail-fix 2018-09-14 15:41:31 +10:00
PhysicalKeyCodeNameList.h
PointerEvent.cpp Bug 1363508 - Part 1: Spoofing pen/touch pointer events into mouse pointer events when fingerprinting resistance is on r=arthuredelstein,masayuki,smaug 2018-10-09 11:55:43 +00:00
PointerEvent.h Bug 1363508 - Part 1: Spoofing pen/touch pointer events into mouse pointer events when fingerprinting resistance is on r=arthuredelstein,masayuki,smaug 2018-10-09 11:55:43 +00:00
PointerEventHandler.cpp
PointerEventHandler.h
ScrollAreaEvent.cpp
ScrollAreaEvent.h
SimpleGestureEvent.cpp
SimpleGestureEvent.h
SpeechRecognitionError.cpp
SpeechRecognitionError.h
StorageEvent.cpp
StorageEvent.h
TextClause.cpp
TextClause.h
TextComposition.cpp
TextComposition.h
Touch.cpp
Touch.h
TouchEvent.cpp
TouchEvent.h
TransitionEvent.cpp
TransitionEvent.h
UIEvent.cpp Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
UIEvent.h Bug 1461708 - part 4: Move implementation of UIEvent::GetRangeParent() and UIEvent::RangeOffset() to nsLayoutUtils r=smaug 2018-10-10 12:03:34 +00:00
VirtualKeyCodeList.h
WheelEvent.cpp
WheelEvent.h
WheelHandlingHelper.cpp
WheelHandlingHelper.h
XULCommandEvent.cpp
XULCommandEvent.h
moz.build Bug 326944, remove nsIComboboxControlFrame interface, r=mats 2018-09-26 10:41:12 -04:00
nsIEventListenerService.idl Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika 2018-09-06 18:02:43 +10:00