0
Files
src/android_webview
Nate Fischer f32564536b AW SafeMode: introduce SafeModeAction framework
No change to production logic. This introduces a framework for
registering and executing SafeModeActions.

This adds some initial tests for this functionality but does not yet
wire this up in production code paths. This will be integrated into
production once more of SafeMode has been implemented.

Bug: 1215366
Test: run_webview_instrumentation_test_apk -f SafeModeTest.*
Change-Id: I03d7cc3df4ef2f999f1efb0574ed5b48e7c944db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2928399
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#889526}
2021-06-05 00:27:40 +00:00
..
2021-05-10 17:20:21 +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.