Closed
Bug 1947099
Opened 4 days ago
Closed 2 days ago
Make `EditorBase::InsertTextWithTransaction` stop taking `Document` param
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It does not make sense to keep it taking Document
param because EditorBase
has Document
reference and can access it without AddRefs
.
Assignee | ||
Comment 1•4 days ago
|
||
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/59e40c862ab6
Get rid of unused `aDocument` parameter of `EditorBase::InsertTextWithTransaction` r=m_kato
Status: ASSIGNED → RESOLVED
Closed: 2 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•