0
Files
src/android_webview
Illia Klimov 594a4ce05c Add tests for UniversalAccessFromFileUrls.
This CL verifies that permissions requests for file:/// with enabled
UniversalAccessFromFileUrls works as intended.

CL uses web_contents->GetMainFrame()->GetLastCommittedURL() instead
of web_contents->GetLastCommittedURL() in most cases in //content.

Bug: 698985
Change-Id: I7605c2d01cbb17e299d00b9f3b37c132367e5c1b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3016192
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Balazs Engedy <engedy@chromium.org>
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Commit-Queue: Illia Klimov <elklm@google.com>
Cr-Commit-Position: refs/heads/master@{#905244}
2021-07-26 14:38:25 +00:00
..
2021-07-16 21:40:15 +00:00
2021-07-23 19:34:59 +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.