summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorallanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-13 10:55:17 +0000
committerallanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-13 10:55:17 +0000
commitd0ca28ca83451ff641c6af743916d9001fb2276a (patch)
tree6c0d560628d0daf2015751be7773e985fda070cf /AUTHORS
parent784688a65f687f05e9cb8ab25fc7bf1a9d14fb00 (diff)
downloadchromium_src-d0ca28ca83451ff641c6af743916d9001fb2276a.zip
chromium_src-d0ca28ca83451ff641c6af743916d9001fb2276a.tar.gz
chromium_src-d0ca28ca83451ff641c6af743916d9001fb2276a.tar.bz2
Add CoreLocation support to Chrome.
Patch from Jorge Villatoro <jorge@tomatocannon.com> This add core location support to the Geolocation code. Included are the base location provider class, a data provider class that allows CoreLocation to run on the UI thread, and an Objective C wrapper for CoreLocation. Hints were taken from the CoreWLAN Api class in the same directory for dynamically loading the framework, since CoreLocation is only available on Snow Leopard (Mac OS X 10.6) This new provider has also been added to the location arbitrator in the same way that the libgps provider was added. BUG=45548 TEST=Open the browser with the --enable-geolocation argument on 10.6 and visit http://maps.google.com/maps/m Review URL: http://codereview.chromium.org/3092015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index eef80e31..8a4a5b7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -84,3 +84,4 @@ litl LLC
James Willcox <jwillcox@litl.com>
Shreyas VA <v.a.shreyas@gmail.com>
Steven Pennington <spenn@engr.uvic.ca>
+Jorge Villatoro <jorge@tomatocannon.com>