summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/GeolocationPermissions.java
Commit message (Expand)AuthorAgeFilesLines
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-0/+3
* Update Geolocation.getInstance() comment.Kristian Monsen2012-11-301-1/+2
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
* Fix JavaDoc style for several WebView classesSteve Block2012-04-261-18/+24
* Seperate interface and implementation of 4 WebView classesJonathan Dixon2012-04-231-186/+7
* Minor cleanupJohn Reck2012-04-161-1/+1
* Two WebView API cleanupsJonathan Dixon2012-04-131-1/+1
* Hide the public constructors for singleton classesJonathan Dixon2012-04-121-0/+10
* Minor code tidying up in WebStorage & GeolocationPermissionJonathan Dixon2012-03-281-7/+2
* Clean up JavaDoc for GeolocationPermissionsSteve Block2011-11-301-36/+65
* Don't waste memory creating new Boolean objectsKenny Root2010-11-171-1/+1
* Makes sure GeolocationPermissions is fully robust to calls being made before ...Steve Block2010-02-191-61/+26
* Adds synchronization around message handler in GeolocationPermissions and Web...Steve Block2010-02-191-2/+2
* Improves documentation for GeolocationPermissions class.Steve Block2009-11-191-12/+30
* Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-6/+0
* Unhide APIs for enabling geolocation in web views. I've confirmedMike LeBeau2009-09-291-1/+8
* Reimplement the settings to use async callbacksNicolas Roard2009-09-221-56/+91
* Sets or clears Geolocation permissions for Google origins when the 'Location ...Steve Block2009-08-261-3/+60
* Adds the Java side of the system to show the Geolocation permissions prompt.Steve Block2009-07-291-0/+8
* Adds the Java GeolocationPermissions class.Steve Block2009-07-291-0/+194