summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-01-14 15:45:16 +0000
committerSteve Block <steveblock@google.com>2010-01-18 17:44:30 +0000
commit370b559b082915acb99b185ed8c8e317fc654db6 (patch)
treeebbe7d003a8d6fcfee2d23d77e97626cfc7c064c /WebKit/gtk/ChangeLog
parent488dcd54e257a3a18d92e5ec1897511dfb05482c (diff)
downloadexternal_webkit-370b559b082915acb99b185ed8c8e317fc654db6.zip
external_webkit-370b559b082915acb99b185ed8c8e317fc654db6.tar.gz
external_webkit-370b559b082915acb99b185ed8c8e317fc654db6.tar.bz2
Cherry-pick WebKit change 52103 - Add a client based Geolocation provider
This is required to ease the process of upstreaming the Geolocation maximumAge handling code. Note that changes to WebCoreFrameBridge.cpp and WebCoreJniOnLoad.cpp were required as a result of this. Change-Id: Icd8524da9050acda3b991051877c3b5cf262b2b3
Diffstat (limited to 'WebKit/gtk/ChangeLog')
-rw-r--r--WebKit/gtk/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index ac80deb..a72e2c9 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,18 @@
+2009-12-13 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Dan Bernstein.
+
+ Fix for https://bugs.webkit.org/show_bug.cgi?id=32499
+ Add client based Geolocation provider
+
+ Add first cut of a client based Geolocation provider. This is guarded by
+ ENABLE(CLIENT_BASED_GEOLOCATION) and is off by default for now. This adds a
+ GeolocationControllerClient interface that no-one currently implements,
+ but will in a subsequent patch.
+
+ * webkit/webkitwebview.cpp:
+ (webkit_web_view_init):
+
2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Xan Lopez.