Closed
Bug 1742748
Opened 4 years ago
Closed 4 years ago
Make `HTMLEditor::JoinNodesWithTransaction()` return `JoinNodesResult`
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
This patch implements JoinNodesResult class which callers of
JoinNodesWithTransaction() can access removed node, existing (joined) node and
joined point with logical named accessors, and makes
JoinNodesWithTransaction() return it.
Then, the callers don't need to change at fixing bug 1735608.
Depends on D132119
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/f1cf40900a67
Make `HTMLEditor::JoinNodesWithTransaction()` return `JoinNodesResult` r=m_kato
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•