Open
Bug 1575731
Opened 6 years ago
Updated 3 years ago
Use more explicit naming to differentiate between redirects and process switch.
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
NEW
People
(Reporter: jya, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
Right now, we have the HttpChannelParent/Child (and so will the DocumentChannelParent/Child use Redirect in their method names even when it's about switching process.
This comes from legacy code and building up on OnRedirectVerifyCallback method and piggy back some parts of IPC redirection code to perform the "switch"
We should more clearly differentiate the two mechanisms.
Note that once the process switch gets handled in the DocumentChannel then the HttpChannel won't even need to handle nsICrossProcessSwitchChannel (introduced in bug 1556489)
Updated•6 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged]
Updated•4 years ago
|
Priority: P2 → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•