GNOME Bugzilla – Bug 681782
Load the session asynchronously
Last modified: 2013-01-08 16:41:43 UTC
Created attachment 221040 [details] [review] Patch Using a sax parser that we can feed using a GInputStream instead of reading the whole file from disck and creating a xml dom document.
Created attachment 223275 [details] [review] Updated patch for current git master Tool windows are not tracked by the session anymore and use ephy_string_to_int() instead of custom implementation that has been removed.
Created attachment 226023 [details] [review] Updated patch Updated for the changes in bug #641734 (ephy_shell_has_windows() has been removed)
Created attachment 229887 [details] [review] Updated patch Patch updated after a60eb7cad58e17985e8a7908d5e90bab5fff6186 (ephy_shell_get_active_window() has been removed)
Created attachment 231980 [details] [review] Updated patch
Review of attachment 231980 [details] [review]: OK, I haven't reviewed it thoroughly but the code in general seems sensible, and if the tests pass it cannot be too broken! So looks good to me, just have the minor comment below. ::: src/ephy-session.c @@ -1005,3 @@ - * - * Return value: TRUE if at least a window has been opened - **/ No need to lose this gtk-doc comment no? Just add the new stuff to it.
Comment on attachment 231980 [details] [review] Updated patch Added API docs and pushed to git master.