summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/PermissionRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* WebView: prettyprint docsNate Fischer2019-08-131-1/+1
| | | | | | | | | | | No change to logic, only docs. Use class=prettyprint so docs are syntax highlighted. This also fixes a section which should have been an ordered list but abused <pre> instead. Bug: 125526827 Test: make -j4 docs Change-Id: Iac780ace066be35620d5121b1977df404eaf18c1
* Add WebView permission MIDI sysexTao Bai2015-06-231-0/+19
| | | | Change-Id: I0d27e8ca48ee35b02dddc5d85ecfebfdaa3ec8cb
* Address API FeedbackSelim Gurun2014-08-271-2/+4
| | | | | | | | | Bug: 17253647 This is Part I of API feedback. It does not address portions of the feedback that is still pending a response from API council. Change-Id: I6ae250c6455a5545912623aeb34332d564fffde7
* WebView permission changeTao Bai2014-07-231-14/+16
| | | | | | | | | | As requested by API council, the following were changed - Changed the PermissionRequest to abstract. - Used String for resources instead of long. - Also remove the WebView.preauthorizePermission() which we didn't think BUG: 15432556 Change-Id: I900a98b4e0288d2bcd8faf0bbcd84970600548a5
* Enable new geolocation permission API.Tao Bai2014-07-021-1/+0
| | | | | BUG: 14668406 Change-Id: I9500154d14eceae0248eb3718de27fc33fef4f28
* Add a permission resource for the protected media id.Yuncheol Heo2014-06-201-0/+6
| | | | | | | | | | | | | | | | | Matched Chromium change: http://crrev.com/309553004 > aw: Add ProtectedIdPermissionRequest. > > The DRM ID can be exploited to identify users. so the information > should be handled under user's explict permission. > This CL hooks up Chromium's permission request with Android Webview's > permission mechanism. > > BUG=346841 > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276149 Bug: 11762354 Change-Id: Ife3c123ecca2c577ed1bc02a110b87618c6569cf
* Hide android.webkit.PermissionRequest.RESOURCE_GEOLOCATIONBen Murdoch2014-05-091-0/+1
| | | | | | | | We haven't hooked this constant up yet, so @hide from the API until it's ready. Bug: 14668406 Change-Id: Ia0bb2ac1deaa0575d5ceb509997ca27f930040b0
* Public WebView permission APITao Bai2014-05-061-9/+4
| | | | | BUG: 13699047 Change-Id: Ibcc8c0d4f1bba4365cb71c1991a0fcb1d7febb94
* Revert "Revert "Define new general permission APIs for webview.""Tao Bai2014-04-151-0/+74
| | | | | | This reverts commit e0a7b08d369e323f524251a44251c902122a6414. Change-Id: Ieba5a72524e43eb5e2fccb39647fd11e9d9494c8
* Revert "Define new general permission APIs for webview."Tao Bai2014-04-151-74/+0
| | | | | | This reverts commit 672b99c8f80177784053074d178fdea6750e82df. Change-Id: I486b313b8cd638d5e29e2f022bba99b570a9415f
* Define new general permission APIs for webview.Tao Bai2014-04-101-0/+74
This will give us ability to add new webview featrues which requires permission without changing API during the WebView autoupdate. Also deprecated geolocation permission related APIs. BUG: 13699047 Change-Id: I6a557e11eb26c6ca236d44e75600e0b265fd791c