summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/GeolocationServiceAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r72274: Initial merge by git.Russell Brenner2010-12-021-3/+3
* Pass the WebView context to the GeolocationService from WebKitSteve Block2010-06-291-1/+10
* Make sure Geolocation is robust to location providers being absent on the dev...Steve Block2010-05-181-1/+1
* When we stopUpdating(), we should cancel the outstandingGrace Kloba2010-04-021-1/+4
* Fixes a crash in the Geolocation service when using maximumAgeSteve Block2010-02-191-4/+4
* Fixes a bug with the Geolocation suspend/resume behaviourSteve Block2010-02-181-3/+6
* Speculative build fix for sim-engSteve Block2010-02-051-0/+4
* resolved conflicts for merge of e0286f66 to masterSteve Block2010-01-121-2/+8
|\
| * When starting the Geolocation service provider, check that the WebView is not...Steve Block2010-01-121-2/+8
| * Stop Geolocation service when browser tab is in the background. Do not merge.Steve Block2009-11-091-2/+27
| * Fix Geolocation service to use correct signature for Location.getAltitude(). ...Steve Block2009-10-291-1/+1
* | Fixes a Geolocation bug with cached positions.Steve Block2009-12-171-1/+1
* | Split the GeolocationService implementation. This is a result ofAndrei Popescu2009-11-161-228/+1
* | Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-131-1/+1
* | Fix style in platform/android to match WebKit styleAndrei Popescu2009-11-121-4/+4
* | Stop Geolocation service when browser tab is in the background.Steve Block2009-11-051-2/+21
* | Fix Geolocation service to use correct signature for Location.getAltitude().Steve Block2009-10-281-1/+1
* | Change the assert to check for JNI_OKPatrick Scott2009-10-261-1/+1
* | Fixes a couple of style problems and a minor TODO in WebKit Geolocation. Do n...Steve Block2009-10-161-5/+4
|/
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+1
* Implements GeolocationService on Android.Steve Block2009-08-111-4/+359
* Adds a mock GeolocationService.Steve Block2009-07-301-4/+2
* Enables Geolocation on Android.Steve Block2009-07-271-0/+35