Closed
Bug 1487659
Opened 5 years ago
Closed 5 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•5 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•5 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•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4906289bf30cf8122e1073ea757387ef6e69df53
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•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/18320a6e8444
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•