gecko/content/events/src
2011-09-05 08:40:11 +12:00
..
Makefile.in Bug 658714 Part 10: Remove nsIDOM3EventTarget/nsIDOMEventGroup. r=smaug 2011-06-23 19:18:02 -07:00
nsContentEventHandler.cpp Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar 2011-08-11 15:29:58 +02:00
nsContentEventHandler.h Bug 627649 - [Mac] Some events incorrectly passed to a plugin that occur over the plugin. r=roc,josh a=blocking2.0final+ 2011-03-01 15:15:23 -06:00
nsDOMAnimationEvent.cpp Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug 2011-04-11 23:18:44 -07:00
nsDOMAnimationEvent.h Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug 2011-04-11 23:18:44 -07:00
nsDOMBeforeUnloadEvent.cpp
nsDOMBeforeUnloadEvent.h
nsDOMCloseEvent.cpp bug 674716 - websockets API close reason codes and messages r=sicking r=biesi sr=bz 2011-08-03 15:15:25 -04:00
nsDOMCloseEvent.h bug 674716 - websockets API close reason codes and messages r=sicking r=biesi sr=bz 2011-08-03 15:15:25 -04:00
nsDOMCommandEvent.cpp
nsDOMCommandEvent.h
nsDOMCustomEvent.cpp comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/ 2011-05-11 09:33:11 +03:00
nsDOMCustomEvent.h comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/ 2011-05-11 09:33:11 +03:00
nsDOMDataContainerEvent.cpp
nsDOMDataContainerEvent.h
nsDOMDataTransfer.cpp Bug 669433 Part 1: Clean up File implementations by creating a storage-agnostic base class, nsDOMFileBase. r=khuey 2011-07-11 19:41:29 -07:00
nsDOMDataTransfer.h Bug 665012 - r=bz 2011-06-21 18:51:34 +02:00
nsDOMDeviceMotionEvent.cpp Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai 2011-06-19 22:36:17 -07:00
nsDOMDeviceMotionEvent.h Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai 2011-06-19 22:36:17 -07:00
nsDOMDeviceOrientationEvent.cpp Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai 2011-06-19 22:36:17 -07:00
nsDOMDeviceOrientationEvent.h Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai 2011-06-19 22:36:17 -07:00
nsDOMDragEvent.cpp Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug 2011-08-26 09:43:56 +02:00
nsDOMDragEvent.h
nsDOMEvent.cpp Bug 545812 - Dispatch mozfullscreenchange event when we change full-screen mode. r=smaug 2011-09-05 08:40:11 +12:00
nsDOMEvent.h Bug 545812 - Dispatch mozfullscreenchange event when we change full-screen mode. r=smaug 2011-09-05 08:40:11 +12:00
nsDOMEventTargetHelper.cpp Bug 667612: Make addEventListener not throw if passed a null listener. r=smaug 2011-08-18 02:45:00 -07:00
nsDOMEventTargetHelper.h Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug 2011-06-23 19:18:01 -07:00
nsDOMHashChangeEvent.cpp Bug 628069 - Add newURL, oldURL properties to hashchange event. r=smaug 2011-03-31 16:30:32 -04:00
nsDOMHashChangeEvent.h Bug 628069 - Add newURL, oldURL properties to hashchange event. r=smaug 2011-03-31 16:30:32 -04:00
nsDOMKeyboardEvent.cpp Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug 2011-08-26 09:43:49 +02:00
nsDOMKeyboardEvent.h Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug 2011-08-26 09:43:49 +02:00
nsDOMMessageEvent.cpp Bug 679494 - Wrap value returned from nsDOMMessageEvent::GetData. r=mrbkap 2011-08-18 12:10:00 -07:00
nsDOMMessageEvent.h Bug 553125: Use the structured clone algorithm for window.postMessage. r=bent 2011-05-23 11:53:31 -07:00
nsDOMMouseEvent.cpp Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug 2011-08-26 09:43:56 +02:00
nsDOMMouseEvent.h Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug 2011-08-26 09:43:56 +02:00
nsDOMMouseScrollEvent.cpp Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug 2011-08-26 09:43:56 +02:00
nsDOMMouseScrollEvent.h
nsDOMMozTouchEvent.cpp Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others 2011-04-25 17:05:17 -04:00
nsDOMMozTouchEvent.h Bug 508906. Add experimental MozTouch events. r=smaug,jimm 2010-08-02 15:34:54 +02:00
nsDOMMutationEvent.cpp
nsDOMMutationEvent.h
nsDOMNotifyAudioAvailableEvent.cpp Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar 2011-08-11 15:29:50 +02:00
nsDOMNotifyAudioAvailableEvent.h bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
nsDOMNotifyPaintEvent.cpp Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
nsDOMNotifyPaintEvent.h Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
nsDOMPageTransitionEvent.cpp
nsDOMPageTransitionEvent.h
nsDOMPopStateEvent.cpp Bug 635844 part 1: Back out bug 615501 since we'll no longer fire the "initial popstate" event, and thus don't need a way to differentiate it. r=jlebar a=beltzner 2011-02-28 23:08:56 -08:00
nsDOMPopStateEvent.h Bug 635844 part 1: Back out bug 615501 since we'll no longer fire the "initial popstate" event, and thus don't need a way to differentiate it. r=jlebar a=beltzner 2011-02-28 23:08:56 -08:00
nsDOMPopupBlockedEvent.cpp
nsDOMPopupBlockedEvent.h
nsDOMProgressEvent.cpp
nsDOMProgressEvent.h
nsDOMScrollAreaEvent.cpp Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others 2011-04-25 17:05:17 -04:00
nsDOMScrollAreaEvent.h Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
nsDOMSimpleGestureEvent.cpp Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug 2011-08-26 09:43:56 +02:00
nsDOMSimpleGestureEvent.h
nsDOMTextEvent.cpp
nsDOMTextEvent.h
nsDOMTouchEvent.cpp Bug 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() r=roc 2011-05-25 15:31:59 +09:00
nsDOMTouchEvent.h Bug 652814 - Rename nsIDOMTouchPoint to nsIDOMTouch (and a *aRetVal = nsnull for bug 648573 comment 19), r=mbrubeck 2011-04-27 14:58:25 +03:00
nsDOMTransitionEvent.cpp Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug 2011-04-11 23:18:44 -07:00
nsDOMTransitionEvent.h
nsDOMUIEvent.cpp Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug 2011-08-26 09:43:49 +02:00
nsDOMUIEvent.h Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug 2011-08-26 09:43:49 +02:00
nsDOMXULCommandEvent.cpp Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others 2011-04-25 17:05:17 -04:00
nsDOMXULCommandEvent.h
nsEventDispatcher.cpp Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug 2011-06-23 19:18:01 -07:00
nsEventListenerManager.cpp Merge m-c to b-s. 2011-08-28 06:00:17 -04:00
nsEventListenerManager.h Bug 682264 - Make EventListenerManager participate to the DOM Memory Reporter, r=volkmar,bz 2011-08-27 01:39:00 +03:00
nsEventListenerService.cpp Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL. 2011-08-24 15:49:25 -04:00
nsEventListenerService.h Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug 2011-06-23 19:18:01 -07:00
nsEventStateManager.cpp Bug 545812 - Implement -moz-full-screen css pseudoclass. r=bz 2011-09-05 08:39:08 +12:00
nsEventStateManager.h Bug 545812 - Implement -moz-full-screen css pseudoclass. r=bz 2011-09-05 08:39:08 +12:00
nsIMEStateManager.cpp Bug 672577 - Crash [@ SelectionChangeEvent::Run] r=blassey 2011-08-09 19:05:00 -04:00
nsIMEStateManager.h Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki] 2011-04-20 14:47:40 +02:00
nsPaintRequest.cpp
nsPaintRequest.h
nsPLDOMEvent.cpp Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug 2011-05-23 18:46:36 +02:00
nsPrivateTextRange.cpp
nsPrivateTextRange.h
nsXMLEventsElement.cpp Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsXMLEventsManager.cpp Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz 2011-05-21 18:12:46 -07:00
nsXMLEventsManager.h Bug 604056 - nsIDocumentObserver methods should be declared with a macro. r+a=bz 2010-10-20 09:41:05 +02:00