[webkit-help] restoring session after a crash
Umesh Singh
sumeshfirst at gmail.com
Thu Mar 10 23:49:47 PST 2011
Hello Luka,
There is no specific API in webkit to restore the session
when browser is abruptly closed.
You have to implement it at application level. What you can do is to save
the URL's in a file and read them from this file if user wants to restore
the session , otherwise remove the entries in this file.
Another way is to put session information in some server which is running
continously , so to restore the session simply get the info from this
server.
Regards,
Umesh
On Thu, Mar 10, 2011 at 6:44 PM, Luka Napotnik <luka.napotnik at gmail.com>wrote:
> Hello.
>
> Does WebKit provide API for recovering from a crash. E.g. if I can
> restore the internal state of the JS engine and the DOM tree?
>
> Greets,
> Luka
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110311/c5dd4c07/attachment.html>
More information about the webkit-help
mailing list