| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 2 | -2/+2 |
* | Add some basic Linux GPS tests. | joth@chromium.org | 2010-06-04 | 6 | -107/+313 |
* | Enables GeolocationBrowserTest.IFramesWithCachedPosition on mac. | bulach@chromium.org | 2010-06-04 | 1 | -19/+14 |
* | Misc. small cleanups I ran into while working on other changes. | pkasting@chromium.org | 2010-06-02 | 1 | -2/+1 |
* | Enables geolocation browser tests on Mac. | bulach@chromium.org | 2010-06-02 | 1 | -96/+10 |
* | Removes spurious JS callback triggered by MockLocationProvider::OnPermissionG... | bulach@chromium.org | 2010-06-02 | 1 | -6/+14 |
* | Remove obsolete code: | joth@chromium.org | 2010-06-02 | 7 | -40/+18 |
* | Now arbitration is supported (r48631) enable GPS. | joth@chromium.org | 2010-06-01 | 4 | -17/+5 |
* | Implement location arbitration (kudos to previous internal projects this is l... | joth@chromium.org | 2010-06-01 | 5 | -88/+426 |
* | First cut at GPS support in chrome linux | joth@chromium.org | 2010-05-27 | 8 | -6/+627 |
* | Renames GeolocationContentSettingsTableModel to GeolocationExceptionsTableModel | bulach@chromium.org | 2010-05-27 | 3 | -29/+29 |
* | Fix for 44892: use scoped_array to avoid leak | joth@chromium.org | 2010-05-26 | 1 | -16/+16 |
* | Adds tests for GeolocationContentSettingsTableModelTest. | bulach@chromium.org | 2010-05-24 | 1 | -0/+146 |
* | Disabling GeolocationBrowserTest.NoInfobarForSecondTab which crashes on Vista... | robertshield@chromium.org | 2010-05-19 | 1 | -8/+2 |
* | Adds tests to ensure Geolocation requests permission happens at the right time. | bulach@chromium.org | 2010-05-17 | 1 | -0/+32 |
* | [GTTF] Check the result value of StartHTTPServer to avoid | phajdan.jr@chromium.org | 2010-05-15 | 1 | -17/+27 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Geolocation: fixes leak on tests after r46910 | bulach@chromium.org | 2010-05-11 | 1 | -0/+10 |
* | Adds GeolocationSettingsState | bulach@chromium.org | 2010-05-11 | 5 | -17/+283 |
* | Geolocation: checks pending requests with the same origin when receiving the ... | bulach@chromium.org | 2010-05-11 | 3 | -128/+343 |
* | Uses GetOrigin() when setting the Geolocation state for the tab. | bulach@chromium.org | 2010-05-11 | 3 | -3/+23 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 4 | -4/+4 |
* | Remove svn:executable property from more files that don't need it. | thestig@chromium.org | 2010-04-27 | 3 | -0/+0 |
* | Add geolocation permission to extensions/apps. | erikkay@chromium.org | 2010-04-26 | 1 | -1/+20 |
* | Removes obsolete geolocation-related files. | bulach@chromium.org | 2010-04-23 | 4 | -341/+0 |
* | Re-enables some geolocation tests | bulach@chromium.org | 2010-04-23 | 1 | -8/+5 |
* | Fix for OSX 10.6 wifi crash: can't call [CWInterface +interface] on a machine... | joth@chromium.org | 2010-04-14 | 1 | -35/+48 |
* | Fix IDN urls in geolocation infobars and bubbles (but not exceptions dialog) | joth@chromium.org | 2010-04-14 | 1 | -9/+13 |
* | Adds a browser test to exercise WebKit::WebGeolocationServiceBridgeImpl::stop... | bulach@chromium.org | 2010-04-13 | 1 | -4/+30 |
* | Trivial: Change STL-container-is-empty check from "size() > 0" to "!empty()". | pkasting@chromium.org | 2010-04-12 | 1 | -1/+1 |
* | Deny geolocation access for invalid URL in geolocation_permission_context. | bulach@chromium.org | 2010-04-12 | 2 | -0/+20 |
* | Work-around for DBus crash due to timers firing on the wrong thread. | joth@chromium.org | 2010-04-11 | 1 | -0/+14 |
* | Geo exceptions: Disable "Remove" button if no row is selected. | thakis@chromium.org | 2010-04-10 | 1 | -1/+1 |
* | Simplify the geolocation content settings map: it's only ever used from the U... | joth@chromium.org | 2010-04-09 | 3 | -218/+98 |
* | Landing on behald of tfarina. Original review: http://codereview.chromium.org... | joth@chromium.org | 2010-04-08 | 1 | -37/+26 |
* | Make the prefs reading more robust to poorly formed URLs | joth@chromium.org | 2010-04-08 | 2 | -3/+44 |
* | Adds geolocation_permission_context_unittest.cc | bulach@chromium.org | 2010-04-08 | 1 | -0/+256 |
* | Use ScopedPrefUpdate to correctly send out notifications when Geolocation set... | albertb@chromium.org | 2010-04-08 | 2 | -53/+112 |
* | Revert 43836 - Adds geolocation_permission_context_unittest.cc | bulach@chromium.org | 2010-04-07 | 1 | -250/+0 |
* | Adds geolocation_permission_context_unittest.cc | bulach@chromium.org | 2010-04-07 | 1 | -0/+250 |
* | detect preferences errors | erikkay@chromium.org | 2010-04-06 | 1 | -1/+1 |
* | Geolocation exceptions window, Windows. | pkasting@chromium.org | 2010-04-05 | 2 | -52/+170 |
* | Mac: Implement geolocation exceptions dialog. | thakis@chromium.org | 2010-04-05 | 1 | -2/+2 |
* | Add TableModel for geolocation settings. | mattm@chromium.org | 2010-04-02 | 4 | -0/+213 |
* | Follow-up on https://bugs.webkit.org/show_bug.cgi?id=35031: | bulach@chromium.org | 2010-04-01 | 5 | -42/+208 |
* | Workaround for 40099 - disable failing test | joth@chromium.org | 2010-04-01 | 1 | -1/+2 |
* | Defer sending wifi data via the network provider until permission has been gr... | joth@chromium.org | 2010-04-01 | 14 | -108/+280 |
* | Flip the flag to enable geolocation by default. | joth@chromium.org | 2010-04-01 | 1 | -6/+0 |
* | Fix crash: geolocation arbitrator may get deleted on wrong thread. | joth@chromium.org | 2010-03-29 | 2 | -5/+1 |
* | Fix the logic in extensions GetCurrentWindow: | mpcomplete@chromium.org | 2010-03-26 | 1 | -1/+2 |