Closed
Bug 1488337
Opened 7 years ago
Closed 7 years ago
Rename mozilla::dom::SelectionChangeListener to mozilla::SelectionChangeEventDispatcher
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla64
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
SelectionChangeListener is too generic name but it just dispatches selectionchange event when it's necessary. So, it should be renamed to SelectionChangeEventDispatcher. Additionally, it's in mozilla::dom namespace but it does not represent any DOM object. So, it should be in mozilla namespace instead.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
SelectionChangeListener is too generic name but it just dispatches
selectionchange event when it's necessary. So, it should be renamed to
SelectionChangeEventDispatcher. Additionally, it's in mozilla::dom namespace
but it does not represent any DOM object. So, it should be in mozilla namespace
instead.
Comment 3•7 years ago
|
||
Comment on attachment 9006185 [details]
Bug 1488337 - Rename mozilla::dom::SelectionChangeListener to mozilla::SelectionChangeEventDispatcher
Olli Pettay [:smaug] has approved the revision.
Attachment #9006185 -
Flags: review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/59b228f7faf1
Rename mozilla::dom::SelectionChangeListener to mozilla::SelectionChangeEventDispatcher r=smaug
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•