gecko-dev/content/events/src
2013-07-01 09:27:09 -04:00
..
DOMWheelEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
DOMWheelEvent.h Bug 873753 - Remove classinfo bits from WebIDL-bound events. r=smaug 2013-05-21 04:34:12 +09:00
EventTarget.cpp Bug 870219 part 2. Add a way for chrome JS that's implementing a WebIDL interface to get/set event handlers sanely on content objects. r=smaug 2013-05-09 13:07:16 -04:00
Makefile.in bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
moz.build Bug 884407 - Only build SpeechRecognitionError when MOZ_WEBSPEECH is enabled. r=smaug 2013-07-01 09:27:09 -04:00
nsAsyncDOMEvent.cpp Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 2 r=Ms2ger 2013-04-05 20:44:26 -04:00
nsContentEventHandler.cpp Bug 864040 - Set range to after text node when offset is at the end of text node; r=masayuki 2013-06-26 17:28:20 -04:00
nsContentEventHandler.h Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz 2013-04-11 22:20:09 -05:00
nsDOMAnimationEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMAnimationEvent.h Bug 868751: Remove support for obsolete document.createEvent("AnimationEvent"), document.createEvent("TransitionEvent"), AnimationEvent.initAnimationEvent, and TransitionEvent.initTransitionEvent. r=smaug 2013-05-08 13:45:35 -07:00
nsDOMBeforeUnloadEvent.cpp Bug 873753 - Remove classinfo bits from WebIDL-bound events. r=smaug 2013-05-21 04:34:12 +09: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 868122 - Don't rely on nsIScriptContextPrincipal in nsDOMDataTransfer. r=gabor 2013-05-06 16:53:10 -07:00
nsDOMDataTransfer.h Bug 407983, add support for clipboardData in cut/copy/paste events, r=ehsan,sr=smaug 2013-03-11 11:49:48 -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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMDragEvent.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
nsDOMEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMEvent.h Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMEventTargetHelper.cpp Bug 865729 - Remove nsIJSContextStack from content/foo. r=gabor 2013-04-29 11:16:17 -07:00
nsDOMEventTargetHelper.h Bug 865377. Give EventTarget a chrome-only getter that returns its global. r=smaug 2013-05-30 17:46:39 -04:00
nsDOMFocusEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMKeyboardEvent.h Bug 871153 - Rename KeyEvent back to KeyboardEvent. r=smaug 2013-05-12 14:08:37 +09:00
nsDOMMessageEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMMessageEvent.h Bug 877762 - GC: Post-barrier cycle collector participants - 5 Convert JS::Value to use Heap<T> r=smaug 2013-06-18 11:00:37 +01:00
nsDOMMouseEvent.cpp Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
nsDOMMouseEvent.h Bug 873753 - Remove classinfo bits from WebIDL-bound events. r=smaug 2013-05-21 04:34:12 +09:00
nsDOMMouseScrollEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMMutationEvent.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
nsDOMNotifyAudioAvailableEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMNotifyAudioAvailableEvent.h Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz 2013-06-18 11:00:38 +01:00
nsDOMNotifyPaintEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug 2013-05-29 13:43:41 -07:00
nsDOMSimpleGestureEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMSimpleGestureEvent.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
nsDOMTextEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMTouchEvent.h Bug 864145 - Cleanup nsDOMTouchEvent's TouchList getters; r=smaug 2013-04-26 08:48:00 +02:00
nsDOMTransitionEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03:00
nsDOMTransitionEvent.h Bug 868751: Remove support for obsolete document.createEvent("AnimationEvent"), document.createEvent("TransitionEvent"), AnimationEvent.initAnimationEvent, and TransitionEvent.initTransitionEvent. r=smaug 2013-05-08 13:45:35 -07:00
nsDOMUIEvent.cpp Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below) 2013-06-28 18:38:30 -07:00
nsDOMUIEvent.h Bug 879998 - Remove some dead code in content/events r=smaug 2013-06-07 11:42:13 -07:00
nsDOMXULCommandEvent.cpp Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv 2013-06-20 17:13:52 +03: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 886377 - Make EventTargetChain's ELM count optimization main-thread-only, r=jst 2013-06-28 12:53:37 +03:00
nsEventListenerManager.cpp Bug 886377 - Make EventTargetChain's ELM count optimization main-thread-only, r=jst 2013-06-28 12:53:37 +03:00
nsEventListenerManager.h Bug 886377 - Make EventTargetChain's ELM count optimization main-thread-only, r=jst 2013-06-28 12:53:37 +03:00
nsEventListenerService.cpp Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor 2013-05-22 10:05:28 -06:00
nsEventListenerService.h Bug 835643 part 2. Store an EventListenerHolder, not an nsIDOMEventListener, in nsListenerStruct. r=smaug 2013-04-16 17:15:57 -04:00
nsEventStateManager.cpp Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
nsEventStateManager.h Bug 833795 - Sample offset on touch start. r=drs 2013-05-16 17:58:07 +12:00
nsIMEStateManager.cpp Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
nsIMEStateManager.h Bug 807893 part.1 Remove nsIWidget::BeginSecureInput() and nsIWidget::EndSecureInput() r=roc, sr=roc 2013-05-25 01:27:52 +09:00
nsPaintRequest.cpp 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
nsPaintRequest.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
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 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug 2013-05-29 13:43:41 -07:00
SpeechRecognitionError.cpp Bug 884407 - Use an enum in SpeechRecognitionError. r=smaug 2013-06-25 20:08:58 -04:00
SpeechRecognitionError.h Bug 884407 - Use an enum in SpeechRecognitionError. r=smaug 2013-06-25 20:08:58 -04:00
TextComposition.cpp Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
TextComposition.h Bug 879998 - Remove some dead code in content/events r=smaug 2013-06-07 11:42:13 -07:00
Touch.cpp Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger 2013-05-17 13:17:53 -07:00
Touch.h Bug 864206: Fix includes in Touch.h r=Ms2ger 2013-05-18 14:18:12 -07:00