Closed
Bug 1383079
Opened 7 years ago
Closed 7 years ago
Don't AddRef() the editor root node in TextEditRules::WillOutputText()
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8888824 -
Flags: review?(masayuki)
Assignee | ||
Comment 2•7 years ago
|
||
This shows up as a tiny portion in profiles of bug 1346723.
Assignee: nobody → ehsan
Blocks: 1346723
Comment 3•7 years ago
|
||
Comment on attachment 8888824 [details] [diff] [review]
Don't AddRef() the editor root node in TextEditRules::WillOutputText()
It calls only GetFirstChild() of the root, fine.
Attachment #8888824 -
Flags: review?(masayuki) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/17920e3ba616
Don't AddRef() the editor root node in TextEditRules::WillOutputText(); r=masayuki
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•