Open Bug 1826210 Opened 2 years ago Updated 5 months ago

Support network events using file URLs

Categories

(Remote Protocol :: WebDriver BiDi, task, P2)

task
Points:
3

Tracking

(Not tracked)

People

(Reporter: whimboo, Unassigned)

References

(Blocks 3 open bugs)

Details

(Whiteboard: [webdriver:backlog])

Similar to DevTools NetMonitor (bug 1000540) but for our WebDriver BiDi implementation. When loading pages via file:/// URLs we should support all the available network events.

This might be blocked on bug 1000540 (NetMonitor), which might get fixed later this year.

Priority: -- → P3
Whiteboard: [webdriver:backlog]
See Also: → 1535104

We should be no longer blocked. I'm going to reset the priority to discuss it again.

Priority: P3 → --
See Also: → 1880160
Points: --- → 3
Priority: -- → P2
Summary: Support network events for navigations to file URLs → Support network events using file URLs

Note that in the current implementation, file URLs requests are only visible for the initial navigation request. Subsequent resources loaded via file URLs are not listed.

Bug 1903496 has been filed on the DevTools side for this issue.

See Also: → 1903496

Cached file channels will also be filtered out in the CachedResourceListener, see https://bugzilla.mozilla.org/show_bug.cgi?id=1923162

Once we support file:// events, it will need to be updated as well.

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