gecko/content/events/src
2011-05-31 21:46:56 -04:00
..
Makefile.in comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/ 2011-05-11 09:33:11 +03:00
nsContentEventHandler.cpp Bug 658143 - Part 1: Changes nsCOMPtr<nsFrameSelection> to nsRefPtr. r=roc 2011-05-18 20:10:49 -07: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 562681, websockets (protocol v76), r=smaug 2010-06-17 21:36:01 +03:00
nsDOMCloseEvent.h Bug 562681, websockets (protocol v76), r=smaug 2010-06-17 21:36:01 +03: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 572129, restrict data transfer data handling, r=enn,bz, a=hardblocker 2011-02-24 19:58:20 +02:00
nsDOMDataTransfer.h Bug 610378, initialize effectAllowed properly for external drags, r=smaug,a=bsmedberg 2010-11-24 13:31:24 -05:00
nsDOMDragEvent.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
nsDOMDragEvent.h
nsDOMEvent.cpp Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsDOMEvent.h Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsDOMEventGroup.cpp
nsDOMEventGroup.h
nsDOMEventTargetHelper.cpp Bug 613634, make the 3rd paramater of add/removeEventListener optional, r=sicking 2011-05-04 17:13:28 +03:00
nsDOMEventTargetHelper.h Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst. 2010-06-23 12:46:08 -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 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
nsDOMKeyboardEvent.h
nsDOMMessageEvent.cpp Bug 553125: Use the structured clone algorithm for window.postMessage. r=bent 2011-05-23 11:53:31 -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 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
nsDOMMouseEvent.h
nsDOMMouseScrollEvent.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
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 Fix for bug 584048 (Clean up cycle collection code) - move unlinking of JS members from root into unlink. r=bent. 2010-11-08 16:02:49 +01: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
nsDOMOrientationEvent.cpp Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey 2011-04-29 16:49:20 -07:00
nsDOMOrientationEvent.h Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey 2011-04-29 16:49:20 -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 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
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 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
nsDOMUIEvent.h 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.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 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsEventListenerManager.cpp Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsEventListenerManager.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
nsEventListenerService.cpp Bug 595208: Add missing call to Pop in GetDebugObject, r=smaug 2011-01-20 11:21:26 -08:00
nsEventListenerService.h
nsEventStateManager.cpp Bug 598833 part 2. Create basic infrastructure for letting the ESM store states on elements. r=smaug 2011-05-31 21:46:56 -04:00
nsEventStateManager.h Bug 656379 part 3. Set :hover and :active state for labeled elements when their label has that state. r=dbaron 2011-05-24 20:18:40 -04:00
nsIMEStateManager.cpp 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
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