Closed
Bug 1655391
Opened 4 years ago
Closed 4 years ago
Split `HTMLEditor::HandleDeleteCollapsedSelectionAtCurrentBlockBoundary()` to range computation part and modifying DOM tree part
Categories
(Core :: DOM: Editor, task, P2)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
This patch creates new stack only class, HTMLEditor::AutoBlockElementsJoiner
and splits HTMLEditor::HandleDeleteCollapsedSelectionAtCurrentBlockBoundary()
to considering the content nodes to be joined part and doing join the nodes
part.
Depends on D85534
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/2e7e9d83e56b
Make new stack only class handle deletion at current block boundary r=m_kato
Comment 3•4 years ago
|
||
Backed outfor bustage at HTMLEditor.
Backout link: https://hg.mozilla.org/integration/autoland/rev/b40c7071b29d5108e8692173b3414c0c08bda38c
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311861925&repo=autoland&lineNumber=34003
Flags: needinfo?(masayuki)
Assignee | ||
Comment 4•4 years ago
|
||
Hmm, toolchan failure... I don't understand why there are some bustage only when building it...
Flags: needinfo?(masayuki)
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/f3411b0d6646
Make new stack only class handle deletion at current block boundary r=m_kato
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Assignee | ||
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•