Session management

View: New views
3 Messages — Rating Filter:   Alert me  

Session management

by Nicholas A. Zigarovich-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A very basic implementation of session management is now available. It
will restore all buffers of all windows on startup, whether or not
conkeror was shut down cleanly.

Instructions here:

   http://servo.cc/session.txt

Code here:

   http://servo.cc/session.js


Cheers,

- Nick
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror

Re: Session management

by Nicholas A. Zigarovich-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is now a branch in the repo.or.cz repository for session
management development. It is called: sessions

The list of things to do can be found in the TODO comment at the top
of modules/session.js.

Cheers,

- Nick

On Wed, Apr 29, 2009 at 3:53 PM, Nicholas A. Zigarovich
<nicktastic@...> wrote:

> A very basic implementation of session management is now available. It
> will restore all buffers of all windows on startup, whether or not
> conkeror was shut down cleanly.
>
> Instructions here:
>
>   http://servo.cc/session.txt
>
> Code here:
>
>   http://servo.cc/session.js
>
>
> Cheers,
>
> - Nick
>
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror

Re: Session management

by Nicholas A. Zigarovich-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Breaking change: the session_dir is now $CONKEROR_PROFILE_DIR/sessions
rather than just $CONKEROR_PROFILE_DIR. Your last auto-saved session
will not load under current head, but all future auto-saved sessions
will load fine.

You can fix this by moving

$CONKEROR_PROFILE_DIR/session-auto-save.json

to

$CONKEROR_PROFILE_DIR/sessions/auto-save

Also, a bunch of features and fixes have been added. Read the commit
log for details.

Cheers,

- Nick

On Wed, Apr 29, 2009 at 7:21 PM, Nicholas A. Zigarovich
<nicktastic@...> wrote:

> There is now a branch in the repo.or.cz repository for session
> management development. It is called: sessions
>
> The list of things to do can be found in the TODO comment at the top
> of modules/session.js.
>
> Cheers,
>
> - Nick
>
> On Wed, Apr 29, 2009 at 3:53 PM, Nicholas A. Zigarovich
> <nicktastic@...> wrote:
>
>> A very basic implementation of session management is now available. It
>> will restore all buffers of all windows on startup, whether or not
>> conkeror was shut down cleanly.
>>
>> Instructions here:
>>
>>   http://servo.cc/session.txt
>>
>> Code here:
>>
>>   http://servo.cc/session.js
>>
>>
>> Cheers,
>>
>> - Nick
>>
>
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror