[Webkit-unassigned] [Bug 16135] [GTK] Support caret browsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 00:14:59 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=16135





------- Comment #21 from xan.lopez at gmail.com  2009-04-26 00:14 PDT -------
I'm sorry!

You need to add this small snippet to the code for GtkLauncher, in
WebKitTools/GtkLauncher/main.c:

+    WebKitWebSettings* settings = webkit_web_settings_new ();
+    g_object_set (settings,
+                  "enable-caret-browsing", g_getenv ("WEBKIT_CARET") ? TRUE :
FALSE,
+                  NULL);
+    webkit_web_view_set_settings (web_view, settings);

I forgot about this because I use Epiphany for testing now, so I removed this
from the patch (since it's not meant to be committed anyway).

I'll upload a patch with that now for testers.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list