Open
Bug 884125
Opened 12 years ago
Updated 3 years ago
Add support for console.timeStamp to netmonitor UI
Categories
(DevTools :: Netmonitor, enhancement, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: anton, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [polish-backlog])
Now that we have a proper network timeline we can add support for console.timeStamp. Firebug and Chrome and possibly others already support it.
Basically it allows people to add markers to the network timeline from content JavaScript.
For more info see: http://www.softwareishard.com/blog/firebug/firebug-1-8-console-timestamp/
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•11 years ago
|
Summary: Add support for console.timeStamp → Add support for console.timeStamp to netmonitor UI
Comment 1•10 years ago
|
||
We need this for not just network panel, but for perf timeline as well.
Whiteboard: [devedition-40]
Updated•10 years ago
|
Priority: P3 → P1
Updated•10 years ago
|
Priority: P1 → P2
Updated•10 years ago
|
Updated•10 years ago
|
Whiteboard: [devedition-40] → [polish-backlog]
Comment 2•8 years ago
|
||
We can probably use the existing timelinefront that's connected to the netmonitor to receive the timestamps.
Comment 3•8 years ago
|
||
FYI bug 1273297 is about console.timeStamp in the perf panel
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•