GNOME Bugzilla – Bug 695347
Port to wk2 webview's snapshotting API
Last modified: 2013-03-11 21:14:54 UTC
This depends on the patch that is in https://bugs.webkit.org/show_bug.cgi?id=98270
Created attachment 238276 [details] [review] Port to wk2 webview's snapshotting API
Review of attachment 238276 [details] [review]: Looks sane to me. Probably add a FIXME about the fact that ideally EphyWebView should use the snapshot service instead of duplicating code. ::: embed/ephy-web-view.c @@ +2167,3 @@ + if (priv->snapshot_idle_id) + g_source_remove (priv->snapshot_idle_id); + priv->snapshot_idle_id = g_idle_add_full (G_PRIORITY_LOW, (GSourceFunc) web_view_check_snapshot, web_view, NULL); No space in the cast.
Attachment 238276 [details] pushed as 628831d - Port to wk2 webview's snapshotting API