Open Bug 1903496 Opened 3 months ago Updated 3 months ago

Show requests for file urls loaded by the page (images, stylesheet, script)

Categories

(DevTools :: Netmonitor, task)

task

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

Details

Attachments

(1 file)

Bug 1870580 added basic support for file URLs in the netmonitor. We now show the initial request for a navigation to a data URL.
However if the page is loading resources via file urls, the requests will not be listed.

STRs:

  • unzip the attachment
  • load index html directly as a file in Firefox
  • open DevTools > Netmonitor
  • reload

ER: Should show requests for the page, the script, the stylesheet, the image
AR: Only shows the request for the page

Note that we have a possibly similar issue for data URLs (bug 1903060), where resources are loaded in content, and we only get the notification in content processes. In that case the solutions are either to bubble the notification from content to parent on the platform side, or to observe directly in content processes on DevTools/BiDi side. It might also be the case here, but we should first check if we get notifications at all for those file requests.

See Also: → 1826210
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: