Closed
Bug 982602
Opened 11 years ago
Closed 11 years ago
Move nsAsyncDOMEvent into mozilla:: namespace and rename it
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
|
59.74 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Is mozilla::AsyncDOMEvent okay?
It seems that mozilla::AsyncEventDispatcher is better except the name length.
Flags: needinfo?(bugs)
Comment 1•11 years ago
|
||
AsyncEventDispatcher isn't too long name, IMO, and it indeed tells better what the thing is about.
Flags: needinfo?(bugs)
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8390953 -
Flags: review?(bugs)
Comment 3•11 years ago
|
||
Comment on attachment 8390953 [details] [diff] [review]
Patch
NS_ENSURE_TRUE_VOID(asyncDispatcher); is not needed in any case.
Attachment #8390953 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Thank you. This patch depends on bug 981261. I'll land after that.
| Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•