gecko-dev/content/events/src
2013-03-20 16:15:58 +02:00
..
DOMWheelEvent.cpp Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
DOMWheelEvent.h Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
Makefile.in Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
moz.build Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
nsAsyncDOMEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsContentEventHandler.cpp Back out fee79a593fd3 and 2c8930343985 (bug 825341) for having probably needed-clobber 2013-03-11 20:10:18 -07:00
nsContentEventHandler.h Bug 811755 - Send notification when BR nodes become content/non-content; r=masayuki 2012-12-05 11:09:56 -05:00
nsDOMAnimationEvent.cpp Bug 847589 - Paris binding for AnimationEvent, r=Ms2ger 2013-03-14 23:16:03 +02:00
nsDOMAnimationEvent.h Bug 847589 - Paris binding for AnimationEvent, r=Ms2ger 2013-03-14 23:16:03 +02:00
nsDOMBeforeUnloadEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMBeforeUnloadEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMClipboardEvent.cpp Bug 407983, add clipboard events constructor, r=smaug 2013-03-11 11:49:56 -04:00
nsDOMClipboardEvent.h Bug 407983, add clipboard events constructor, r=smaug 2013-03-11 11:49:56 -04:00
nsDOMCommandEvent.cpp Bug 847591 - Paris binding for CommandEvent, r=peterv 2013-03-13 23:05:32 +02:00
nsDOMCommandEvent.h Bug 847591 - Paris binding for CommandEvent, r=peterv 2013-03-13 23:05:32 +02:00
nsDOMCompositionEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMCompositionEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMDataContainerEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMDataContainerEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMDataTransfer.cpp Bug 407983, add support for clipboardData in cut/copy/paste events, r=ehsan,sr=smaug 2013-03-11 11:49:48 -04: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 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMDeviceMotionEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMDragEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMDragEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMEvent.cpp Bug 852115 - initEvent should unset defaultPrevented; r=smaug 2013-03-20 16:15:58 +02:00
nsDOMEvent.h Merge m-c to m-i. 2013-03-17 13:22:37 +01:00
nsDOMEventTargetHelper.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMEventTargetHelper.h Bug 851134 - Part b: Implement the EventTarget getters in the WebIDL API for Event directly instead of calling the XPIDL implementations; r=smaug 2013-03-17 08:55:17 +01:00
nsDOMKeyboardEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMKeyboardEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMMessageEvent.cpp Bug 851996, Simplify MessageEvent's jsval handling, r=mccr8 2013-03-18 16:50:37 +01:00
nsDOMMessageEvent.h Bug 851996, Simplify MessageEvent's jsval handling, r=mccr8 2013-03-18 16:50:37 +01:00
nsDOMMouseEvent.cpp Bug 851073 - Move MouseEvent to Web IDL; r=smaug 2013-03-14 11:30:47 -04:00
nsDOMMouseEvent.h Bug 851073 - Move MouseEvent to Web IDL; r=smaug 2013-03-14 11:30:47 -04:00
nsDOMMouseScrollEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMMouseScrollEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMMutationEvent.cpp Bug 847586 - Paris binding for MutationEvent, r=Ms2ger 2013-03-14 23:18:20 +02:00
nsDOMMutationEvent.h Bug 847586 - Paris binding for MutationEvent, r=Ms2ger 2013-03-14 23:18:20 +02:00
nsDOMNotifyAudioAvailableEvent.cpp Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
nsDOMNotifyAudioAvailableEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMNotifyPaintEvent.cpp Bug 850817 - Move ClientRect to Paris bindings; r=bz 2013-03-17 08:55:17 +01:00
nsDOMNotifyPaintEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMScrollAreaEvent.cpp Bug 850817 - Move ClientRect to Paris bindings; r=bz 2013-03-17 08:55:17 +01:00
nsDOMScrollAreaEvent.h Bug 850817 - Move ClientRect to Paris bindings; r=bz 2013-03-17 08:55:17 +01:00
nsDOMSimpleGestureEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMSimpleGestureEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMTextEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMTextEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMTouchEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMTouchEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMTransitionEvent.cpp Bug 847599 - Paris binding for TransitionEvent, r=Ms2ger 2013-03-14 23:16:13 +02:00
nsDOMTransitionEvent.h Bug 847599 - Paris binding for TransitionEvent, r=Ms2ger 2013-03-14 23:16:13 +02:00
nsDOMUIEvent.cpp Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
nsDOMUIEvent.h Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
nsDOMXULCommandEvent.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMXULCommandEvent.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsEventDispatcher.cpp Backed out changeset c75481a07302 (bug 851611) 2013-03-18 14:10:35 +00:00
nsEventListenerManager.cpp Bug 851418 - Unscope the pusher in CompileEventHandlerInternal. r=mrbkap 2013-03-18 14:30:15 -07:00
nsEventListenerManager.h bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger 2013-03-18 21:18:26 -04:00
nsEventListenerService.cpp Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
nsEventListenerService.h Bug 842186 - Replace use of jsval with JS::Value in cpp and h files in the content/events directory. r=jwalden 2013-03-16 16:39:51 -07:00
nsEventStateManager.cpp Backed out changeset c75481a07302 (bug 851611) 2013-03-18 14:10:35 +00:00
nsEventStateManager.h bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger 2013-03-18 21:18:26 -04:00
nsIMEStateManager.cpp Bug 558976 part.6 Rename nsIWidget::OnIMETextChange() to nsIWidget::NotifyIMEOfTextChange() r=roc, sr=roc 2013-03-06 15:14:34 +09:00
nsIMEStateManager.h Bug 806996 part.6 Test if nsIWidget::OnIMEFocusChange() is called by nsTextStateManager properly r=smaug 2012-11-09 17:40:40 +09:00
nsPaintRequest.cpp Bug 850817 - Move ClientRect to Paris bindings; r=bz 2013-03-17 08:55:17 +01:00
nsPaintRequest.h Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09:00
nsPrivateTextRange.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsPrivateTextRange.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
TextComposition.cpp Bug 838001 IME management code should use root widget instead of the nearest widget of the PresContext r=smaug 2013-02-06 11:50:02 +09:00
TextComposition.h Bug 705057 part.4 Emulate the behavior of nsIWidget::ResetInputState() and nsIWidget::CancelIMEComposition() if the composition is synthesized r=smaug+roc, sr=roc 2012-09-26 14:47:51 +09:00