summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/network_location_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert LOG(INFO) to VLOG(1) - chrome/browser/geolocation/.pkasting@chromium.org2010-10-211-17/+15
* Gateway Location Providerallanwoj@chromium.org2010-08-231-3/+32
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-36/+36
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* convert providers to be long-lived - give them a stop methodjoth@chromium.org2010-06-111-1/+1
* Workaround for bug 41001 - treat empty response as no location fix availablejoth@chromium.org2010-06-111-1/+6
* Some simplifications, as a pre-step to http://crbug.com/40103joth@chromium.org2010-06-071-10/+10
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Defer sending wifi data via the network provider until permission has been gr...joth@chromium.org2010-04-011-25/+25
* Switch from using custom time / epoch handling code (inherited from gears) to...joth@chromium.org2010-03-161-16/+33
* Misc tidy up:joth@chromium.org2010-02-261-1/+1
* Fix some bugs discovered whilst making trial integration of geolocaiton piece...joth@chromium.org2010-02-231-4/+4
* Fix geolocation network request to not send/save cookies or send authenticati...joth@chromium.org2010-02-221-18/+5
* Second try for:bulach@chromium.org2010-02-191-8/+8
* Revert 39366 - Initial Geolocation implementationbulach@chromium.org2010-02-181-8/+8
* Initial Geolocation implementationbulach@chromium.org2010-02-181-8/+8
* Split out of reverted change http://src.chromium.org/viewvc/chrome?view=rev&r...joth@chromium.org2010-02-051-10/+20
* Revert 38207 - bah. still can't work out why this passes fine on local machin...joth@chromium.org2010-02-051-20/+10
* Re-attempt at http://src.chromium.org/viewvc/chrome?view=rev&revision=37989 joth@chromium.org2010-02-051-10/+20
* Revert 37989 - unit test failed on Mac builder despite passing on try serverjoth@chromium.org2010-02-031-1/+1
* Add tests for the geolocation network provider.joth@chromium.org2010-02-031-1/+1
* Port the gears geolocation network provider to Chromiumjoth@chromium.org2010-02-021-449/+292
* Add more gears geolocaiton files into chromium: locaiton provider, network lo...joth@chromium.org2010-01-281-0/+561