gecko/content/events/src
2013-09-25 20:21:18 +09:00
..
DOMWheelEvent.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
DOMWheelEvent.h Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
EventTarget.cpp Bug 862627 part 1. Switch EventListener to WebIDL codegen. r=smaug 2013-09-23 20:25:17 -04:00
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
moz.build Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
nsAsyncDOMEvent.cpp
nsContentEventHandler.cpp Bug 901947 - part 1 - don't null-check |new X| in content/; r=smaug 2013-08-08 13:55:20 -04:00
nsContentEventHandler.h Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc 2013-09-24 19:04:14 +09:00
nsDOMAnimationEvent.cpp Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
nsDOMAnimationEvent.h Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMBeforeUnloadEvent.cpp Bug 901947 - part 1 - don't null-check |new X| in content/; r=smaug 2013-08-08 13:55:20 -04:00
nsDOMBeforeUnloadEvent.h Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMClipboardEvent.cpp Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMClipboardEvent.h Bug 873753 - Remove classinfo bits from WebIDL-bound events. r=smaug 2013-05-21 04:34:12 +09:00
nsDOMCommandEvent.cpp Bug 901947 - part 1 - don't null-check |new X| in content/; r=smaug 2013-08-08 13:55:20 -04:00
nsDOMCommandEvent.h Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
nsDOMCompositionEvent.cpp Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
nsDOMCompositionEvent.h Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
nsDOMDataContainerEvent.cpp Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg 2013-09-02 20:41:57 +12:00
nsDOMDataContainerEvent.h Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence 2013-05-30 17:46:48 -04:00
nsDOMDataTransfer.cpp Bug 910924: Give workers an nsIGlobalObject. r=bent,bholley 2013-09-08 20:28:48 -07:00
nsDOMDataTransfer.h Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMDeviceMotionEvent.cpp Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
nsDOMDeviceMotionEvent.h Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMDragEvent.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsDOMDragEvent.h Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsDOMEvent.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsDOMEvent.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsDOMEventTargetHelper.cpp Bug 862627 part 1. Switch EventListener to WebIDL codegen. r=smaug 2013-09-23 20:25:17 -04:00
nsDOMEventTargetHelper.h Bug 862627 part 1. Switch EventListener to WebIDL codegen. r=smaug 2013-09-23 20:25:17 -04:00
nsDOMFocusEvent.cpp Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
nsDOMFocusEvent.h Bug 855741 - Update Focus webidl from Event to FocusEvent. r=smaug 2013-06-05 08:02:51 -04:00
nsDOMKeyboardEvent.cpp Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
nsDOMKeyboardEvent.h Bug 871153 - Rename KeyEvent back to KeyboardEvent. r=smaug 2013-05-12 14:08:37 +09:00
nsDOMMessageEvent.cpp Bug 915971. Rename FooReturnValue unions to OwningFoo, because we use them for more than just return values. r=dzbarsky 2013-09-17 11:16:02 -04:00
nsDOMMessageEvent.h Bug 915971. Rename FooReturnValue unions to OwningFoo, because we use them for more than just return values. r=dzbarsky 2013-09-17 11:16:02 -04:00
nsDOMMouseEvent.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsDOMMouseEvent.h Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsDOMMouseScrollEvent.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsDOMMouseScrollEvent.h Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
nsDOMMutationEvent.cpp Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug 2013-09-24 19:04:16 +09:00
nsDOMMutationEvent.h Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug 2013-09-24 19:04:16 +09:00
nsDOMNotifyAudioAvailableEvent.cpp Bug 912747 - Change nsCycleCollectionHoldDrop.h to mozilla/HoldDropJSObjects.h. r=khuey 2013-09-10 08:29:43 -07:00
nsDOMNotifyAudioAvailableEvent.h Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMNotifyPaintEvent.cpp Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMNotifyPaintEvent.h Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug 2013-05-29 13:43:41 -07:00
nsDOMScrollAreaEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMScrollAreaEvent.h Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMSimpleGestureEvent.cpp Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc 2013-09-25 20:21:16 +09:00
nsDOMSimpleGestureEvent.h Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc 2013-09-25 20:21:16 +09:00
nsDOMTextEvent.cpp Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
nsDOMTextEvent.h Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug 2013-05-29 13:43:41 -07:00
nsDOMTouchEvent.cpp Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc 2013-09-25 20:21:16 +09:00
nsDOMTouchEvent.h Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc 2013-09-25 20:21:16 +09:00
nsDOMTransitionEvent.cpp Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
nsDOMTransitionEvent.h Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsDOMUIEvent.cpp Bug 912956 part.12 All event utils (macros and inline methods) should be methods of mozilla::WidgetEvent r=roc 2013-09-24 19:04:16 +09:00
nsDOMUIEvent.h Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc 2013-09-24 19:04:14 +09:00
nsDOMXULCommandEvent.cpp Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
nsDOMXULCommandEvent.h Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
nsEventDispatcher.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsEventListenerManager.cpp Bug 912956 part.11 Get rid of NS_EVENT_TYPE_* r=smaug 2013-09-24 19:04:16 +09:00
nsEventListenerManager.h Bug 916879, remove SetterThrows from eventhandlers, r=emk 2013-09-17 14:01:28 +03:00
nsEventListenerService.cpp Bug 912956 part.11 Get rid of NS_EVENT_TYPE_* r=smaug 2013-09-24 19:04:16 +09:00
nsEventListenerService.h Bug 909514 - Include <new> before mozilla::Maybe (and move Maybe into mfbt/Maybe.h). r=waldo 2013-08-27 15:10:28 -07:00
nsEventStateManager.cpp Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
nsEventStateManager.h Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc 2013-09-25 20:21:16 +09:00
nsIMEStateManager.cpp Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsIMEStateManager.h Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc 2013-09-24 19:04:14 +09:00
nsPaintRequest.cpp Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsPaintRequest.h Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
nsPrivateTextRange.cpp Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
nsPrivateTextRange.h Bug 912956 part.4 Create mozilla/TextEvents.h r=roc 2013-09-24 19:04:15 +09:00
SpeechRecognitionError.cpp Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
SpeechRecognitionError.h Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
TextComposition.cpp Bug 912956 part.1 Rename all event stuff in mozilla::widget to mozilla::* r=roc 2013-09-14 11:39:41 +09:00
TextComposition.h Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc 2013-09-24 19:04:14 +09:00
Touch.cpp Bug 910857 - Minimize #includes in content/events; r=smaug 2013-08-29 17:18:25 -04:00
Touch.h Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc 2013-09-24 19:04:14 +09:00