Closed
Bug 1259654
Opened 9 years ago
Closed 5 years ago
[meta] Clean up members' name and its definition order of WidgetEvent and its derived classes
Categories
(Core :: DOM: UI Events & Focus Handling, task)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: meta)
Attachments
(1 obsolete file)
When we implemented/defined nsEvent and its derived classes, all members are defined without "m" prefix and the order is now messy.
So, it's time to clean up WidgetEvent and its derived classes for making them easier to read and reducing the instance size.
Comment 1•9 years ago
|
||
patch for bug 1259654
Updated•9 years ago
|
Attachment #8735063 -
Attachment is obsolete: true
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
All blocker bugs have been fixed 4 years ago, so marking this as FIXED. If you find something which should've been fixed in this bug, please file a new bug.
Status: ASSIGNED → RESOLVED
Type: defect → task
Closed: 5 years ago
Component: Widget → DOM: UI Events & Focus Handling
Resolution: --- → FIXED
Updated•5 years ago
|
Summary: Clean up members' name and its definition order of WidgetEvent and its derived classes → [meta] Clean up members' name and its definition order of WidgetEvent and its derived classes
You need to log in
before you can comment on or make changes to this bug.
Description
•