summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/MockGeolocation.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-64/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* Fix style for Geolocation mock mechanismSteve Block2012-05-291-9/+4
| | | | | | See I6d88d5dce5c2148812b191a5b452718bf0854aeb Change-Id: I1179319f066664393aa5f7324df89f8057a9e922
* Switch Geolocation DRT methods to control client-based mockSteve Block2012-05-221-17/+27
| | | | | | | | | | Note that we plumb DRT Geolocation mock calls via WebView. This is required because the WebCore client-based mock is not a static but is tied to the Page. See WebKit change Ib74a3c05991593e75c3138415d4ac0bf0c9aefa9. Bug: 6511338 Change-Id: I6d88d5dce5c2148812b191a5b452718bf0854aeb
* Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-1/+1
| | | | | | | | | | | | the apis to SDK. Remove @hide in GeolocationPermissions and WebStorage to expose them to the SDK users. Remove @hide for freeMemory() in WebView. Remove @hide comment in CallbackProxy and GoogleLocationSettingManager as they are not public class.
* Adds the ability to configure the mock Geolocation service from DumpRenderTree.Steve Block2009-08-141-0/+59