Show full path in File column in developer tools
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(firefox69 fixed)
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: leyyyyy, Assigned: lalas)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Comment 1•8 years ago
|
||
Comment 5•8 years ago
|
||
Updated•8 years ago
|
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Updated•7 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 10•6 years ago
|
||
Couldn't this just be a new column, 'URL' for example, that shows the full URL? We could still keep the tooltip for those that find it more efficient right?
Comment 11•6 years ago
|
||
(In reply to lloan:[lloanalas] from comment #10)
Couldn't this just be a new column, 'URL' for example, that shows the full URL? We could still keep the tooltip for those that find it more efficient right?
Yes, I think that this is is an option.
The second option is waiting till bug 1460875 is fixed and introduce a new option for customizing the existing column (I've read the comment #3 and comment #8 again and I think there are good points).
The option would be in the File column menu only, so nicely contextual.
(it would show full URL path including query params)
[ ] Show Full URL
In case where we want to customize query params separately, we could do:
[ ] Show Full Path
[ ] Show Query Params
To summarize:
- either new column or
- new option(s)
@Harald, WDYT?
Honza
Comment 12•6 years ago
|
||
The option would be in the File column menu only, so nicely contextual.
This seems harder to discover than adding a new column that is default hidden.
The consensus seems to be that we want to provide this as option to power users. Having as new column, default hidden, solves this in the most straightforward way, afaik, especially with bug 1460875 making the customization easier to discover.
Comment 13•6 years ago
|
||
(In reply to lloan:[lloanalas] from comment #10)
Couldn't this just be a new column, 'URL' for example, that shows the full URL?
So, yes, new column it is.
Should I assign this to you?
Honza
Updated•6 years ago
|
Assignee | ||
Comment 15•6 years ago
|
||
New column, defaulted to hidden, to show full URL for resource in netMonitor panel.
Assignee | ||
Comment 16•6 years ago
|
||
Honza,
New column with name URL created. Also incorporates logic found under domain column. Created a component to share the security state icon / logic. Now shared with the domain and new URL column. https://i.imgur.com/ENMcYwt.png - Domain column shows the IP of the resource if its a 3rd party resource, also incorporated that in to this column (URL). Clicking on the icon opens up the security panel as well.
Reporter | ||
Comment 17•6 years ago
|
||
(In reply to lloan:[lloanalas] from comment #16)
Honza,
New column with name URL created. Also incorporates logic found under domain column. Created a component to share the security state icon / logic. Now shared with the domain and new URL column. https://i.imgur.com/ENMcYwt.png - Domain column shows the IP of the resource if its a 3rd party resource, also incorporated that in to this column (URL). Clicking on the icon opens up the security panel as well.
It looks very promising. Thanks!
P.S. Is it available in any nightly build? If yes - how to enable that?
Assignee | ||
Comment 18•6 years ago
|
||
(In reply to Maxim from comment #17)
(In reply to lloan:[lloanalas] from comment #16)
Honza,
New column with name URL created. Also incorporates logic found under domain column. Created a component to share the security state icon / logic. Now shared with the domain and new URL column. https://i.imgur.com/ENMcYwt.png - Domain column shows the IP of the resource if its a 3rd party resource, also incorporated that in to this column (URL). Clicking on the icon opens up the security panel as well.
It looks very promising. Thanks!
P.S. Is it available in any nightly build? If yes - how to enable that?
Hi Maxim! You would have to pull the patch to test it out at the moment: https://phabricator.services.mozilla.com/D31348 as its not in the nightly build yet.
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 21•6 years ago
|
||
Sorting by the new URL column causes the Network panel to go blank.
Comment 22•6 years ago
|
||
(In reply to Dave from comment #21)
Sorting by the new URL column causes the Network panel to go blank.
Thanks for the note! I created bug 1566019 to cover this
Honza
Comment 23•6 years ago
|
||
(In reply to Dave from comment #21)
Sorting by the new URL column causes the Network panel to go blank.
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #22)
(In reply to Dave from comment #21)
Sorting by the new URL column causes the Network panel to go blank.
Thanks for the note! I created bug 1566019 to cover this
Honza
Working now, thanks for the quick turnaround!
Description
•