Closed
Bug 1690251
Opened 4 years ago
Closed 4 years ago
Prepare for enabling NETWORK_EVENT resources for all target types
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(firefox87 fixed)
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
I'm forking bug 1689459 as we can't enable the trait right away without breaking CSP blocked requests.
In order to set the trait to true
, we would need to land bug 1689644 first.
We need to setup a NETWORK_EVENT watcher in content processes. Otherwise, when we toggle the watcher trait, we only have one watcher in the parent process and miss the blocked requests.
Assignee | ||
Comment 1•4 years ago
|
||
This patch fixes everything in order to be able to toggle NETWORK_EVENT
and NETWORK_EVENT_STACKTRACE resources for all target types.
But this doesn't change the trait as CSP blocked request would no longer appear.
Before being able to toggle the trait, we have to implement bug 1689644.
Updated•4 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87d8d318c0b7
[devtools] Prepare enabling NETWORK_EVENT for all target types. r=bomsy,Honza
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•