0
Files
src/android_webview
Christoph Schwering e0ddb01133 Remove dependency in //content/child on //components/autofill
This CL removes the dependency in //content/child on
//components/autofill, which was used to call
blink::WebRuntimeFeatures::EnableSharedAutofill() if
autofill::features::kAutofillSharedAutofill is enabled.

This CL calls blink::WebRuntimeFeatures::EnableSharedAutofill() manually
in ContentRendererClient::
SetRuntimeFeaturesDefaultsBeforeBlinkInitialization() instead.

Bug: 1201849
Change-Id: I956082f46a4a1dcc14314bff23f55bd647a90d44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4760966
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Christoph Schwering <schwering@google.com>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1181735}
2023-08-09 22:31:30 +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.

Public mailing lists