0
Files
src/android_webview
Nate Fischer de453490e8 AW: simplify SafeBrowsingTest
No change to logic. This simplifies how SafeBrowsingTest.java executes
JavaScript code. Most of this complexity was leftover from before
"committed" interstitials. Now interstitials are just like regular web
pages, so we can just call the usual APIs for injecting JavaScript.

Fixed: 1408615
Test: run_webview_instrumentation_test_apk -f SafeBrowsingTest.*
Change-Id: I7ff72e464c1b2e81fb931033d7ba73b38651c372
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4179637
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Commit-Queue: Richard Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1096373}
2023-01-24 21:34:37 +00:00
..
2023-01-23 18:21:36 +00:00
2023-01-24 21:34:37 +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