0
Files
src/android_webview
Nate Fischer 4510c28866 AW: increase video length
No change to production behavior.

The video was only 1 second long, which appears to not be long enough
for the test case. I found a similar video in chromium with a 2 second
runtime instead, so this may reduce flakiness.

I copied the new video from:

$ cp media/test/data/bear-vp8-webvtt.webm android_webview/test/shell/assets/video.webm

Fixed: 1273004
Fixed: 1102783
Test: tools/mb/mb.py run -s --no-default-dimensions \
Test: -d pool chromium.tests.avd \
Test: -d machine_type e2-standard-8 \
Test: -j 500 out/Default webview_instrumentation_test_apk -- \
Test: --avd-config=../../tools/android/avd/proto/generic_android28.textpb \
Test: -f=org.chromium.android_webview.test.AwContentsClientFullScreenTest#testPowerSaveBlockerIsTransferredToFullscreen \
Test: --num_retries=0 --repeat=100 --break-on-failure
Change-Id: I6adaefe204605796520ec2114d6128db0351d7d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3299352
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#944758}
2021-11-24 00:28:44 +00:00
..
2021-11-24 00:28:44 +00:00
2021-11-24 00:28:44 +00:00
2021-11-17 09:11:13 +00:00
2021-08-24 21:54:14 +00:00
2021-07-23 19:34:59 +00:00
2021-08-03 22:33:36 +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.