summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/network_location_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move core pieces of geolocation from chrome to content.This is a rough carvin...jam@chromium.org2011-02-281-781/+0
* Put geolocation unit and browser test code in anonymous namespaces.jknotten@chromium.org2011-01-271-2/+2
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-8/+8
* Fix bug 59917 - Network position cache can get time clashesjoth@chromium.org2010-10-211-3/+45
* Tidy up network location unit test.allanwoj@chromium.org2010-09-211-4/+10
* Fix starting network location data provider thread issue.allanwoj@chromium.org2010-09-211-2/+40
* Gateway Location Providerallanwoj@chromium.org2010-08-231-23/+241
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-10/+10
* Make the URLFetcher observe IO thread shutdown and auto-cancel its request, i...pkasting@chromium.org2010-06-151-1/+0
* convert providers to be long-lived - give them a stop methodjoth@chromium.org2010-06-111-6/+6
* Remove spurious MovementDetected functions (follow up to http://src.chromium...joth@chromium.org2010-06-101-5/+0
* 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-21/+67
* Switch from using custom time / epoch handling code (inherited from gears) to...joth@chromium.org2010-03-161-7/+14
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Fix some bugs discovered whilst making trial integration of geolocaiton piece...joth@chromium.org2010-02-231-35/+73
* Fix threading problems in the access token store impl, and majorly simplify t...joth@chromium.org2010-02-191-8/+6
* Second try for:bulach@chromium.org2010-02-191-1/+1
* Revert 39366 - Initial Geolocation implementationbulach@chromium.org2010-02-181-1/+1
* Initial Geolocation implementationbulach@chromium.org2010-02-181-1/+1
* Add unit tests for locaiton arbitrator and browser tests for the access token...joth@chromium.org2010-02-171-34/+6
* Add support for top level geolocation arbitrator, and access token persistenc...joth@chromium.org2010-02-151-7/+12
* Simplify (honest!) the threading design for data providers: the API is now si...joth@chromium.org2010-02-111-10/+31
* Hopefully final attempt at landing http://src.chromium.org/viewvc/chrome?view...joth@chromium.org2010-02-081-0/+396
* Revert 38207 - bah. still can't work out why this passes fine on local machin...joth@chromium.org2010-02-051-392/+0
* Re-attempt at http://src.chromium.org/viewvc/chrome?view=rev&revision=37989 joth@chromium.org2010-02-051-0/+392
* Revert 37989 - unit test failed on Mac builder despite passing on try serverjoth@chromium.org2010-02-031-380/+0
* Add tests for the geolocation network provider.joth@chromium.org2010-02-031-0/+380