Closed
Bug 1631863
Opened 5 years ago
Closed 5 years ago
Call `OnRedirectResult` on the child process as well
Categories
(Core :: Networking: HTTP, enhancement, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
This is needed for notifying PreloaderBase when channels are switched during redirect. There is a check in PreloaderBase that the start and stop notifications come from the right channel. This check is needed when a preload is restarted with a new channel while the old channel has not delivered the stop notification so far to prevent logic break (prevent duplication of notifications and keep assumptions about the stop status inside PreloaderBase).
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by honzab.moz@firemni.cz:
https://hg.mozilla.org/integration/autoland/rev/5c64c1dfb318
Call `OnRedirectResult` on the child process as well, r=michal,necko-reviewers
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•