.. |
Makefile.in
|
Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc
|
2006-12-01 11:09:53 +00:00 |
nsDOMBeforeUnloadEvent.cpp
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
nsDOMBeforeUnloadEvent.h
|
Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org
|
2005-03-18 15:33:51 +00:00 |
nsDOMCommandEvent.cpp
|
Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc
|
2006-12-01 11:09:53 +00:00 |
nsDOMCommandEvent.h
|
Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc
|
2006-12-01 11:09:53 +00:00 |
nsDOMEvent.cpp
|
Bug 369793, DOMMouseScroll events not dispatched when they cause text zoom changes, r=jst, sr=peterv
|
2007-02-20 14:57:52 +00:00 |
nsDOMEvent.h
|
Bug 369793, DOMMouseScroll events not dispatched when they cause text zoom changes, r=jst, sr=peterv
|
2007-02-20 14:57:52 +00:00 |
nsDOMEventGroup.cpp
|
|
|
nsDOMEventGroup.h
|
|
|
nsDOMKeyboardEvent.cpp
|
backwards my last checkin, sorry for my spam. Bug 295228
|
2005-12-26 17:32:09 +00:00 |
nsDOMKeyboardEvent.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-12-01 22:27:03 +00:00 |
nsDOMMouseEvent.cpp
|
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
|
2006-11-16 21:35:39 +00:00 |
nsDOMMouseEvent.h
|
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
|
2006-11-16 21:35:39 +00:00 |
nsDOMMutationEvent.cpp
|
Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding)
|
2006-10-06 05:24:02 +00:00 |
nsDOMMutationEvent.h
|
rest of Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event, r+sr=bz
|
2006-06-05 18:38:54 +00:00 |
nsDOMPageTransitionEvent.cpp
|
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
|
2005-06-15 23:52:46 +00:00 |
nsDOMPageTransitionEvent.h
|
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
|
2005-06-15 23:52:46 +00:00 |
nsDOMPopupBlockedEvent.cpp
|
Fixing popup blocker bug 354973. r=mano@mozilla.com, sr=peterv@propagandism.org
|
2007-01-13 01:08:43 +00:00 |
nsDOMPopupBlockedEvent.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-12-01 22:27:03 +00:00 |
nsDOMTextEvent.cpp
|
Bug 365798, IME leaks nsPrivateTextRangeList objects, r+sr=roc
|
2007-01-04 10:32:10 +00:00 |
nsDOMTextEvent.h
|
Bug 365798, IME leaks nsPrivateTextRangeList objects, r+sr=roc
|
2007-01-04 10:32:10 +00:00 |
nsDOMUIEvent.cpp
|
Bug 369793, DOMMouseScroll events not dispatched when they cause text zoom changes, r=jst, sr=peterv
|
2007-02-20 14:57:52 +00:00 |
nsDOMUIEvent.h
|
Bug 370492: Stop using views for event.PageX/Y, event.layerX/Y, image.x/y. r+sr=roc.
|
2007-02-18 10:43:12 +00:00 |
nsDOMXULCommandEvent.cpp
|
Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding)
|
2006-10-06 05:24:02 +00:00 |
nsDOMXULCommandEvent.h
|
Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst.
|
2006-05-22 20:37:32 +00:00 |
nsEventDispatcher.cpp
|
Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking
|
2007-02-15 23:04:33 +00:00 |
nsEventListenerManager.cpp
|
Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking
|
2007-04-02 10:17:36 -07:00 |
nsEventListenerManager.h
|
Fix for bug 368549 (Cycle collector doesn't handle tearoffs correctly). r=graydon, sr=jst.
|
2007-02-18 14:38:04 +00:00 |
nsEventStateManager.cpp
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
nsEventStateManager.h
|
Bug 348238, Remove some unused code from ESM, r+sr=roc
|
2006-08-11 12:14:35 +00:00 |
nsIMEStateManager.cpp
|
Bug 339470, [@ nsIMEStateManager::IsActive], p=masayuki@d-toybox.com, r+sr=roc
|
2007-03-02 07:30:45 +00:00 |
nsIMEStateManager.h
|
Bug 327003 Don't commit the IME composition string when Mozilla is deactivated r=roc+masaki.katakai+timeless sr=roc
|
2006-04-11 16:37:58 +00:00 |
nsPLDOMEvent.cpp
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
nsPrivateTextRange.cpp
|
Bug 365798, IME leaks nsPrivateTextRangeList objects, r+sr=roc
|
2007-01-04 10:32:10 +00:00 |
nsPrivateTextRange.h
|
Bug 365798, IME leaks nsPrivateTextRangeList objects, r+sr=roc
|
2007-01-04 10:32:10 +00:00 |
nsRecycled.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-12-01 22:27:03 +00:00 |
nsXMLEventsElement.cpp
|
Bug 355300 There should be only one nsGkAtoms creature
|
2006-12-26 17:47:52 +00:00 |
nsXMLEventsManager.cpp
|
Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
|
2007-03-10 13:49:43 +00:00 |
nsXMLEventsManager.h
|
|
|