Closed
Bug 835171
Opened 13 years ago
Closed 13 years ago
Get rid of the remaining traces of nsPIDOMEventTarget
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: Ms2ger, Assigned: smartaled)
Details
Attachments
(2 files)
|
7.43 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
|
7.41 KB,
patch
|
Details | Diff | Splinter Review |
Proposed patch to bug 835171
| Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 706907 [details] [diff] [review]
Proposed Patch
Review of attachment 706907 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/events/src/nsEventDispatcher.cpp
@@ +13,5 @@
> #include "nsMutationEvent.h"
> #include NEW_H
> #include "nsFixedSizeAllocator.h"
> #include "nsINode.h"
> +#include "nsIDOMWindow.h"
Please revert this change.
Attachment #706907 -
Flags: review?(bugs)
Comment 4•13 years ago
|
||
Comment on attachment 706907 [details] [diff] [review]
Proposed Patch
># HG changeset patch
># Parent f18b1213915191887f57c98044c76eeea909daae
># User Edwin Casasola <edwincasasolar@yahoo.com>
>BugFix: 835171 Get rid of remaining traces of nsPIDOMEventTarget
>
>diff --git a/content/events/src/nsEventDispatcher.cpp b/content/events/src/nsEventDispatcher.cpp
>--- a/content/events/src/nsEventDispatcher.cpp
>+++ b/content/events/src/nsEventDispatcher.cpp
>@@ -9,17 +9,17 @@
> #include "nsPresContext.h"
> #include "nsEventListenerManager.h"
> #include "nsContentUtils.h"
> #include "nsError.h"
> #include "nsMutationEvent.h"
> #include NEW_H
> #include "nsFixedSizeAllocator.h"
> #include "nsINode.h"
>-#include "nsPIDOMWindow.h"
>+#include "nsIDOMWindow.h"
Don't do this change
Attachment #706907 -
Flags: review?(bugs) → review+
| Reporter | ||
Comment 5•13 years ago
|
||
Edwin, could you update the patch to address that comment, and make the commit message something like
Bug 835171 - Get rid of remaining traces of nsPIDOMEventTarget; r=smaug
? Thanks!
Assignee: nobody → smartaled
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•