Closed
Bug 1579213
Opened 6 years ago
Closed 6 years ago
Remove unused fields from nsFrameLoader::ChangeRemoteness API
Categories
(Core :: DOM: Navigation, task, P2)
Core
DOM: Navigation
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
This patch changes a few things about how nsFrameLoader is created, specifically
around the ChangeRemoteness API.
-
The private 'nsFrameLoader::nsFrameLoader' constructor has been simplified to
only have one overload, shared by the different::Createstatic methods. -
The creation static method used by
ChangeRemotenesshas changed name to
::Recreate, as the signature is becoming more like the old method. -
The
mNetworkCreatedbit is preserved when doing aChangeRemoteness, as a
remoteness change shouldn't be affecting that property. -
Unused fields are removed from the ChangeRemoteness API.
-
The
remoteTypeattribute is now mandatory in the ChangeRemoteness API,
which simplifies the logic and makes it harder to accidentally misuse.
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b362210b4e5
Remove unused fields from ChangeRemoteness API, r=farre
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•