summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/GeolocationPermissions.java
AgeCommit message (Expand)Author
2014-11-12[WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla
2012-11-30Update Geolocation.getInstance() comment.Kristian Monsen
2012-11-07Correct executable bit for source filesKenny Root
2012-04-26Fix JavaDoc style for several WebView classesSteve Block
2012-04-23Seperate interface and implementation of 4 WebView classesJonathan Dixon
2012-04-16Minor cleanupJohn Reck
2012-04-13Two WebView API cleanupsJonathan Dixon
2012-04-12Hide the public constructors for singleton classesJonathan Dixon
2012-03-28Minor code tidying up in WebStorage & GeolocationPermissionJonathan Dixon
2011-11-30Clean up JavaDoc for GeolocationPermissionsSteve Block
2010-11-17Don't waste memory creating new Boolean objectsKenny Root
2010-02-19Makes sure GeolocationPermissions is fully robust to calls being made before ...Steve Block
2010-02-19Adds synchronization around message handler in GeolocationPermissions and Web...Steve Block
2009-11-19Improves documentation for GeolocationPermissions class.Steve Block
2009-11-07Remove "@hide pending API council" in webkit to exposeGrace Kloba
2009-09-29Unhide APIs for enabling geolocation in web views. I've confirmedMike LeBeau
2009-09-22Reimplement the settings to use async callbacksNicolas Roard
2009-08-26Sets or clears Geolocation permissions for Google origins when the 'Location ...Steve Block
2009-07-29Adds the Java side of the system to show the Geolocation permissions prompt.Steve Block
2009-07-29Adds the Java GeolocationPermissions class.Steve Block