index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
GeolocationPermissions.java
Age
Commit message (
Expand
)
Author
2014-11-12
[WebView] Allow the WebView to be compiled against the system SDK.
Ignacio Solla
2012-11-30
Update Geolocation.getInstance() comment.
Kristian Monsen
2012-11-07
Correct executable bit for source files
Kenny Root
2012-04-26
Fix JavaDoc style for several WebView classes
Steve Block
2012-04-23
Seperate interface and implementation of 4 WebView classes
Jonathan Dixon
2012-04-16
Minor cleanup
John Reck
2012-04-13
Two WebView API cleanups
Jonathan Dixon
2012-04-12
Hide the public constructors for singleton classes
Jonathan Dixon
2012-03-28
Minor code tidying up in WebStorage & GeolocationPermission
Jonathan Dixon
2011-11-30
Clean up JavaDoc for GeolocationPermissions
Steve Block
2010-11-17
Don't waste memory creating new Boolean objects
Kenny Root
2010-02-19
Makes sure GeolocationPermissions is fully robust to calls being made before ...
Steve Block
2010-02-19
Adds synchronization around message handler in GeolocationPermissions and Web...
Steve Block
2009-11-19
Improves documentation for GeolocationPermissions class.
Steve Block
2009-11-07
Remove "@hide pending API council" in webkit to expose
Grace Kloba
2009-09-29
Unhide APIs for enabling geolocation in web views. I've confirmed
Mike LeBeau
2009-09-22
Reimplement the settings to use async callbacks
Nicolas Roard
2009-08-26
Sets or clears Geolocation permissions for Google origins when the 'Location ...
Steve Block
2009-07-29
Adds the Java side of the system to show the Geolocation permissions prompt.
Steve Block
2009-07-29
Adds the Java GeolocationPermissions class.
Steve Block