gecko/dom/events
2015-03-25 10:36:24 -04:00
..
crashtests Bug 1190036 - clipboardData.getFilesAndDirectories() should throw an exception when returning null, r=smaug 2015-08-25 08:22:57 +01:00
test Bug 885982 - Part 2: Convert TCPServerSocket to WebIDL and rewrite in C++. r=asuth,mayhemer,bz 2015-03-25 10:36:24 -04:00
AnimationEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
AnimationEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
AsyncEventDispatcher.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
AsyncEventDispatcher.h Bug 1167607 - Alter behavior of AsyncEventDispatcher for dispatching chrome only event on chrome node. r=smaug 2015-05-26 10:04:38 +12:00
BeforeAfterKeyboardEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
BeforeAfterKeyboardEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
BeforeUnloadEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
BeforeUnloadEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
ClipboardEvent.cpp Bug 895274 part.118 Rename NS_PASTE to ePaste r=smaug 2015-09-08 23:33:35 +09:00
ClipboardEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
CommandEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
CommandEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
CompositionEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
CompositionEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
ContentEventHandler.cpp Bug 895274 part.187 Rename NS_QUERY_TEXT_RECT to eQueryTextRect r=smaug 2015-09-11 21:21:26 +09:00
ContentEventHandler.h Bug 895274 part.187 Rename NS_QUERY_TEXT_RECT to eQueryTextRect r=smaug 2015-09-11 21:21:26 +09:00
CustomEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
CustomEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
DataContainerEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
DataContainerEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
DataTransfer.cpp Bug 895274 part.118 Rename NS_PASTE to ePaste r=smaug 2015-09-08 23:33:35 +09:00
DataTransfer.h Bug 895274 part.75 Rename NS_DRAGDROP_EVENT_START to eDragDropEventFirst, define eDragDropEventLast and correct the type and name of event message in DataTransfer r=smaug 2015-09-02 15:08:01 +09:00
DeviceMotionEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
DeviceMotionEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
DOMEventTargetHelper.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
DOMEventTargetHelper.h Bug 1178261 - make BroadcastChannel CC skippable, r=smaug 2015-06-29 17:42:41 +01:00
DragEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
DragEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
Event.cpp Bug 1203404. offsetX/Y on mouse events should remain target-relative, instead of becoming page-relative, after event dispatch is done. r=roc 2015-09-18 13:36:13 -04:00
Event.h Bug 895274 part.3 Make the enum of event messages a named enum IGNORE IDL r=smaug 2015-08-26 21:56:59 +09:00
EventDispatcher.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
EventDispatcher.h Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
EventListenerManager.cpp Bug 1026520 - CSP: Inline report sending into allows - callsite updates (r=dveditz) 2015-09-17 22:34:34 -07:00
EventListenerManager.h Bug 1205466, make HasApzAwareListeners check faster, r=masayuki 2015-09-17 13:16:20 +03:00
EventListenerService.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
EventListenerService.h Bug 1180798 - Pass event names in nsIEventListenerChangeListener r=smaug 2015-07-17 11:07:37 -04:00
EventNameList.h Bug 895274 part.268 Rename NS_SIMPLE_GESTURE_SWIPE_MAY_START to eSwipeGestureMayStart r=smaug 2015-09-15 00:14:38 +09:00
EventStateManager.cpp Bug 1168042, support accesskey redirecting to content process, r=masayuki 2015-09-18 08:19:13 -04:00
EventStateManager.h Bug 1168042, restructure HandleAccessKey so that accesskey candidates are only determined once, and clean up return value to use a bool, r=masayuki 2015-09-18 08:18:07 -04:00
EventStates.h Bug 1192831 - Remove PlayPreview API. r=jet, r=peterv 2015-08-20 15:15:18 -05:00
EventTarget.cpp Bug 1205466, make HasApzAwareListeners check faster, r=masayuki 2015-09-17 13:16:20 +03:00
EventTarget.h Bug 1205466, make HasApzAwareListeners check faster, r=masayuki 2015-09-17 13:16:20 +03:00
FocusEvent.cpp Bug 895274 part.69 Rename NS_FOCUS_CONTENT to eFocus r=smaug 2015-09-02 15:08:00 +09:00
FocusEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
ImageCaptureError.cpp Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
ImageCaptureError.h Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
IMEContentObserver.cpp Bug 1204439 part.3 Create methods to get enum item name r=smaug 2015-09-17 12:05:44 +09:00
IMEContentObserver.h Bug 1203381 part.7 Rename IMEContentObserver::mIs*ChangeEventPending to IMEContentObserver::mNeedsToNotifyIMEOf*Change r=smaug 2015-09-16 17:48:24 +09:00
IMEStateManager.cpp Bug 1204439 part.3 Create methods to get enum item name r=smaug 2015-09-17 12:05:44 +09:00
IMEStateManager.h Bug 1176955 part.1 TextComposition should guarantee that WidgetSelectionEvent should be handled by same content as the target of composition events when there is a composition r=smaug 2015-07-17 11:25:00 +09:00
InputEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
InputEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
InternalMutationEvent.h Bug 895274 part.3 Make the enum of event messages a named enum IGNORE IDL r=smaug 2015-08-26 21:56:59 +09:00
JSEventHandler.cpp Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
JSEventHandler.h Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
KeyboardEvent.cpp Bug 895274 part.15 Rename NS_KEY_AFTER_UP to eAfterKeyUp r=smaug 2015-08-29 08:58:28 +09:00
KeyboardEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
KeyNameList.h Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
MessageEvent.cpp Bug 1204775 - SharedWorker.port should be a 'real' MessagePort, r=khuey 2015-09-16 11:27:56 +08:00
MessageEvent.h Bug 1204775 - SharedWorker.port should be a 'real' MessagePort, r=khuey 2015-09-16 11:27:56 +08:00
MouseEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
MouseEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
MouseScrollEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
MouseScrollEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
moz.build Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
MutationEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
MutationEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
NotifyPaintEvent.cpp Bug 895274 part.3 Make the enum of event messages a named enum IGNORE IDL r=smaug 2015-08-26 21:56:59 +09:00
NotifyPaintEvent.h Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
nsIEventListenerService.idl Bug 1180798 - Pass event names in nsIEventListenerChangeListener r=smaug 2015-07-17 11:07:37 -04:00
PaintRequest.cpp Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
PaintRequest.h Bug 1179451 - Part 1: Rewrite some ternary operators as if/else. r=froydnj 2015-08-13 15:22:48 +03:00
PhysicalKeyCodeNameList.h Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
PointerEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
PointerEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
ScrollAreaEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
ScrollAreaEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
SimpleGestureEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
SimpleGestureEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
SpeechRecognitionError.cpp Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
SpeechRecognitionError.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
StorageEvent.cpp Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
StorageEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
TextComposition.cpp Bug 895274 part.194 Rename NS_COMPOSITION_COMMIT to eCompositionCommit r=smaug 2015-09-11 21:21:27 +09:00
TextComposition.h Bug 895274 part.3 Make the enum of event messages a named enum IGNORE IDL r=smaug 2015-08-26 21:56:59 +09:00
Touch.cpp Bug 1163898 part 1. Give DOMEventTargetHelper a sane accessor for getting its nsIGlobalObject. r=smaug 2015-05-12 15:56:39 -04:00
Touch.h Bug 1163898 part 1. Give DOMEventTargetHelper a sane accessor for getting its nsIGlobalObject. r=smaug 2015-05-12 15:56:39 -04:00
TouchEvent.cpp Bug 895274 part.244 Rename NS_TOUCH_CANCEL to eTouchCancel r=smaug 2015-09-15 00:14:35 +09:00
TouchEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
TransitionEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
TransitionEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
UIEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
UIEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
VirtualKeyCodeList.h Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
WheelEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
WheelEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00
WheelHandlingHelper.cpp Bug 895274 part.185 Rename NS_WHEEL_START to eWheelOperationStart r=smaug 2015-09-11 01:59:55 +09:00
WheelHandlingHelper.h Bug 895274 part.186 Rename NS_WHEEL_END to eWheelOperationEnd r=smaug 2015-09-11 01:59:55 +09:00
XULCommandEvent.cpp Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
XULCommandEvent.h Bug 874842 - Return Event instead of nsIDOMEvent 2015-08-12 14:39:31 +03:00