GNOME Bugzilla – Bug 733061
Make bookmarking more robust against failure
Last modified: 2014-07-11 17:44:07 UTC
Our bookmarking feature depends on GVfs. I agree that the absence of GVfs can be considered as a broken system, but this is a common scenario if someone wants to quickly build and try the application against gtk+ and glib master. Lets try to accommodate this without throwing exceptions or getting into elaborate fallback code paths.
Created attachment 280503 [details] [review] preview: Cache the 'bookmark-page' action
Created attachment 280504 [details] [review] preview, places: Disable bookmarking if metadata is unsupported
Review of attachment 280503 [details] [review]: OK
Review of attachment 280504 [details] [review]: Looks good