Title: [108287] releases/WebKitGTK/webkit-1.8
Diff
Modified: releases/WebKitGTK/webkit-1.8/ChangeLog (108286 => 108287)
--- releases/WebKitGTK/webkit-1.8/ChangeLog 2012-02-21 02:48:38 UTC (rev 108286)
+++ releases/WebKitGTK/webkit-1.8/ChangeLog 2012-02-21 02:51:23 UTC (rev 108287)
@@ -1,5 +1,14 @@
2012-02-20 Martin Robinson <[email protected]>
+ [GTK] Geolocation support should be on by default
+ https://bugs.webkit.org/show_bug.cgi?id=79037
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * configure.ac: Turn on geolocation support in release builds.
+
+2012-02-20 Martin Robinson <[email protected]>
+
Fix WebKit2GTK+ for 'make distcheck'.
Instead of conditionally including WebKit2 GNUmakefiles, always
Modified: releases/WebKitGTK/webkit-1.8/configure.ac (108286 => 108287)
--- releases/WebKitGTK/webkit-1.8/configure.ac 2012-02-21 02:48:38 UTC (rev 108286)
+++ releases/WebKitGTK/webkit-1.8/configure.ac 2012-02-21 02:51:23 UTC (rev 108287)
@@ -793,8 +793,8 @@
AC_MSG_CHECKING([whether to enable geolocation support])
AC_ARG_ENABLE(geolocation,
AC_HELP_STRING([--enable-geolocation],
- [enable support for geolocation [default=no]]),
- [],[enable_geolocation="no"])
+ [enable support for geolocation [default=yes]]),
+ [],[enable_geolocation="yes"])
AC_MSG_RESULT([$enable_geolocation])
# check whether to enable MathML support
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes