History log of /frameworks/base/core/java/android/webkit/PermissionRequest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17d1adb1835754e5ed015372027cbfa914fd4d31 27-Aug-2014 Selim Gurun <sgurun@google.com> Address API Feedback

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
/frameworks/base/core/java/android/webkit/PermissionRequest.java
2871febb19c02c2d11c0aa3835e884361e60c580 16-Jul-2014 Tao Bai <michaelbai@google.com> WebView permission change

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
/frameworks/base/core/java/android/webkit/PermissionRequest.java
f6e111221689bbba757ca1d80fb8b532352c64f4 01-Jul-2014 Tao Bai <michaelbai@google.com> Enable new geolocation permission API.

BUG: 14668406
Change-Id: I9500154d14eceae0248eb3718de27fc33fef4f28
/frameworks/base/core/java/android/webkit/PermissionRequest.java
93415a2713ccee26400c75b2b6a39c2f1b32eb96 12-Jun-2014 Yuncheol Heo <ycheo@google.com> Add a permission resource for the protected media id.

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
/frameworks/base/core/java/android/webkit/PermissionRequest.java
b2e56e34de371041a5e48d8fd2644e2727cc528e 09-May-2014 Ben Murdoch <benm@google.com> Hide android.webkit.PermissionRequest.RESOURCE_GEOLOCATION

We haven't hooked this constant up yet, so @hide from the API until
it's ready.

Bug: 14668406
Change-Id: Ia0bb2ac1deaa0575d5ceb509997ca27f930040b0
/frameworks/base/core/java/android/webkit/PermissionRequest.java
fa1fd2cb7d1bfcf17a02b926b3dfc2eefe5b9461 30-Apr-2014 Tao Bai <michaelbai@google.com> Public WebView permission API

BUG: 13699047
Change-Id: Ibcc8c0d4f1bba4365cb71c1991a0fcb1d7febb94
/frameworks/base/core/java/android/webkit/PermissionRequest.java
4c22b547761fad31755b76e2fb4fc2c369d61a46 15-Apr-2014 Tao Bai <michaelbai@google.com> Revert "Revert "Define new general permission APIs for webview.""

This reverts commit e0a7b08d369e323f524251a44251c902122a6414.

Change-Id: Ieba5a72524e43eb5e2fccb39647fd11e9d9494c8
/frameworks/base/core/java/android/webkit/PermissionRequest.java
e0a7b08d369e323f524251a44251c902122a6414 15-Apr-2014 Tao Bai <michaelbai@google.com> Revert "Define new general permission APIs for webview."

This reverts commit 672b99c8f80177784053074d178fdea6750e82df.

Change-Id: I486b313b8cd638d5e29e2f022bba99b570a9415f
/frameworks/base/core/java/android/webkit/PermissionRequest.java
672b99c8f80177784053074d178fdea6750e82df 29-Mar-2014 Tao Bai <michaelbai@google.com> Define new general permission APIs for webview.

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
/frameworks/base/core/java/android/webkit/PermissionRequest.java