Closed
Bug 1616565
Opened 5 years ago
Closed 5 years ago
Remove indirect calls to `NotifySelectionListeners` in `Selection`
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Will help to clean up the relation of Selection
and nsFrameSelection
.
Assignee | ||
Comment 1•5 years ago
|
||
Slightly clarfifies the relation of Selection
and nsFrameSelection
.
This requires undesirable 'kungFuDeathGrips'. However, they existed
already, only via an indirect call.
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6321fc193ea6
remove indirect calls to `NotifySelectionListeners` in `Selection`. r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•