0
Files
src/android_webview
Haiyang Pan 7ac34b7c0d android: deprecate "--require-fast-start" flag in emulator
This flag was added to increase storage space for local development,
but it invalidates the snapshot, and wipes out the patched GmsCore,
WiFi setting, and etc. This causes the local AVD to be different
from the one used on CI/CQ, and can lead to confusion.b

With the depolyment of "proto/*_local.textpb" in the CL
https://crrev.com/c/5933416, we won't need this flag anymore so
deprecate it.

Bug: 364943269
Change-Id: I9935669af5cded64c76defdc604183c3744894e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5935667
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Reviewed-by: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1370668}
2024-10-18 17:01:58 +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