Open
Bug 1692879
Opened 4 years ago
Updated 4 years ago
When a redirection happens for the top level navigation, the marker for the first request is only present in the parent process
Categories
(Core :: Networking: HTTP, defect, P3)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: julienw, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
While working on tests for the network markers, I noticed this small issue:
- on the parent process, I properly get all network markers, for both the redirected request and the final request.
- on the content process, I don't get the network markers for the redirected request and get it only for the final request.
Redirections for resources seem to work fine.
Updated•4 years ago
|
Severity: -- → S4
Priority: -- → P3
Whiteboard: [necko-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•