After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679395 - Port button press actions to WebKit2
Port button press actions to WebKit2
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Backend
git master
Other Linux
: Normal normal
: ---
Assigned To: Xan Lopez
Epiphany Maintainers
Depends on: 679394
Blocks: 678610
 
 
Reported: 2012-07-04 13:45 UTC by Carlos Garcia Campos
Modified: 2012-10-11 10:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (4.01 KB, patch)
2012-07-04 13:46 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2012-07-04 13:45:16 UTC
shift+click over a link or non-link image and middle click over a selected url.
Comment 1 Carlos Garcia Campos 2012-07-04 13:46:15 UTC
Created attachment 218010 [details] [review]
Patch
Comment 2 Xan Lopez 2012-08-01 18:04:50 UTC
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.