0
Files
src/android_webview
Hiroki Nakagawa 2b1ba3cda2 WebView: Remove unused variables on JsJavaInteractionTest
This CL removes unused local variables that caused presubmit warnings on
JsJavaInteractionTest.

Bug: n/a
Change-Id: I1d353656690f980436afb16e49e01e8a905d3690
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5380137
Auto-Submit: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Richard (Torne) Coles <torne@chromium.org>
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1277863}
2024-03-25 19:58:42 +00:00
..
2024-03-25 15:36:21 +00:00
2024-03-12 19:47:09 +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