
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}
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.