Closed
Bug 1636816
Opened 5 years ago
Closed 5 years ago
Fix missing headers and url in Network.requestWillBeSent
Categories
(Remote Protocol :: CDP, defect, P1)
Remote Protocol
CDP
Tracking
(firefox78 fixed)
RESOLVED
FIXED
Firefox 78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
Details
(Whiteboard: [puppeteer-beta-reserve])
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Change the returned documentURL to be that of the requested document.
Ensure the return frameId is only returned if available, since it's optional.
Move some common steps into NetworkObserver for later reuse by other Network
events.
Assignee | ||
Updated•5 years ago
|
Whiteboard: [puppeteer-beta-reserve]
Updated•5 years ago
|
Status: NEW → ASSIGNED
Pushed by mjzffr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/59b9b768bc8c
Fix missing headers and url in Network.requestWillBeSent r=remote-protocol-reviewers,whimboo
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
Updated•4 years ago
|
Component: CDP: Network → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•