0
Files
src/android_webview
Mugdha Lakhani 917492de7f [AW][SafeMode] Persist precautions.
Adds logic to persist precautions. Returns persisted precautions when
queried instead of a hardcoded one.

Adds a test to verify that persisting and reading back a precaution
different to the previously hardcoded one works as expected.

Bug: 1221610

Change-Id: I6b9e77f3619cb59ef76391778bb4ef9f33e8cc46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2976340
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#896001}
2021-06-25 11:16:35 +00:00
..
2021-06-15 14:50:57 +00:00
2021-05-05 13:48:00 +00:00

Android WebView

Android WebView is an Android system component for displaying web content. WebView (and the related Android classes) are implemented by the code in the //android_webview/ folder.

This directory contains the Android WebView implementation, as well as the implementation for the AndroidX Webkit support library.

Overview for Chromium team members and contributors

Please see WebView Architecture.

Want to use WebView in an Android app?

Please consult our API documentation and app development guides:

Want to build and install WebView on a device?

See our Chromium developer documentation.