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 <[email protected]>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
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help