Closed
Bug 1060510
Opened 10 years ago
Closed 10 years ago
Make _getEditableNode more efficient
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
People
(Reporter: tomasz, Assigned: tomasz)
References
Details
Attachments
(1 file)
1.70 KB,
patch
|
tomasz
:
review+
|
Details | Diff | Splinter Review |
_getEditableNode in Finder.jsm is slow because it traverses the DOM all the way up for all non-editable matches.
This started in bug 429732 comment 26.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → tkolodziejski
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
This was originally r+ by :ehsan in bug 429732 comment 42.
Try run:
https://tbpl.mozilla.org/?tree=Try&rev=8de84e77b8dd
Attachment #8481468 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Points: --- → 1
Flags: qe-verify?
Flags: firefox-backlog+
Updated•10 years ago
|
Iteration: --- → 35.1
Comment 2•10 years ago
|
||
Keywords: checkin-needed
Updated•10 years ago
|
Flags: qe-verify? → qe-verify-
Assignee | ||
Comment 3•10 years ago
|
||
This got in (https://hg.mozilla.org/mozilla-central/rev/ed1973bacb15) but it was reported in bug 429732 comment 56. So I think we can close it, right?
Updated•10 years ago
|
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•