Enable NETWORK_EVENT and NETWORK_EVENT_STACK_TRACE resources by default
Categories
(DevTools :: Netmonitor, task, P2)
Tracking
(Fission Milestone:M7, firefox86 fixed)
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: ochameau, Assigned: bomsy)
References
(Blocks 4 open bugs)
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file, 7 obsolete files)
This will be the last stone in order to start supporting remote frames and cross process navigations correctly in the netmonitor.
NETWORK_EVENT and NETWORK_EVENT_STACK_TRACE are preffed off behind devtools.testing.enableServerWatcherSupport
:
https://searchfox.org/mozilla-central/source/devtools/server/actors/watcher.js#118-119
The goal of this bug is to enable them by default.
In order to do that, we have to fix all tests which starts failing when we enable them,
and before enabling them do all opportunistic changes to the resource payload so that we don't have to handle backward compat later on. bug 1654740 may be an example of this.
Assignee | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
This bug is probably a meta, but is meant to be done in the scope of M2.
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
This fixes browser_dbg-gc-sources.js test
Assignee | ||
Comment 5•4 years ago
|
||
Fixes browser_net_pause.js
Depends on D99620
Assignee | ||
Comment 6•4 years ago
|
||
Fixes browser_jsterm_block_commands.js test
Depends on D99621
Assignee | ||
Comment 7•4 years ago
|
||
Fixes browser_webconsole_stubs_network_event.js
Fixes browser_webconsole_network_messages_stacktrace_console_initiated_request.js
Depends on D99622
Assignee | ||
Comment 8•4 years ago
|
||
Fixes browser_preloaded_newtab.js test
Fixes browser_aboutdebugging_devtoolstoolbox_target_destroyed.js test
Depends on D99623
Assignee | ||
Comment 9•4 years ago
|
||
Enable NETWORK_EVENT and NETWORK_EVENT_STACKTRACE resources by default
Depends on D99624
Assignee | ||
Comment 10•4 years ago
|
||
Disabling browser_net_block-csp.js as it fails with fission enabled.
Bug 1682153 details the issue, and the test would be enabled when this
bug is fixed.
Depends on D99625
Comment 11•4 years ago
|
||
Comment on attachment 9192928 [details]
Bug 1665383 - [devtools] Query the nsIHttpChannel to make sure we get the sourceMapURL r=ochameau
Revision D99620 was moved to bug 1683107. Setting attachment 9192928 [details] to obsolete.
Comment 12•4 years ago
|
||
Comment on attachment 9192932 [details]
Bug 1665383 - [devtools] Only get targetFront for the watcherFront when a targetFront is not already set on the resource r=ochameau
Revision D99624 was moved to bug 1683119. Setting attachment 9192932 [details] to obsolete.
Comment 13•4 years ago
|
||
Comment on attachment 9192935 [details]
Bug 1665383 - [devtools] Disable blocking CSP test temprorarily r=ochameau
Revision D99626 was moved to bug 1683121. Setting attachment 9192935 [details] to obsolete.
Comment 14•4 years ago
|
||
Comment on attachment 9192929 [details]
Bug 1665383 - [devtools] Handle netmonitor pause/resume on the client r=ochameau
Revision D99621 was moved to bug 1683152. Setting attachment 9192929 [details] to obsolete.
Updated•4 years ago
|
Comment 15•4 years ago
|
||
Comment on attachment 9192930 [details]
Bug 1665383 - [devtools] Add blockRequest/unblockRequest commands support r=ochameau
Revision D99622 was moved to bug 1685262. Setting attachment 9192930 [details] to obsolete.
Assignee | ||
Updated•4 years ago
|
Comment 16•4 years ago
|
||
Comment on attachment 9192931 [details]
Bug 1665383 - [devtools] Fix webconsole network events and stacktrace tests r=ochameau,nchevobbe
Revision D99623 was moved to bug 1686440. Setting attachment 9192931 [details] to obsolete.
Comment 17•4 years ago
|
||
Comment 18•4 years ago
|
||
Backed out 3 changesets (Bug 1687205, Bug 1687192, Bug 1665383) for causing devtools failures in browser_net_block-csp.js CLOSED TREE
Failure log: https://treeherder.mozilla.org/logviewer?job_id=327030281&repo=autoland&lineNumber=3087
Backout: https://hg.mozilla.org/integration/autoland/rev/58b99a41151b6bfd8c7561ec47431dc284e17991
Comment 19•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 20•4 years ago
|
||
bugherder |
Comment 21•4 years ago
|
||
This completed dt-fission-m3-mvp
bug should have Fission Milestone M7 Beta.
Description
•