summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the geolocation content settings map: it's only ever used from the U...joth@chromium.org2010-04-093-218/+98
* Landing on behald of tfarina. Original review: http://codereview.chromium.org...joth@chromium.org2010-04-081-37/+26
* Make the prefs reading more robust to poorly formed URLsjoth@chromium.org2010-04-082-3/+44
* Adds geolocation_permission_context_unittest.ccbulach@chromium.org2010-04-081-0/+256
* Use ScopedPrefUpdate to correctly send out notifications when Geolocation set...albertb@chromium.org2010-04-082-53/+112
* Revert 43836 - Adds geolocation_permission_context_unittest.ccbulach@chromium.org2010-04-071-250/+0
* Adds geolocation_permission_context_unittest.ccbulach@chromium.org2010-04-071-0/+250
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Geolocation exceptions window, Windows.pkasting@chromium.org2010-04-052-52/+170
* Mac: Implement geolocation exceptions dialog.thakis@chromium.org2010-04-051-2/+2
* Add TableModel for geolocation settings.mattm@chromium.org2010-04-024-0/+213
* Follow-up on https://bugs.webkit.org/show_bug.cgi?id=35031:bulach@chromium.org2010-04-015-42/+208
* Workaround for 40099 - disable failing testjoth@chromium.org2010-04-011-1/+2
* Defer sending wifi data via the network provider until permission has been gr...joth@chromium.org2010-04-0114-108/+280
* Flip the flag to enable geolocation by default.joth@chromium.org2010-04-011-6/+0