summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation
Commit message (Expand)AuthorAgeFilesLines
* Delete confusing documentation referring to RequestCallback.mvanouwerkerk@chromium.org2013-08-131-5/+2
* Delete todo to add threading in GpsLocationProviderLinux.mvanouwerkerk@chromium.org2013-08-121-4/+0
* Delete the Windows 7 Geolocation provider.mvanouwerkerk@chromium.org2013-08-127-881/+4
* Clarify geolocation OWNERSjoth@chromium.org2013-07-191-1/+5
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-1811-12/+12
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-092-2/+2
* Move LocationProvider from content/public to content/port. This is only neede...jam@chromium.org2013-07-092-2/+2
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-286-6/+6
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-242-5/+5
* Cleanup: Remove unneeded gurl.h includes.thestig@chromium.org2013-06-211-2/+1
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-6/+6
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-2/+2
* location: Refactor LocationProvider.sadrul@chromium.org2013-06-1224-312/+224
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-1113-16/+16
* Revert 204994 "Configure networks requiring a certificate."oshima@chromium.org2013-06-101-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-104-4/+4
* Configure networks requiring a certificate.stevenjb@chromium.org2013-06-081-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-0712-12/+12
* Clear Reference Location State When Providers are Stoppedrobliao@chromium.org2013-06-042-0/+39
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-026-37/+43
* Add NetworkHandler to own network handlers in src/chromeos/networkstevenjb@chromium.org2013-05-282-5/+5
* [Geolocation] Fix a race condition in GeolocationArbitratorImplisherman@chromium.org2013-05-162-2/+8
* Removes jknotten from OWNERS.bulach@chromium.org2013-05-071-1/+0
* Expose GeolocationProvider in Content API. This removes the recently introduc...jam@chromium.org2013-05-0714-485/+365
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-0417-53/+52
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-305-5/+5
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-173-10/+10
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content.dcheng@chromium.org2013-04-111-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-7/+6
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-6/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-7/+6
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-202-2/+2
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-1210-20/+23
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-072-27/+28
* [Mac] Fix CoreLocation use-after-free crash.shess@chromium.org2013-02-061-0/+1
* Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...gab@chromium.org2013-02-031-8/+7
* Cleanups to enable clang warning about protected non-virtual RefCounted destr...jamesr@chromium.org2013-01-301-2/+1
* Move wifi_data_provider_chromeos -> contentstevenjb@chromium.org2013-01-174-3/+344
* Linux: use generated library loader for libgps.phajdan.jr@chromium.org2012-12-195-302/+22
* Add DEPS rules to help enforce the general rule that the embedder should prov...joi@chromium.org2012-12-171-0/+4
* Do not stale cached position in GeolocationProvider::AddObserver.jknotten@chromium.org2012-12-032-0/+62
* Cleanup: use MockGeolocationArbitrator to test GeolocationProviderjknotten@chromium.org2012-11-3010-221/+272
* Cleanup: Remove dependency factory for GeolocationArbitrator.jknotten@chromium.org2012-11-2610-282/+109
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-103-12/+12
* Adding histogram for the number of Wifi adapters for Mac.vadimt@chromium.org2012-11-071-0/+8