Closed
Bug 868380
Opened 12 years ago
Closed 12 years ago
Lazily populate tabs in the network request details pane
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(firefox23 fixed)
RESOLVED
FIXED
Firefox 24
Tracking | Status | |
---|---|---|
firefox23 | --- | fixed |
People
(Reporter: vporof, Assigned: vporof)
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file)
6.17 KB,
patch
|
dcamp
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Clicking on a network request currently populates all detail tabs at once (headers, cookies, response etc.). This could be slow sometimes (e.g. adding a lot of text to the source editor to display the response). It'd be more useful to be lazy in this case (and save some bandwidth!).
Assignee | ||
Updated•12 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 748682 [details] [diff] [review]
v1
Sorry for the delay
Attachment #748682 -
Flags: review?(dcamp) → review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Assignee | ||
Comment 3•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 748682 [details] [diff] [review]
v1
[Approval Request Comment]
Bug caused by (feature/regressing bug #): clicking on request items in the network monitor could be very slow sometimes
User impact if declined: wasted time, anger, depression, general sadness
Testing completed (on m-c, etc.): locally, fx-team, nothing can go wrong
Risk to taking this patch (and alternatives if risky): really, nothing can go wrong, I promise; this patch touches developer tools code for a new tool that's never been used before
String or IDL/UUID changes made by this patch: none
Attachment #748682 -
Flags: approval-mozilla-aurora?
Comment 5•12 years ago
|
||
Comment on attachment 748682 [details] [diff] [review]
v1
We'll hold you to it :)
Attachment #748682 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
status-firefox23:
--- → fixed
Assignee | ||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 24
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•