gecko/content/events/src
Doug Turner f295d7422b Merge
2010-03-12 15:20:36 -08:00
..
Makefile.in Merge mozilla-central into electrolysis. 2010-02-03 13:28:22 -05:00
nsContentEventHandler.cpp Bug 530373. Use NS_MIN/NS_MAX instead of PR_MIN/PR_MAX in DOM code. r=bzbarsky 2010-02-22 14:41:19 -05:00
nsContentEventHandler.h Bug 492233 [IMM32] Reimplement IME mouse handling r=VYV03354+roc, sr=roc 2009-05-15 09:46:24 +09:00
nsDOMBeforeUnloadEvent.cpp Bug 496000 - Remove nsBeforePageUnloadEvent, r+sr=jst 2009-06-24 11:42:00 +03:00
nsDOMBeforeUnloadEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMCommandEvent.cpp
nsDOMCommandEvent.h
nsDOMDataContainerEvent.cpp Bug 412567, Once dispatched, events cannot be redispatched, r+sr=jst 2008-06-04 23:09:48 +03:00
nsDOMDataContainerEvent.h Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky 2009-02-19 11:03:28 -08:00
nsDOMDataTransfer.cpp Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsDOMDataTransfer.h Bug 536920 - Cursor flashes and doesn't update during drag and drop operations. r=enndeakin. 2009-12-30 11:06:07 -06:00
nsDOMDragEvent.cpp Bug 523569 - remove initXXXEventNS methods, r=sicking 2009-10-21 21:35:42 +03:00
nsDOMDragEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMEvent.cpp Merge with mc 2010-03-08 10:09:55 -08:00
nsDOMEvent.h Merge mozilla-central into electrolysis. 2010-02-03 13:28:22 -05:00
nsDOMEventGroup.cpp
nsDOMEventGroup.h
nsDOMEventTargetHelper.cpp Fix for bug 428229 (Unable to override addEventListener), remove custom addEventListener code. r=bz. 2010-01-13 14:50:01 +01:00
nsDOMEventTargetHelper.h Bug 497178 - Make nsPIDOMEventTarget::GetListenerManager to return nsIEventListenerManager*, r+sr=peterv 2009-06-23 14:23:52 +03:00
nsDOMKeyboardEvent.cpp Bug 467593 'WARNING: GetCharCode used for wrong key event; should use onkeypress. ' should not be displayed by Web pages r+sr=roc 2008-12-06 18:30:01 +09:00
nsDOMKeyboardEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMMessageEvent.cpp Bug 523569 - remove initXXXEventNS methods, r=sicking 2009-10-21 21:35:42 +03:00
nsDOMMessageEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMMouseEvent.cpp Bug 497780 - onmouseout's MouseEvent.relatedTarget is a chrome element and is completely inaccessible, r=mrbkap@gmail.com, sr=bz 2009-06-28 22:46:52 +03:00
nsDOMMouseEvent.h Bug 526394. Part 20: Convert more code in caret and docshell. r=mats 2009-09-09 17:40:02 +12:00
nsDOMMouseScrollEvent.cpp Bug 470431 - Memory leak of document and content nodes with creating DOMMouseScroll event, r+sr=jst 2008-12-20 01:27:33 +02:00
nsDOMMouseScrollEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMMutationEvent.cpp
nsDOMMutationEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMNotifyPaintEvent.cpp Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05:00
nsDOMNotifyPaintEvent.h Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05:00
nsDOMOrientationEvent.cpp Bug 485943 - Device Orientation Support. r=olli 2009-08-21 07:42:37 -07:00
nsDOMOrientationEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMPageTransitionEvent.cpp Bug 495983 - Remove nsPageTransitionEvent, r+sr=jst 2009-06-24 16:33:02 +03:00
nsDOMPageTransitionEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMPopStateEvent.cpp Backed out changeset dc7a04be6904 on suspicion of causing bug 543034. 2010-01-29 18:50:46 -08:00
nsDOMPopStateEvent.h Backed out changeset dc7a04be6904 on suspicion of causing bug 543034. 2010-01-29 18:50:46 -08:00
nsDOMPopupBlockedEvent.cpp Bug 496317 - Remove nsPopupBlockedEvent, r+sr=sicking 2009-06-16 19:07:56 +03:00
nsDOMPopupBlockedEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMProgressEvent.cpp Bug 460751 - Progress events should use long long, not long for .total and .loaded, r=chris.double, sr=sicking 2008-10-21 12:06:53 +03:00
nsDOMProgressEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMScrollAreaEvent.cpp Bug 542047 - Forward nsDOMScrollAreaEvent. r=smaug 2010-01-27 15:55:57 -05:00
nsDOMScrollAreaEvent.h Bug 542047 - Forward nsDOMScrollAreaEvent. r=smaug 2010-01-27 15:55:57 -05:00
nsDOMSimpleGestureEvent.cpp Bug 479901 - Add WM_GESTURE support for Windows 7. r=vlad+smaug. 2009-04-02 14:34:31 -05:00
nsDOMSimpleGestureEvent.h Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst 2009-10-21 12:38:39 +03:00
nsDOMTextEvent.cpp Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc 2009-04-23 12:27:12 +09:00
nsDOMTextEvent.h Bug 455806: outparamdel nsIPrivateTextEvent r+sr=jst 2008-10-09 16:31:19 -07:00
nsDOMTransitionEvent.cpp Implement events part of CSS transitions: add support for the transitionend DOM event. (Bug 531585) r=smaug 2009-12-23 14:10:31 -05:00
nsDOMTransitionEvent.h Implement events part of CSS transitions: add support for the transitionend DOM event. (Bug 531585) r=smaug 2009-12-23 14:10:31 -05:00
nsDOMUIEvent.cpp Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05:00
nsDOMUIEvent.h Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05:00
nsDOMXULCommandEvent.cpp Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking 2009-06-30 10:56:40 +03:00
nsDOMXULCommandEvent.h Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking 2009-06-30 10:56:40 +03:00
nsEventDispatcher.cpp Backed out changeset dc7a04be6904 on suspicion of causing bug 543034. 2010-01-29 18:50:46 -08:00
nsEventListenerManager.cpp Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsEventListenerManager.h Bug 517879 - Move JS context pusher to event dispatcher, r=jst 2009-10-24 18:52:29 +03:00
nsEventListenerService.cpp Bug 506961 - Add a method to get jsdIValue from JS implemented event listeners, r=bz 2009-10-17 17:40:44 +03:00
nsEventListenerService.h Bug 506961 - Add a method to get jsdIValue from JS implemented event listeners, r=bz 2009-10-17 17:40:44 +03:00
nsEventStateManager.cpp Bug 315727 Request Firefox respond to Windows scroll messages so pages can be scroll captured r=jmathies+smaug, sr=roc 2010-03-11 14:25:29 +09:00
nsEventStateManager.h Bug 315727 Request Firefox respond to Windows scroll messages so pages can be scroll captured r=jmathies+smaug, sr=roc 2010-03-11 14:25:29 +09:00
nsIMEStateManager.cpp Bug 500882 part 4. Switch content module to using the new GetPrimaryFrame API. r=smaug, sr=roc 2009-12-24 16:20:05 -05:00
nsIMEStateManager.h Bug 516076, pass a contextual window to focus controller methods, so that it retrieves the controller for the right window, r=neil,sr=smaug 2009-09-21 13:39:44 -04:00
nsPaintRequest.cpp Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst 2009-09-04 16:49:18 +12:00
nsPaintRequest.h Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst 2009-09-04 16:49:18 +12:00
nsPLDOMEvent.cpp Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug 2010-02-24 18:45:43 -08:00
nsPrivateTextRange.cpp Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc 2009-04-23 12:27:12 +09:00
nsPrivateTextRange.h Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc 2009-04-23 12:27:12 +09:00
nsXMLEventsElement.cpp
nsXMLEventsManager.cpp Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE' 2010-02-07 10:52:43 -05:00
nsXMLEventsManager.h