Fixed
Status Update
Comments
pb...@google.com <pb...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
ap...@google.com <ap...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: Peter Birk Pakkenberg <
Link:
Unhide data deletion API for release.
Expand for full commit details
Unhide data deletion API for release.
Minor formatting changes in javadoc for WebViewFeature is included after
auto-formatting of the file.
Fixes: 382273208
Test: N/A - Unhide only
RelNote: """Introducing a set of new APIs to delete browsing data stored
by WebView. The new APIs in `WebStorageCompat` should be preferred
over the existing APIs in `android.webkit.WebStorage`, as they will
guarantee deletion of all local storage, including the network cache
and cookies, as well as any installed service workers. If new
storage APIs are introduced in the future, then these new methods
will be updated to include them in the storage deleted."""
Change-Id: Iad54f46e2fbb2a7369f2b7191519af0b10525ed7
Files:
- M
webkit/webkit/api/current.txt
- M
webkit/webkit/api/restricted_current.txt
- M
webkit/webkit/src/main/java/androidx/webkit/WebStorageCompat.java
- M
webkit/webkit/src/main/java/androidx/webkit/WebViewFeature.java
Hash: 6a281a73c5afa147ec7d354db5f433d03cbac7bc
Date: Tue Dec 17 15:45:43 2024
pr...@google.com <pr...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.webkit:webkit:1.13.0-alpha03
Description
AndroidX tracking bug forhttps://crbug.com/373558938
This API will allow app developers to delete all browsing data for a given WebView profile, or delete all data for a specific site