summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/network_location_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Clarify naming of the timestamp passed around in geolocation.mvanouwerkerk2016-02-171-20/+17
* Modernize for loops in geolocation code.mvanouwerkerk2016-02-161-14/+7
* Remove kint32min.avi2015-12-021-4/+8
* Remove use of JSONReader::DeprecatedRead from contentolli.raula2015-09-081-3/+2
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+3
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Rename various Geolocation bits for clarity and consistency.mvanouwerkerk@chromium.org2014-08-141-8/+8
* Fixes for re-enabling more MSVC level 4 warnings: content/browser/ editionpkasting@chromium.org2014-07-151-1/+2
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-8/+8
* Geolocation: expand number of buckets for wifi access points in histogram.mvanouwerkerk@chromium.org2013-10-251-2/+2
* Geolocation: log the number of wifi access points used to determine location.mvanouwerkerk@chromium.org2013-10-171-0/+9
* Geolocation: add UMA histograms for events and response codes.mvanouwerkerk@chromium.org2013-10-021-1/+37
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-4/+0
* Rename GeolocationArbitrator to LocationArbitrator.mvanouwerkerk@chromium.org2013-09-101-1/+1
* Replace DeviceDataProvider with the non-templated WifiDataProvider.mvanouwerkerk@chromium.org2013-08-231-1/+1
* Convert NetworkLocationRequest::ListenerInterface to a callback.mvanouwerkerk@chromium.org2013-08-211-7/+5
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-6/+6
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Cleanup: use MockGeolocationArbitrator to test GeolocationProviderjknotten@chromium.org2012-11-301-2/+2
* Adding histogram for a LBS request latency. See bug.vadimt@chromium.org2012-11-011-0/+13
* Move geolocation code to content namespace.jam@chromium.org2012-10-291-9/+10
* Update the network-based geolocation to use the new jknotten@chromium.org2012-09-121-101/+63
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-6/+7
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* Remove RadioData from geolocationjoth@chromium.org2012-06-131-3/+1
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-3/+3
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-1/+1
* Make the Geoposition helper struct publicbartfab@chromium.org2012-05-021-11/+13
* Remove requesting_frame parameters from Geolocation stackbartfab@chromium.org2012-04-201-2/+2
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Change geolocaiton browser name in official buildsjoth@chromium.org2012-02-101-1/+6
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-1/+1
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-6/+7
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-1/+4
* Update params to OnURLFetchComplete() for net location request.skerner@chromium.org2011-09-261-9/+11
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-1/+1
* Remove gateway data providers for location service.allanwoj@chromium.org2011-09-061-3/+1
* Revert 99206 - Revert 99168 - Fix geolocation url character escaping issues.dyu@chromium.org2011-09-011-11/+34
* Revert 99168 - Fix geolocation url character escaping issues.dyu@chromium.org2011-09-011-34/+11
* Fix geolocation url character escaping issues.allanwoj@chromium.org2011-09-011-11/+34
* Use new network location service protocolallanwoj@chromium.org2011-08-311-186/+116
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-6/+7
* Move a bunch of files from chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move core pieces of geolocation from chrome to content.This is a rough carvin...jam@chromium.org2011-02-281-0/+452