Closed
Bug 1361024
Opened 8 years ago
Closed 1 year ago
Add an easy way to get parent(s)/child(ren) of each request
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1246808
People
(Reporter: ntim, Unassigned)
Details
It would be nice if you could easily see which requests initiated others.
Option #1:
Provide a separate tree view instead of the requests list.
> Parent request 1
--> Child
--> Child
--> Child
----> sub child
------> sub child 2
> Parent request 2
--> Child
--> child
--> child
Option #2:
Google Chrome like-UI: Shift hover over a request shows parent requests in green and child requests in red
Option #3:
Add new filter flags, one that gets all children of a specific request (initiated-by/child-requests/..:foo.js), and one that gets all parents of a specific request (originating-requests/parent-requests:foo.js). Then add buttons in the details view that will just set the text filter to the relevant flags.
| Reporter | ||
Updated•8 years ago
|
Summary: Add an easy way to get parent/child of each request → Add an easy way to get parent(s)/child(ren) of each request
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
Yeah i can copy the suggestions from this patch into that and close this.
Updated•1 year ago
|
Flags: needinfo?(odvarko)
You need to log in
before you can comment on or make changes to this bug.
Description
•