.. |
crashtests
|
Bug 938341 - Crashtest.
|
2015-11-24 20:04:04 +01:00 |
test
|
Bug 1252251 - Enable test_wheel_default_action.html. r=masayuki
|
2016-04-12 07:25:58 -07:00 |
AnimationEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
AnimationEvent.h
|
…
|
|
AsyncEventDispatcher.cpp
|
Bug 1263311: Part 1 - Change the nsICancelableRunnable interface. r=froydnj
|
2016-04-11 11:40:06 -07:00 |
AsyncEventDispatcher.h
|
Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj
|
2016-04-11 11:40:06 -07:00 |
BeforeAfterKeyboardEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
BeforeAfterKeyboardEvent.h
|
…
|
|
BeforeUnloadEvent.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
BeforeUnloadEvent.h
|
…
|
|
ClipboardEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
ClipboardEvent.h
|
Bug 1224061: Make Event::InitEvent infallible. r=smaug
|
2015-11-13 08:09:42 +08:00 |
CommandEvent.cpp
|
Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm.
|
2016-03-29 10:09:43 +11:00 |
CommandEvent.h
|
…
|
|
CompositionEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
CompositionEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
ContentEventHandler.cpp
|
Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku
|
2016-03-31 12:46:32 +01:00 |
ContentEventHandler.h
|
Bug 1261671 - ContentEventHandler::ConvertToRootRelativeOffset() should return the root-relative result in the frame's own appUnits, not the root's appUnits in the case when they're different. r=masayuki
|
2016-04-12 07:06:38 +01:00 |
CustomEvent.cpp
|
Bug 1003432: Expose CustomEvent in Worker. r=smaug
|
2016-03-22 00:09:57 +08:00 |
CustomEvent.h
|
Bug 1003432: Expose CustomEvent in Worker. r=smaug
|
2016-03-22 00:09:57 +08:00 |
DOMEventTargetHelper.cpp
|
Bug 1197311 - Remove PR_snprintf calls in dom/ r=froydnj
|
2016-02-17 14:23:39 -05:00 |
DOMEventTargetHelper.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
DataContainerEvent.cpp
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
DataContainerEvent.h
|
…
|
|
DataTransfer.cpp
|
Bug 1258482 - FileList should contain only Files, not Directories, r=smaug
|
2016-04-12 08:51:52 -04:00 |
DataTransfer.h
|
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
|
2016-03-20 11:56:10 +01:00 |
DeviceMotionEvent.cpp
|
Bug 1222098 - Devicemotion event timestamp should return values from Android sensor API and not Gecko. r:smaug
|
2016-04-04 12:22:59 -05:00 |
DeviceMotionEvent.h
|
Bug 1222098 - Devicemotion event timestamp should return values from Android sensor API and not Gecko. r:smaug
|
2016-04-04 12:22:59 -05:00 |
DragEvent.cpp
|
Bug 1259662 part.1 Rename WidgetDragEvent::dataTransfer to WidgetDragEvent::mDataTransfer r=smaug
|
2016-03-31 17:26:32 +09:00 |
DragEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
Event.cpp
|
Bug 1259662 part.1 Rename WidgetDragEvent::dataTransfer to WidgetDragEvent::mDataTransfer r=smaug
|
2016-03-31 17:26:32 +09:00 |
Event.h
|
Bug 1256589 part.5 Add DefaultPrevented() and DefaultPreventedByContent() to WidgetEvent r=smaug
|
2016-03-22 16:47:52 +09:00 |
EventDispatcher.cpp
|
Bug 1256589 part.7 Add PropagationStopped() to WidgetEvent r=smaug
|
2016-03-17 16:21:57 +09:00 |
EventDispatcher.h
|
…
|
|
EventListenerManager.cpp
|
Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm.
|
2016-03-29 10:09:43 +11:00 |
EventListenerManager.h
|
Bug 1256589 part.7 Add PropagationStopped() to WidgetEvent r=smaug
|
2016-03-17 16:21:57 +09:00 |
EventListenerService.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
EventListenerService.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
EventNameList.h
|
Bug 1225412 Part 2 - Add support to dispatch toggle events to details element. r=smaug
|
2016-03-12 19:53:51 +08:00 |
EventStateManager.cpp
|
Bug 1263787 - Kill off the deprecated nsINode::GetCrossShadowCurrentDoc. r=baku
|
2016-03-31 13:20:14 +01:00 |
EventStateManager.h
|
Bug 1255634 - APZ should scroll by more than a page with large values of mousewheel.default.delta_multiplier_{x,y}. r=masayuki,kats
|
2016-04-12 00:06:49 -04:00 |
EventStates.h
|
Bug 1250767 - Reorder Gecko EventState to match Servo's ElementState, and add an API to let Servo access it. r=heycam,r=bz
|
2016-02-23 17:51:47 -08:00 |
EventTarget.cpp
|
Bug 684208 - make dispatchEvent()'s return value to follow the spec, r=masayuki
|
2016-04-07 15:49:12 +03:00 |
EventTarget.h
|
Bug 684208 - make dispatchEvent()'s return value to follow the spec, r=masayuki
|
2016-04-07 15:49:12 +03:00 |
FocusEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
FocusEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
IMEContentObserver.cpp
|
Bug 1259658 Rename WidgetInputEvent::modifiers to WidgetInputEvent::mModifiers r=smaug
|
2016-03-31 17:03:00 +09:00 |
IMEContentObserver.h
|
Bug 1213589 part.6 ContentEventHandler should insert line breaks at open tag of elements except non-replaced inline elements r=smaug
|
2015-12-02 13:20:00 +09:00 |
IMEStateManager.cpp
|
Bug 1256589 part.7 Add PropagationStopped() to WidgetEvent r=smaug
|
2016-03-17 16:21:57 +09:00 |
IMEStateManager.h
|
Bug 1179632 part.6 KeyboardEvent.isComposing shouldn't expose IME state on different document r=smaug
|
2015-12-04 18:50:43 +09:00 |
ImageCaptureError.cpp
|
…
|
|
ImageCaptureError.h
|
…
|
|
InputEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
InputEvent.h
|
…
|
|
InternalMutationEvent.h
|
…
|
|
JSEventHandler.cpp
|
Bug 1257725 part 1. Get rid of ThreadsafeAutoJSContext usage in JSEventHandler::HandleEvent. r=smaug
|
2016-03-23 11:02:57 -04:00 |
JSEventHandler.h
|
summary: Bug 1231378 - part 5 - Fix uninitialized members of classes in dom/{workers,events,media,canvas}, r=smaug
|
2016-01-12 18:16:59 +00:00 |
KeyNameList.h
|
Bug 1112712 - DOM key mapping for soft1 soft2 and call keys r=schien
|
2015-10-16 11:04:11 -07:00 |
KeyboardEvent.cpp
|
Bug 1110030 - part5 - Expose KeyboardEventInit dictionary. r=masayuki, r=smaug
|
2016-03-15 13:46:29 +08:00 |
KeyboardEvent.h
|
Bug 1110030 - part5 - Expose KeyboardEventInit dictionary. r=masayuki, r=smaug
|
2016-03-15 13:46:29 +08:00 |
MessageEvent.cpp
|
Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug
|
2016-02-22 10:11:02 -08:00 |
MessageEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
MouseEvent.cpp
|
Bug 1259658 Rename WidgetInputEvent::modifiers to WidgetInputEvent::mModifiers r=smaug
|
2016-03-31 17:03:00 +09:00 |
MouseEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
MouseScrollEvent.cpp
|
Bug 1259663 - Clean up WidgetMouseScrollEvent. r=masayuki
|
2016-04-06 16:44:11 +09:00 |
MouseScrollEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
MutationEvent.cpp
|
Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm.
|
2016-03-29 10:09:43 +11:00 |
MutationEvent.h
|
…
|
|
NotifyPaintEvent.cpp
|
Bug 1264409 - Make last transaction ID available via nsIDOMWindowUtils, and pass transaction ID through MozAfterPaint. r=mattwoodrow,mrbkap
|
2016-04-13 16:59:15 -04:00 |
NotifyPaintEvent.h
|
Bug 1264409 - Make last transaction ID available via nsIDOMWindowUtils, and pass transaction ID through MozAfterPaint. r=mattwoodrow,mrbkap
|
2016-04-13 16:59:15 -04:00 |
PaintRequest.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
PaintRequest.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
PhysicalKeyCodeNameList.h
|
…
|
|
PointerEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
PointerEvent.h
|
…
|
|
ScrollAreaEvent.cpp
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
ScrollAreaEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
SimpleGestureEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
SimpleGestureEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
SpeechRecognitionError.cpp
|
Bug 1224061: Make Event::InitEvent infallible. r=smaug
|
2015-11-13 08:09:42 +08:00 |
SpeechRecognitionError.h
|
Bug 1224061: Make Event::InitEvent infallible. r=smaug
|
2015-11-13 08:09:42 +08:00 |
StorageEvent.cpp
|
Bug 1224061: Make Event::InitEvent infallible. r=smaug
|
2015-11-13 08:09:42 +08:00 |
StorageEvent.h
|
Bug 1224061: Make Event::InitEvent infallible. r=smaug
|
2015-11-13 08:09:42 +08:00 |
TextComposition.cpp
|
Bug 1259655 - part 2 Rename WidgetEventTime::timeStamp to WidgetEventTime::mTimeStamp r=masayuki
|
2016-03-28 13:49:02 +09:00 |
TextComposition.h
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
Touch.cpp
|
Bug 1234656 - Add TouchEvent ctor, r=mbrubeck
|
2015-12-29 15:46:18 +02:00 |
Touch.h
|
Bug 1234656 - Add TouchEvent ctor, r=mbrubeck
|
2015-12-29 15:46:18 +02:00 |
TouchEvent.cpp
|
Bug 1259668 Rename WidgetTouchEvent::touches to WidgetTouchEvent::mTouches r=smaug
|
2016-03-30 18:44:28 +09:00 |
TouchEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
TransitionEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
TransitionEvent.h
|
…
|
|
UIEvent.cpp
|
Bug 1259658 Rename WidgetInputEvent::modifiers to WidgetInputEvent::mModifiers r=smaug
|
2016-03-31 17:03:00 +09:00 |
UIEvent.h
|
Bug 1256589 part.7 Add PropagationStopped() to WidgetEvent r=smaug
|
2016-03-17 16:21:57 +09:00 |
VirtualKeyCodeList.h
|
…
|
|
WheelEvent.cpp
|
Bug 1259664 part.4 Rename WidgetWheelEvent::deltaMode to WidgetWheelEvent::mDeltaMode r=smaug
|
2016-03-31 18:35:24 +09:00 |
WheelEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
WheelHandlingHelper.cpp
|
Bug 1264784 - part 1 - call nsIFrame::{GetScreenRect,GetView} instead of their *External counterparts; r=dholbert
|
2016-04-15 19:37:35 -04:00 |
WheelHandlingHelper.h
|
Add APZ support for mousewheel.acceleration prefs. (bug 1214170 part 1, r=kats)
|
2015-12-01 13:45:49 -08:00 |
XULCommandEvent.cpp
|
Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
|
2016-03-28 13:29:42 +09:00 |
XULCommandEvent.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
moz.build
|
Backed out changeset c8273997b141 (bug 1000870)
|
2016-02-05 13:57:30 +01:00 |
nsIEventListenerService.idl
|
…
|
|