Closed
Bug 1394180
Opened 7 years ago
Closed 7 years ago
Reduce the number of calls to nsINode::GetChildAt() in EditorBase::InsertTextImpl()
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
(deleted),
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
I'll need to figure out how to eliminate this last remaining call to GetChildAt() later...
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8901522 -
Flags: review?(masayuki)
Updated•7 years ago
|
Attachment #8901522 -
Flags: review?(masayuki) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/62b8b8ccbba1
Reduce the number of calls to nsINode::GetChildAt() in EditorBase::InsertTextImpl(); r=masayuki
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•