Closed
Bug 1944737
Opened 20 days ago
Closed 15 days ago
Make the mutation observer of `HTMLEditor` stop creating `AutoEditActionDataSetter` due to unnecessary
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•20 days ago
|
||
They grabs Selection
, but that appears in the profile. Fortunately, we
don't require the instance in the methods including the callees. Therefore,
we don't need to create it at every mutation.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/56fa52d48731
Make the mutation observers of `HTMLEditor` stop creating `AutoEditActionDataSetter` r=m_kato
Status: ASSIGNED → RESOLVED
Closed: 15 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
•