summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/GeolocationServiceAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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