Closed
Bug 1620499
Opened 5 years ago
Closed 5 years ago
Refactor nsDocShell::CreateAndConfigureRealChannelForLoadState to take BrowsingContext
Categories
(Core :: Networking, task, P4)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: u480271, Assigned: u480271)
References
Details
(Whiteboard: [necko-triaged] [fission-])
Attachments
(1 file)
In a number of places, we currently retrieve the BrowsingContext
from LoadInfo
.
Bug 1618057, Passes the BC
directly in DocumentLoadListener
. This can be used instead of retrieving the BC
from aLoadInfo
each time.
Comment 1•5 years ago
|
||
Adding [fission-]
tag because this bug is not a Fission release blocker.
Whiteboard: [necko-triaged] → [necko-triaged] [fission-]
Use the local source of truth instead of retrieving the value from nsILoadInfo.
Pushed by dglastonbury@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2345924730c9
Cleanup access to BrowsingContext. r=mattwoodrow
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•