| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I0d27e8ca48ee35b02dddc5d85ecfebfdaa3ec8cb
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
BUG: 14668406
Change-Id: I9500154d14eceae0248eb3718de27fc33fef4f28
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
We haven't hooked this constant up yet, so @hide from the API until
it's ready.
Bug: 14668406
Change-Id: Ia0bb2ac1deaa0575d5ceb509997ca27f930040b0
|
| |
|
|
|
| |
BUG: 13699047
Change-Id: Ibcc8c0d4f1bba4365cb71c1991a0fcb1d7febb94
|
| |
|
|
|
|
| |
This reverts commit e0a7b08d369e323f524251a44251c902122a6414.
Change-Id: Ieba5a72524e43eb5e2fccb39647fd11e9d9494c8
|
| |
|
|
|
|
| |
This reverts commit 672b99c8f80177784053074d178fdea6750e82df.
Change-Id: I486b313b8cd638d5e29e2f022bba99b570a9415f
|
|
|
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
|