0
Files
src/android_webview
Qi Xiao 15a03a95b4 [AW] Record app data dir size in UMA.
Also fix the spelling of OffsetParentNewSpecBehavior as it's breaking a presubmit check.

Test: unit test, manual test (https://photos.app.goo.gl/R344qyHJsEha6onU9)
Bug: 1184061
Change-Id: I0c0b3d380e17d689479557598d4c753fca8d6518
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3671315
Commit-Queue: Qi Xiao <xiaq@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Andrey Zaytsev <andzaytsev@google.com>
Cr-Commit-Position: refs/heads/main@{#1012565}
2022-06-09 17:09:27 +00:00
..
2022-06-09 13:49:56 +00:00
2022-06-08 22:59:56 +00:00
2022-06-02 08:20:20 +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.