Closed
Bug 1233321
Opened 9 years ago
Closed 9 years ago
Make the meaning of the load and DOMContentLoaded markers more obvious
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1226566
People
(Reporter: sebo, Unassigned)
Details
Bug 859042 added markers for the 'load' and 'DOMContentLoaded' events, though the user only gets two lines displayed within the timeline without any hint what they mean.
It should be made obvious to people that those lines mark those two events.
One way to do this is to add a tooltip showing the name of the event plus the time when the event happened like Firebug is doing it.
Another solution is to show the two events within the Timings side panel of the page request (i.e. the request that triggered those two events).
A third option would be to display them as info within the bottom line besides the info about the requests similar to how Firebug is doing it.
The second one may not be that obvious. Though all three solutions could be implemented independently from each other.
Sebastian
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
No longer blocks: firebug-gaps
No longer depends on: 859042
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•