.. |
crashtests
|
|
|
test
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
DOMWheelEvent.cpp
|
|
|
DOMWheelEvent.h
|
|
|
EventTarget.cpp
|
|
|
EventTarget.h
|
|
|
moz.build
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
MutationEvent.h
|
Bug 329127 Create WidgetEvent::Duplicate() for nsDOMEvent::DuplicatePrivateData() r=smaug
|
2014-01-27 15:10:44 +09:00 |
nsAsyncDOMEvent.cpp
|
|
|
nsAsyncDOMEvent.h
|
|
|
nsContentEventHandler.cpp
|
|
|
nsContentEventHandler.h
|
|
|
nsDOMAnimationEvent.cpp
|
Bug 968725 Simplify constructor of InternalAnimationEvent r=smaug
|
2014-02-11 14:35:25 +09:00 |
nsDOMAnimationEvent.h
|
|
|
nsDOMBeforeUnloadEvent.cpp
|
|
|
nsDOMBeforeUnloadEvent.h
|
|
|
nsDOMClipboardEvent.cpp
|
|
|
nsDOMClipboardEvent.h
|
|
|
nsDOMCommandEvent.cpp
|
|
|
nsDOMCommandEvent.h
|
|
|
nsDOMCompositionEvent.cpp
|
|
|
nsDOMCompositionEvent.h
|
|
|
nsDOMDataContainerEvent.cpp
|
|
|
nsDOMDataContainerEvent.h
|
|
|
nsDOMDataTransfer.cpp
|
|
|
nsDOMDataTransfer.h
|
|
|
nsDOMDeviceMotionEvent.cpp
|
|
|
nsDOMDeviceMotionEvent.h
|
|
|
nsDOMDragEvent.cpp
|
|
|
nsDOMDragEvent.h
|
|
|
nsDOMEvent.cpp
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
nsDOMEvent.h
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
nsDOMEventTargetHelper.cpp
|
|
|
nsDOMEventTargetHelper.h
|
|
|
nsDOMFocusEvent.cpp
|
|
|
nsDOMFocusEvent.h
|
|
|
nsDOMKeyboardEvent.cpp
|
|
|
nsDOMKeyboardEvent.h
|
|
|
nsDOMKeyNameList.h
|
|
|
nsDOMMessageEvent.cpp
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
nsDOMMessageEvent.h
|
|
|
nsDOMMouseEvent.cpp
|
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
|
2014-02-20 10:38:13 -08:00 |
nsDOMMouseEvent.h
|
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
|
2014-02-20 10:38:13 -08:00 |
nsDOMMouseScrollEvent.cpp
|
|
|
nsDOMMouseScrollEvent.h
|
|
|
nsDOMMutationEvent.cpp
|
|
|
nsDOMMutationEvent.h
|
|
|
nsDOMNotifyAudioAvailableEvent.cpp
|
|
|
nsDOMNotifyAudioAvailableEvent.h
|
|
|
nsDOMNotifyPaintEvent.cpp
|
|
|
nsDOMNotifyPaintEvent.h
|
|
|
nsDOMScrollAreaEvent.cpp
|
|
|
nsDOMScrollAreaEvent.h
|
|
|
nsDOMSimpleGestureEvent.cpp
|
Bug 971489 Simplify constructor of WidgetSimpleGestureEvent r=smaug
|
2014-02-15 10:06:06 +09:00 |
nsDOMSimpleGestureEvent.h
|
|
|
nsDOMTextEvent.cpp
|
|
|
nsDOMTextEvent.h
|
|
|
nsDOMTouchEvent.cpp
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |
nsDOMTouchEvent.h
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |
nsDOMTransitionEvent.cpp
|
Bug 969219 Simplify constructor of InternalTransitionEvent r=smaug
|
2014-02-11 14:35:25 +09:00 |
nsDOMTransitionEvent.h
|
|
|
nsDOMUIEvent.cpp
|
Bug 970248 Simplify constructor of InternalUIEvent r=smaug
|
2014-02-15 10:06:06 +09:00 |
nsDOMUIEvent.h
|
|
|
nsDOMXULCommandEvent.cpp
|
|
|
nsDOMXULCommandEvent.h
|
|
|
nsEventDispatcher.cpp
|
Bug 969331 - Part c: Remove the nsresult return value from nsEventTargetChainItem::PostHandleEvent; r=smaug
|
2014-02-09 09:04:39 +01:00 |
nsEventDispatcher.h
|
|
|
nsEventListenerManager.cpp
|
Bug 935203: Provide introductionType information for JS code appearing in event handlers. r=bz
|
2014-02-24 15:31:47 -08:00 |
nsEventListenerManager.h
|
Bug 822898 - Implement pointer events. Detect Pointer Listeners. r=smaug
|
2014-02-10 22:33:29 -08:00 |
nsEventListenerService.cpp
|
Bug 961490 - More exact rooting in nsEventListenerService. r=terrence,smaug
|
2014-01-23 20:49:40 +01:00 |
nsEventListenerService.h
|
Bug 961490 - More exact rooting in nsEventListenerService. r=terrence,smaug
|
2014-01-23 20:49:40 +01:00 |
nsEventNameList.h
|
Bug 500261 - svg images do not fire error events on any error. r=cam,sr=smaug
|
2014-02-18 19:57:42 +00:00 |
nsEventStateManager.cpp
|
Bug 974138 - Dispatch PointerEnter on PointerDown. r=smaug
|
2014-02-20 20:06:07 -08:00 |
nsEventStateManager.h
|
Bug 967796 - Implement Pointer Enter/Leave events support. implementation for pointer's. r=smaug
|
2014-02-10 22:34:51 -08:00 |
nsEventStates.h
|
|
|
nsIEventListenerService.idl
|
|
|
nsIJSEventListener.h
|
|
|
nsIMEStateManager.cpp
|
Bug 975387 Notify TextComposition instance of that nsIMEStateManager stops managing it r=smaug, sec-a=abillings
|
2014-02-25 15:59:28 +09:00 |
nsIMEStateManager.h
|
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
|
2014-02-18 09:00:15 +09:00 |
nsIPrivateTextEvent.h
|
|
|
nsIPrivateTextRange.h
|
|
|
nsJSEventListener.cpp
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
nsJSEventListener.h
|
|
|
nsPaintRequest.cpp
|
|
|
nsPaintRequest.h
|
|
|
nsPrivateTextRange.cpp
|
|
|
nsPrivateTextRange.h
|
|
|
nsVKList.h
|
Bug 969247 part.2 Remove DOM_VK_ENTER and NS_VK_ENTER definition r=smaug, sr=smaug
|
2014-02-15 09:57:39 +09:00 |
PointerEvent.cpp
|
Bug 822898 - PointerEvent::Pressure should return float. r=smaug
|
2014-02-07 07:18:52 -08:00 |
PointerEvent.h
|
Bug 822898 - PointerEvent::Pressure should return float. r=smaug
|
2014-02-07 07:18:52 -08:00 |
SpeechRecognitionError.cpp
|
|
|
SpeechRecognitionError.h
|
|
|
TextComposition.cpp
|
Bug 975387 Notify TextComposition instance of that nsIMEStateManager stops managing it r=smaug, sec-a=abillings
|
2014-02-25 15:59:28 +09:00 |
TextComposition.h
|
Bug 975387 Notify TextComposition instance of that nsIMEStateManager stops managing it r=smaug, sec-a=abillings
|
2014-02-25 15:59:28 +09:00 |
Touch.cpp
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |
Touch.h
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |