Closed
Bug 897253
Opened 10 years ago
Closed 10 years ago
Remove support for calling nsISessionStore.init() with a null window
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 25
People
(Reporter: ttaubert, Assigned: ttaubert)
Details
Attachments
(1 file)
1.93 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
The global private browsing mode needed a way to initialize sessionstore without a window, so we introduced the possibility of calling ss.init(null) that just set the load state to 'running'. Now that we have per-window private browsing this isn't needed anymore and can be removed.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #780036 -
Flags: review?(ehsan)
Updated•10 years ago
|
Attachment #780036 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/b66185168416
Whiteboard: [fixed-in-fx-team]
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b66185168416
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 25
You need to log in
before you can comment on or make changes to this bug.
Description
•