Closed Bug 949729 Opened 11 years ago Closed 9 years ago

Remove wrapper element from trace logs

Categories

(DevTools :: Debugger, defect, P3)

x86
macOS
defect

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.
*FastListWidget
Priority: -- → P3
Blocks: dbg-trace
Summary: Remove wrapper element in trace logs → Remove wrapper element from trace logs
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.