summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/ValueCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up JavaDoc for GeolocationPermissionsSteve Block2011-11-301-2/+3
| | | | | | | | | Much of the current JavaDoc for GeolocationPermissions exposes implementation details which are of no interest to a Java developer. Move these comments out of the JavaDoc and clean up the text. Bug: 5461416 Change-Id: I95a68fe15016fadc729d8d857fd69b2c927a5ea9
* Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-7/+5
| | | | | | | | | | | | 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.
* Reimplement the settings to use async callbacksNicolas Roard2009-09-221-0/+29