Closed
Bug 1636816
Opened 1 year ago
Closed 1 year 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
(Blocks 1 open bug)
Details
(Whiteboard: [puppeteer-beta-reserve])
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 year 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•1 year ago
|
Whiteboard: [puppeteer-beta-reserve]
Updated•1 year 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•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
Updated•2 months ago
|
Component: CDP: Network → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•