Closed
Bug 983049
Opened 9 years ago
Closed 9 years ago
Rename nsEventDispatcher to mozilla::EventDispatcher
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(6 files)
9.18 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
89.49 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
59.99 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
11.34 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
165.66 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
20.28 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8392114 -
Flags: review?(bugs)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8392115 -
Flags: review?(bugs)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8392117 -
Flags: review?(bugs)
Assignee | ||
Comment 4•9 years ago
|
||
DispatchingCallback is not clear to me. Therefore, I name it EventDispatchingCallback.
Attachment #8392118 -
Flags: review?(bugs)
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8392119 -
Flags: review?(bugs)
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8392120 -
Flags: review?(bugs)
Updated•9 years ago
|
Attachment #8392114 -
Flags: review?(bugs) → review+
Updated•9 years ago
|
Attachment #8392115 -
Flags: review?(bugs) → review+
Updated•9 years ago
|
Attachment #8392117 -
Flags: review?(bugs) → review+
Updated•9 years ago
|
Attachment #8392118 -
Flags: review?(bugs) → review+
Comment 7•9 years ago
|
||
Comment on attachment 8392119 [details] [diff] [review] part.5 Rename nsEventDispatcher to mozilla::EventDispatcher You can really remove -#ifdef CreateEvent -#undef CreateEvent -#endif ? IIRC Windows was doing something odd, and CreateEvent was there in the global scope. So, make sure to build this on Windows too.
Attachment #8392119 -
Flags: review?(bugs) → review+
Comment 8•9 years ago
|
||
Comment on attachment 8392120 [details] [diff] [review] part.6 Move remaining stuff in EventDispatcher.cpp into mozilla namespace You should remove extern void NS_ShutdownEventTargetChainRecycler(); from nsLayoutStatics.cpp
Attachment #8392120 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #7) > You can really remove > -#ifdef CreateEvent > -#undef CreateEvent > -#endif > ? Yes, in mozilla/EventDispatcher.h, it's done. I.e., if cpp files include mozilla/EventDispatcher.h, they don't need to do it themselves. I realized that we can remove it in more files. But I'll file follow up bug for it. (In reply to Olli Pettay [:smaug] from comment #8) > Comment on attachment 8392120 [details] [diff] [review] > part.6 Move remaining stuff in EventDispatcher.cpp into mozilla namespace > > You should remove > extern void NS_ShutdownEventTargetChainRecycler(); from nsLayoutStatics.cpp good catch! Thanks!
Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5c626ba48ddf https://hg.mozilla.org/integration/mozilla-inbound/rev/91778ceb580b https://hg.mozilla.org/integration/mozilla-inbound/rev/d3964cfadc3c https://hg.mozilla.org/integration/mozilla-inbound/rev/b17a1bc1437d https://hg.mozilla.org/integration/mozilla-inbound/rev/29757c0fa591 https://hg.mozilla.org/integration/mozilla-inbound/rev/735beb5ce026
https://hg.mozilla.org/mozilla-central/rev/5c626ba48ddf https://hg.mozilla.org/mozilla-central/rev/91778ceb580b https://hg.mozilla.org/mozilla-central/rev/d3964cfadc3c https://hg.mozilla.org/mozilla-central/rev/b17a1bc1437d https://hg.mozilla.org/mozilla-central/rev/29757c0fa591 https://hg.mozilla.org/mozilla-central/rev/735beb5ce026
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•