GNOME Bugzilla – Bug 679395
Port button press actions to WebKit2
Last modified: 2012-10-11 10:39:06 UTC
shift+click over a link or non-link image and middle click over a selected url.
Created attachment 218010 [details] [review] Patch
Review of attachment 218010 [details] [review]: ::: src/ephy-window.c @@ +3473,3 @@ + + g_object_unref (priv->hit_test_result); + priv->hit_test_result = NULL; Nitpick: g_clear_object.