Introduce a new column for anti-tracking classification
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: Honza, Unassigned, Mentored)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
We introduced a new entry in the Headers panel that show anti-tracking classification for selected request.
We should also show the value in a new column that should be hidden by default.
Honza
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Comment 1•6 years ago
|
||
Some instructions for anyone interested in fixing this bug:
-
There are many columns implemented already and they can server as source of inspiration
https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/request-list -
For example searching for
RequestListColumnMethodgives the following results
https://searchfox.org/mozilla-central/search?q=RequestListColumnMethod&path=
- There should be a new React component representing the new columnn
- The new column should be registered in the list:
https://searchfox.org/mozilla-central/rev/97cb0a90bd053de87cd1ab7646d5565809166bb1/devtools/client/netmonitor/src/components/request-list/RequestListItem.js#171 - Default column visibility is specified here
https://searchfox.org/mozilla-central/rev/97cb0a90bd053de87cd1ab7646d5565809166bb1/devtools/client/netmonitor/src/reducers/ui.js#30
Honza
Comment 2•6 years ago
|
||
hi honza can you assign me to this one, also I cannot find the anti tracking classification entry in header can you post a screen shot or maybe link to the PR that added it
| Reporter | ||
Comment 3•6 years ago
|
||
This bug depends on bug 1537627 which introduces the field.
The patch is here: https://phabricator.services.mozilla.com/D32675
Assigned to you.
Honza
| Reporter | ||
Updated•5 years ago
|
Comment 4•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:Honza, could you have a look please?
For more information, please visit auto_nag documentation.
| Reporter | ||
Comment 5•4 years ago
•
|
||
This is still a feature we want, but not a priority for the team atm.
Also bug bug 1537627 needs to be fixed first.
But, if anyone is interested, patches are welcome!
Honza
Description
•