Closed
Bug 1896592
Opened 6 months ago
Closed 6 months ago
Prevent exceptions when inspecting file:// requests, when opening side panels
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The netmonitor now exposes file:// requests, but some exceptions are thrown when opening the side panels (headers, cookies, ...)
These exception are preventing me from landing bug 1824726 because of test failures.
Assignee | ||
Comment 1•6 months ago
|
||
Error were thrown when trying to fetch headers and cookies, which was preventing inspecting them fully.
Fixing that, enable seeing about:neterror requests which were trigerring a file:// URI request (at least on local builds).
So that we now have to explicitly ignore these error requests.
Updated•6 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c18a112a110c
[devtools] Better handle file:// requests. r=devtools-reviewers,bomsy
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•