GNOME Bugzilla – Bug 678532
Port web view loading progress and feedback to WebKit2
Last modified: 2012-06-24 11:36:02 UTC
Created attachment 216909 [details] [review] Patch Now that the initial wk2 port has landed in master, port loading stuff to webkit2.
Review of attachment 216909 [details] [review]: This looks pretty good. Can we split the addition of ephy_web_view_load_failed into a different patch? Seems it's largely orthogonal and it will reduce a bit of noise in the EphyWebView section of this patch. For extra points we'd add a unit test for that too, but I'm not going to force you to do that ;) ::: embed/ephy-web-view.c @@ +3346,3 @@ + * + * Return value: %TRUE if the page failed to load, %FALSE if it's loading + * or load finished successfully Nitpick, but there's an extra space here?
Created attachment 216938 [details] [review] Add ephy_web_view_load_failed()
Created attachment 216939 [details] [review] Port web view loading progress and feedback to WebKit2
Review of attachment 216938 [details] [review]: Looks good.
Review of attachment 216939 [details] [review]: Looks good.