summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/GeolocationService.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-201/+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
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
| | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-1/+0
| | | | | | | | | | | | | | | | Splits interface and implementation; all client calls are forwarded to an abstract WebViewProvider interface, and the existing implementation moved into the WebViewClassic implementor of this interface. Originally taken from a snapshot from the development branch, by: git diff HEAD 9a4c328a54cc05e5 | git apply - but then rebased to keep up to date with master Interdepends on webkit and Browser changes: https://android-git.corp.google.com/g/158979 https://android-git.corp.google.com/g/167911 Change-Id: I91403f32654ff308934e95c832d17b292a7d9b2e
* Pass the WebView context to the GeolocationService from WebKitSteve Block2010-06-291-3/+2
| | | | | Bug: 2798745 Change-Id: I53e7c5f9ac1cf017a6f7d83e6d0fd57bc1d3403a
* Make sure Geolocation is robust to location providers being absent on the ↵Steve Block2010-05-181-5/+15
| | | | | | | device. Bug: 2692830 Change-Id: I19f88e20f00fe7ecfb77c06197213d273bd80411
* Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-2/+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.
* Handle security exception when Geolocation registers with system location ↵Steve Block2009-09-031-5/+10
| | | | service in DumpRenderTree.
* Adds Java side of browser GeolocationService.Steve Block2009-08-121-0/+189