Closed
Bug 1883947
Opened 1 year ago
Closed 1 year ago
Responses to requests are not shown in the Network panel of the browser toolbox
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox-esr115 unaffected, firefox123 unaffected, firefox124 unaffected, firefox125 fixed)
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | unaffected |
firefox125 | --- | fixed |
People
(Reporter: standard8, Assigned: ochameau)
Details
(Keywords: regression)
Attachments
(2 files)
Thank you for helping make Firefox better. If you are reporting a defect, please complete the following:
What were you doing?
- Opened the browser toolbox and selected the network panel
- Selected multiprocess
- In a tab loaded various different pages
What happened?
- The requests are shown, however responses are never shown.
- If you click on one, then the only panel that shows anything is the stack trace.
What should have happened?
- The requests should have been updated with the responses
- The request inspector panel should have been filled in.
Anything else we should know?
- Using the latest nightly on Mac (Official Mozilla & self build, with different profiles)
- There's a lot of
InvisibleToDebugger: Error { } DevToolsInfaillibleUtils.sys.mjs:22:13
messages on the console.
Reporter | ||
Comment 1•1 year ago
|
||
Actually, this seems to be affecting parent process requests as well (e.g. search suggestions in the address bar).
Summary: Responses to requests are not shown in the Network panel of the browser toolbox (multiprocess) → Responses to requests are not shown in the Network panel of the browser toolbox
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•1 year ago
|
||
Thanks for the report Mark!
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6889d00f531d
[devtools] Fix netmonitor on the browser toolbox. r=devtools-reviewers,nchevobbe
Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Assignee | ||
Comment 5•1 year ago
|
||
Cover opening the details panel and verify that one header is displayed.
Comment 6•1 year ago
|
||
bugherder |
Comment 7•1 year ago
|
||
This bug has been marked as a regression. Setting status flag for Nightly to affected
.
status-firefox125:
--- → affected
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec25d27f83b7
[devtools] Expand netmonitor test coverage in the Browser Toolbox. r=devtools-reviewers,nchevobbe
Comment 9•1 year ago
|
||
If this is a regression, do we know how far back it goes?
Flags: needinfo?(standard8)
Keywords: leave-open
Comment 10•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Reporter | ||
Comment 11•1 year ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #9)
If this is a regression, do we know how far back it goes?
It doesn't appear to be in 123 nor 124, so probably recent.
Flags: needinfo?(standard8)
Updated•1 year ago
|
status-firefox123:
--- → unaffected
status-firefox124:
--- → unaffected
status-firefox-esr115:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•