Closed
Bug 477657
Opened 17 years ago
Closed 16 years ago
saner default handling for _closedTabs and sizemode
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 3.6a1
People
(Reporter: zeniko, Assigned: zeniko)
References
Details
Attachments
(1 file, 2 obsolete files)
6.21 KB,
patch
|
Details | Diff | Splinter Review |
If a session state containing window data without _closedTabs is passed to setBrowserState or setWindowState (or found in sessionstore.js), that window's _closedTabs list should be cleared.
Omitting a window's sizemode property should preserve the current state (and not restore to a non-maximized, non-minimized state).
Assignee | ||
Comment 1•17 years ago
|
||
We should also clear window values (set with setWindowValue) when overwriting a window's state with setWindowState. Tests follow as soon as I (or anybody else) find time for writing them.
Comment 2•17 years ago
|
||
Simon, part of this patch is no longer needed with bug 476463 landed...
Assignee | ||
Comment 3•17 years ago
|
||
This includes a test for the bits already checked in in bug 476463.
Assignee: nobody → zeniko
Attachment #361328 -
Attachment is obsolete: true
Attachment #363420 -
Flags: review?(dietrich)
Comment 4•17 years ago
|
||
Comment on attachment 363420 [details] [diff] [review]
patch and tests
looks fine, r=me
Attachment #363420 -
Flags: review?(dietrich) → review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 5•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite+
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.2a1
Assignee | ||
Updated•16 years ago
|
Attachment #363420 -
Flags: approval1.9.1?
Comment 6•16 years ago
|
||
This test is failing on trunk right now:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1236027288.1236033209.11742.gz
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/components/sessionstore/test/browser/browser_477657.js | the window was maximized - Got 3, expected 1
There's a chance that nobody noticed because of the recurring focus-related oranges until now.
I suggest we back this out.
Assignee | ||
Comment 8•16 years ago
|
||
I was so focused on using executeSoon instead of setTimeout that I managed to miss the fact that we need a setTimeout here after all: to mirror the setTimeout in nsSessionStore.js's sss_restoreWindowFeatures.
Attachment #363420 -
Attachment is obsolete: true
Attachment #363420 -
Flags: approval1.9.1?
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 9•16 years ago
|
||
(In reply to comment #8)
> mirror the setTimeout in nsSessionStore.js's sss_restoreWindowFeatures.
Won't that be fragile?
Assignee | ||
Comment 10•16 years ago
|
||
(In reply to comment #9)
> Won't that be fragile?
As long as these timeouts are queued on the same thread, they'll always happen in the same order.
Comment 11•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Comment 12•16 years ago
|
||
This failed today.
on mac:
the window was explicitly unmaximized - Didn't expect 1, but got it
and windows:
the window was maximized - Got 3, expected 1
Updated•16 years ago
|
Flags: in-testsuite+ → in-testsuite?
Updated•11 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•