summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
Commit message (Expand)AuthorAgeFilesLines
* Change a bunch of string types.estade@chromium.org2010-06-292-2/+3
* linux: initialize glib-dbus threading during startupevan@chromium.org2010-06-231-4/+0
* geolocation: Fix the InfoBarType by changing it to PAGE_ACTION_TYPE.tfarina@chromium.org2010-06-231-1/+1
* Move content settings related events into their own delegate.jochen@chromium.org2010-06-221-3/+4
* Mark GeolocationBrowserTest.NoInfobarForOffTheRecord as flaky.willchan@chromium.org2010-06-211-1/+1
* Mark GeolocationBrowserTest.NoInfobarForDeniedOrigin as flaky on the mac.robertshield@chromium.org2010-06-211-1/+8
* Adds wifi mac addresses and cell IDs to the corresponding network library cla...joth@chromium.org2010-06-213-0/+208
* Mac/clang: Possibly contentious changes.thakis@chromium.org2010-06-151-10/+10
* Make the URLFetcher observe IO thread shutdown and auto-cancel its request, i...pkasting@chromium.org2010-06-151-1/+0
* Remove unnecessary header dependency and fix misleading comment.dpranke@chromium.org2010-06-151-0/+1
* convert providers to be long-lived - give them a stop methodjoth@chromium.org2010-06-1112-94/+116
* Workaround for bug 41001 - treat empty response as no location fix availablejoth@chromium.org2010-06-111-1/+6
* Remove spurious MovementDetected functions (follow up to http://src.chromium...joth@chromium.org2010-06-102-11/+0
* Add test for multiple geolocation watches in a single frame (aka bridge)joth@chromium.org2010-06-101-2/+29
* Clean up geolocation_dispatcher_host.hjoth@chromium.org2010-06-093-108/+102
* Track options per bridge rather than per dispatcher hostjoth@chromium.org2010-06-085-36/+87
* Some simplifications, as a pre-step to http://crbug.com/40103joth@chromium.org2010-06-075-66/+30
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-062-2/+2
* Add some basic Linux GPS tests.joth@chromium.org2010-06-046-107/+313
* Enables GeolocationBrowserTest.IFramesWithCachedPosition on mac.bulach@chromium.org2010-06-041-19/+14
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-2/+1
* Enables geolocation browser tests on Mac.bulach@chromium.org2010-06-021-96/+10
* Removes spurious JS callback triggered by MockLocationProvider::OnPermissionG...bulach@chromium.org2010-06-021-6/+14
* Remove obsolete code:joth@chromium.org2010-06-027-40/+18
* Now arbitration is supported (r48631) enable GPS.joth@chromium.org2010-06-014-17/+5
* Implement location arbitration (kudos to previous internal projects this is l...joth@chromium.org2010-06-015-88/+426
* First cut at GPS support in chrome linuxjoth@chromium.org2010-05-278-6/+627
* Renames GeolocationContentSettingsTableModel to GeolocationExceptionsTableModelbulach@chromium.org2010-05-273-29/+29
* Fix for 44892: use scoped_array to avoid leakjoth@chromium.org2010-05-261-16/+16
* Adds tests for GeolocationContentSettingsTableModelTest.bulach@chromium.org2010-05-241-0/+146
* Disabling GeolocationBrowserTest.NoInfobarForSecondTab which crashes on Vista...robertshield@chromium.org2010-05-191-8/+2
* Adds tests to ensure Geolocation requests permission happens at the right time.bulach@chromium.org2010-05-171-0/+32
* [GTTF] Check the result value of StartHTTPServer to avoidphajdan.jr@chromium.org2010-05-151-17/+27
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Geolocation: fixes leak on tests after r46910bulach@chromium.org2010-05-111-0/+10
* Adds GeolocationSettingsStatebulach@chromium.org2010-05-115-17/+283
* Geolocation: checks pending requests with the same origin when receiving the ...bulach@chromium.org2010-05-113-128/+343
* Uses GetOrigin() when setting the Geolocation state for the tab.bulach@chromium.org2010-05-113-3/+23
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-074-4/+4
* Remove svn:executable property from more files that don't need it.thestig@chromium.org2010-04-273-0/+0
* Add geolocation permission to extensions/apps.erikkay@chromium.org2010-04-261-1/+20
* Removes obsolete geolocation-related files.bulach@chromium.org2010-04-234-341/+0
* Re-enables some geolocation testsbulach@chromium.org2010-04-231-8/+5
* Fix for OSX 10.6 wifi crash: can't call [CWInterface +interface] on a machine...joth@chromium.org2010-04-141-35/+48
* Fix IDN urls in geolocation infobars and bubbles (but not exceptions dialog)joth@chromium.org2010-04-141-9/+13
* Adds a browser test to exercise WebKit::WebGeolocationServiceBridgeImpl::stop...bulach@chromium.org2010-04-131-4/+30
* Trivial: Change STL-container-is-empty check from "size() > 0" to "!empty()".pkasting@chromium.org2010-04-121-1/+1
* Deny geolocation access for invalid URL in geolocation_permission_context.bulach@chromium.org2010-04-122-0/+20
* Work-around for DBus crash due to timers firing on the wrong thread.joth@chromium.org2010-04-111-0/+14
* Geo exceptions: Disable "Remove" button if no row is selected.thakis@chromium.org2010-04-101-1/+1