0
Files
src/android_webview
Taiyo Mizuhashi 1eaa2dabd5 CCT Prefetch: Use PrefetchContainer::referring_origin_ for contamination exemption
Browser-initiated prefetches can be associated with referring origins,
but not with referring urls. We can calculate prefetch's contamination
exemption from the referring origin, instead of the referring url.
Currently CCT prefetch is only the case hitting this, so this change
introduces a new delegate that is only limited for CCT case as a quick
fix. It is behind the CCT prefetch's flag so that it doesn't affect any
other triggers. Later we can clean up this to utilize the referring
origin in all triggers.

Bug: 404458863, 40288091, 40064203, 40946257
Change-Id: Id8f161fe35af2ca7007f4f59ea71b8a658630a06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6355551
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Taiyo Mizuhashi <taiyo@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1434163}
2025-03-18 09:08:41 -07:00
..
2025-02-20 10:26:56 -08: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