Re: [Camino] "restart last session" for camino?
Stuart Morgan <[email protected]>
| Newsgroups | gmane.comp.mozilla.chimera |
|---|---|
| Message-ID | <383B1985-FF53-4485-9FCE-6829BD81353D__6605.94540318034$1168570865$gmane$org@alumni.case.edu> |
On Jan 11, 2007, at 4:54 PM, Adam Megacz wrote:
> Can it be forcibly turned on by recompiling Camino with some
> particular set of options?
All you need to do is add
user_pref("camino.remember_window_state", true);
to your user.js file and re-launch Camino.
The only reason it's still a hidden pref is that we don't currently
have the UI to allow users *not* to restore after a crash, without
which it's possible (although fairly unlikely) to get into a crash
loop--where a page that causes a crash almost immediately after being
loaded is part of the restore set--without an obvious way to
recover. Once that UI is in (which should be very soon), crash
recovery will be enabled for everyone, and there will be a pref to
save state when doing a normal quit.
-Stuart