Closed
Bug 1936736
Opened 2 months ago
Closed 1 month ago
Get rid of `AutoDeleteRangesHandler::DeleteUnnecessaryNodesAndCollapseSelection`
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
It touches Selection
but the caller is a few. So, for now, we can unwrap the method.
Assignee | ||
Comment 1•2 months ago
|
||
It just calls DeleteUnnecessaryNodes
and does CollapseSelectionTo
.
Although the CollapseSelectionTo
is a little bit complicated check, but
we can unwrap this method for now.
Depends on D232172
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/f029e5c845a3
Get rid of `AutoDeleteRangesHandler::DeleteUnnecessaryNodesAndCollapseSelection` r=m_kato
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•