Closed
Bug 949729
Opened 11 years ago
Closed 9 years ago
Remove wrapper element from trace logs
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: fitzgen, Unassigned)
References
Details
Surrounding each <hbox class="trace-item">, there is an <hbox class="side-menu-widget-item"> wrapper. FastListWrapper adds it (see |_protoElement|). We should be able to merge these two hbox's into a single hbox, and that should give us some perf benefit as well since our dom tree will be significantly smaller than it is now.
I took an initial crack at this, but then some widget methods stuff started throwing and I put this task on the back burner.
Reporter | ||
Comment 1•11 years ago
|
||
*FastListWidget
Reporter | ||
Updated•11 years ago
|
Priority: -- → P3
Updated•10 years ago
|
Summary: Remove wrapper element in trace logs → Remove wrapper element from trace logs
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•