summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/location_arbitrator.cc
Commit message (Expand)AuthorAgeFilesLines
* convert providers to be long-lived - give them a stop methodjoth@chromium.org2010-06-111-55/+29
* Remove spurious MovementDetected functions (follow up to http://src.chromium...joth@chromium.org2010-06-101-6/+0
* Track options per bridge rather than per dispatcher hostjoth@chromium.org2010-06-081-24/+19
* Implement location arbitration (kudos to previous internal projects this is l...joth@chromium.org2010-06-011-46/+172
* First cut at GPS support in chrome linuxjoth@chromium.org2010-05-271-5/+8
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Defer sending wifi data via the network provider until permission has been gr...joth@chromium.org2010-04-011-7/+21
* Fix crash when permission request received from extension.joth@chromium.org2010-03-041-6/+8
* Bring Geolocation to life!joth@chromium.org2010-02-261-18/+30
* Fix bug found in the location arbitrator whilst doing trial integration: need...joth@chromium.org2010-02-241-9/+27
* Fix threading problems in the access token store impl, and majorly simplify t...joth@chromium.org2010-02-191-27/+26
* Second try for:bulach@chromium.org2010-02-191-2/+2
* Revert 39366 - Initial Geolocation implementationbulach@chromium.org2010-02-181-2/+2
* Initial Geolocation implementationbulach@chromium.org2010-02-181-2/+2
* Fix valgrind memory leak. Adding missing virtual on a destructor.joth@chromium.org2010-02-171-1/+1
* Add unit tests for locaiton arbitrator and browser tests for the access token...joth@chromium.org2010-02-171-28/+65
* linux: fix shared buildjoth@chromium.org2010-02-161-0/+3
* Add support for top level geolocation arbitrator, and access token persistenc...joth@chromium.org2010-02-151-0/+137