0
Files
src/android_webview
Nate Fischer 4fbed1359b [AW][Dev-UI] measure longer user sessions
No change to logic. This swaps "Android.WebView.DevUi.SessionDuration"
for "Android.WebView.DevUi.SessionDuration2" to capture sessions up to
1 hour (by using recordLongTimesHistogram100).

Fixed: 1087152
Test: None
Change-Id: Ie0289f6303ea286494c84466beacb189e2d5bf43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225820
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Hazem Ashmawy <hazems@chromium.org>
Reviewed-by: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774449}
2020-06-03 02:11:43 +00:00
..
2020-06-02 21:12:12 +00:00
2020-05-19 17:23:23 +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.

Android WebView is a content embedder, meaning it depends on code in //content/ and lower layers (ex. //net/, //base/), but does not depend on sibling layers such as //chrome/.

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

If you're a chromium team member or contributor and want to make changes to Android WebView, please check out Android WebView 101 (2019) (public slide deck) for an overview of WebView use cases, architecture (single vs. multiprocess, in-process GPU & Network service, etc.), and development/experimentation/release process.

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.