0
Files
src/android_webview
Lei Zhang 4ab0f932f4 Remove unneeded base/stl_util.h includes in various dirs.
Repeatedly use grep to find all the files in various dirs that includes
base/stl_util.h but do not use any functions provided by
base/stl_util.h and base/cxx*_backports.h, and then remove the
base/stl_util.h include from them. Files that include base/stl_util.h,
but actually needs base/cxx*_backports.h, will be dealt with separately.

Bug: 1194078
Change-Id: I50796fb91c03eed1b63ce901005818ba2ec3d94c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2909802
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Lei Zhang <thestig@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Owners-Override: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#885634}
2021-05-21 20:10:54 +00:00
..
2021-05-10 17:20:21 +00:00
2021-05-19 19:36:04 +00:00
2021-05-11 23:48:44 +00:00
2021-05-11 23:48:44 +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.