Closed
Bug 749401
Opened 13 years ago
Closed 13 years ago
HttpMonitor/NetPanel should display events [load, DOMContentLoaded, MozAfterPaint]
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Assigned: Honza)
References
Details
(Whiteboard: [netpanel])
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
I made two commits related to this bug (it'll be just one the next time).
https://github.com/janodvarko/httpmonitor/commit/492285ace9b1b8e97ea70594397054b0c87722e8
https://github.com/janodvarko/httpmonitor/commit/1942c01b8f666f59afb5ec59d56653d16d154f84
Note that this feature is optional in Firebug and so, you need to set the following pref to true:
extensions.httpmonitor.netShowPaintEvents
Also, the MozAfterPaint event is no longer sent to web content by default for the time being; it is still sent to chrome, however (there is a potential security issue; see bug 608030 for details). Until that's resolved, you can enable delivery of MozAfterPaint by setting the preference dom.send_after_paint_to_content to true.
Honza
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•13 years ago
|
||
Yet reopening, related data are not properly sent in case of remote monitoring
Honza
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•13 years ago
|
||
Now fixed even for the remote scenario
https://github.com/janodvarko/httpmonitor/commit/8c1fee685eb8cda56adc3a869cfa83bb6d6fd90d
Honza
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•