Closed
Bug 1487659
Opened 6 years ago
Closed 6 years ago
Make Selection treat SelectionChangeListener as a concrete class rather than nsISelectionListener
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
SelectionChangeListener is an nsISelectionListener class. This is added only to Selection for "normal" and added by nsFrameSelection::Init() after AccessibleCaretEventHub. So, we can make Selection directly treat SelectionChangeListener.
Assignee | ||
Comment 1•6 years ago
|
||
SelectionChangeListener is an nsISelectionListener class. This is added only
to Selection for "normal" and added by nsFrameSelection::Init() after
AccessibleCaretEventHub. So, we can make Selection directly treat
SelectionChangeListener.
Comment 2•6 years ago
|
||
Comment on attachment 9005599 [details]
Bug 1487659 - Make Selection treat SelectionChangeListener as a concrete class rather than nsISelectionListener
Olli Pettay [:smaug] has approved the revision.
Attachment #9005599 -
Flags: review+
Assignee | ||
Comment 3•6 years ago
|
||
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/18320a6e8444
Make Selection treat SelectionChangeListener as a concrete class rather than nsISelectionListener r=smaug
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•