Closed
Bug 1496251
Opened 7 years ago
Closed 7 years ago
Convert nsDocShell::InternalLoad to use nsDocShellLoadState as an argument
Categories
(Core :: DOM: Navigation, enhancement, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: qdot, Assigned: qdot)
References
Details
Attachments
(2 files)
Convert nsDocShell::InternalLoad to take nsDocShellLoadState as an argument, versus 20+ different arguments.
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
We only call through the interface in one place, which can be replaced
with a cast to nsDocShell.
| Assignee | ||
Comment 2•7 years ago
|
||
Depends on D13487
Pushed by kmachulis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eab2b1be4f3f
Remove InternalLoad from nsIDocShell r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/73ecece00c9c
Convert nsDocShell::InternalLoad to using nsDocShellLoadState r=bzbarsky,nika
Comment 4•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eab2b1be4f3f
https://hg.mozilla.org/mozilla-central/rev/73ecece00c9c
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•