Closed
Bug 897253
Opened 11 years ago
Closed 11 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•11 years ago
|
||
Attachment #780036 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #780036 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 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
•