0
Files
src/android_webview
Nico Weber b78a02147f Fix a likely bug in HandleSetImageResponsein the android webview embedded test server.
The code looks like the break should be inside the if, so that
the loop has a chance of running more than once.

I tried reaching out to the author of this code, but didn't hear back.
But with this change, header_exist should become true more often and
the test code is stricter when it's true. So since tests still pass with
this, this might help catch problems in the future.

Bug: 346399,686247
Change-Id: I25e8c1a38043af09936e35c58e87db3bee103e9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120048
Commit-Queue: Bo <boliu@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753999}
2020-03-27 13:55:01 +00:00
..
2020-03-26 16:33:28 +00:00
2020-03-27 02:44:34 +00:00
2020-03-16 14:47:17 +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.

Android WebView is a content embedder, meaning it depends on code in //content/ and lower layers (ex. //net/, //base/), but does not depend on sibling layers such as //chrome/.

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

If you're a chromium team member or contributor and want to make changes to Android WebView, please check out Android WebView 101 (2019) (public slide deck) for an overview of WebView use cases, architecture (single vs. multiprocess, in-process GPU & Network service, etc.), and development/experimentation/release process.

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.