From 370b559b082915acb99b185ed8c8e317fc654db6 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 14 Jan 2010 15:45:16 +0000 Subject: 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 --- WebKit/win/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'WebKit/win/ChangeLog') diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog index 95705a9..9ea12f6 100644 --- a/WebKit/win/ChangeLog +++ b/WebKit/win/ChangeLog @@ -1,3 +1,18 @@ +2009-12-13 Sam Weinig + + 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. + + * WebView.cpp: + (WebView::initWithFrame): + 2009-12-10 Jon Honeycutt Pass more information about a plug-in to the PluginHalterDelegate -- cgit v1.1