Open
Bug 1692778
Opened 4 years ago
Updated 3 years ago
Update the WebConsoleFront usage for network related APIs
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Fission Milestone:Future)
NEW
Fission Milestone | Future |
People
(Reporter: bomsy, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: dt-perf-stability-triage )
Update all the places on the frontend where the WebConsoleFront apis are used to get extra information about a given request. (headers, cookies, ... for requests and responses) to the network front apis.
e.g
https://searchfox.org/mozilla-central/rev/1b7ed77360ed02de111cf2098b2b48648c382fa1/devtools/shared/webconsole/test/browser/browser_network_longstring.js#60-74
https://searchfox.org/mozilla-central/rev/1b7ed77360ed02de111cf2098b2b48648c382fa1/devtools/client/netmonitor/src/connector/firefox-data-provider.js#536,539-551
Reporter | ||
Updated•4 years ago
|
No longer depends on: 1485664
Summary: Use netEvent front for netEvent requests rather than routing through the webconsole → Update the WebconsoleFront usage for network related apis
Whiteboard: dt-fission-m3-mvp → dt-fission-m3-mvp, dt-fission-m3-triage
Reporter | ||
Updated•4 years ago
|
Summary: Update the WebconsoleFront usage for network related apis → Update the WebConsoleFront usage for network related APIs
Reporter | ||
Updated•4 years ago
|
Severity: normal → S3
Updated•4 years ago
|
Whiteboard: dt-fission-m3-mvp, dt-fission-m3-triage → dt-fission-m3-triage
Updated•4 years ago
|
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
Updated•4 years ago
|
Fission Milestone: --- → M8
Comment 1•4 years ago
|
||
Tracking DevTools Post-M8 bugs for Fission MVP milestone. They don't block the Fission Release channel experiment, but we would like them to be completed before we roll out Fission by default.
Fission Milestone: M8 → MVP
Updated•4 years ago
|
Fission Milestone: MVP → Future
Whiteboard: dt-fission-m3-mvp → dt-fission-m4-mvp
Updated•3 years ago
|
Whiteboard: dt-fission-m4-mvp → dt-fission-m4-mvp, dt-perf-stability-triage
Updated•3 years ago
|
Whiteboard: dt-fission-m4-mvp, dt-perf-stability-triage → dt-perf-stability-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•