0% found this document useful (0 votes)
87 views1 page

Android System

The document lists experimental features for a WebView that can be enabled, including highlighting all WebViews, verbose logging, composited layer borders, and resuming animated images. It provides flags for controlling variations seeds and throttling, enabling metrics reporting, and other debugging options.

Uploaded by

Alan Monjaras
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views1 page

Android System

The document lists experimental features for a WebView that can be enabled, including highlighting all WebViews, verbose logging, composited layer borders, and resuming animated images. It provides flags for controlling variations seeds and throttling, enabling metrics reporting, and other debugging options.

Uploaded by

Alan Monjaras
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WARNING: EXPERIMENTAL FEATURES AHEAD!

By enabling these features, you could


Iose app data or compromise your security or privacy. Enabled features apply to WebViews
across all apps on the device. highlight-all-webviews Highlight the contents (including web
contents) of all WebViews with a yellow tint. This is useful for identifying WebViews in an
Android application. Default webview-verbose-logging WebView will log additional
debugging information to logcat, such as variations and commandline state. Default show
composited-4ayer-borders Renders a border around compositor layers to help debug and study
layer compositing. Default animated-image-resume Resumes animated images from where
they were. Default finch-seed-expiration-age=0 Forces all variations seeds to be considered
stale. Default finch-seed-ignore-pending-download Forces the WebView service to reschedule
a variations seed download job even if one is already pending. Default finch-seed-no-
charging-requirement Forces WebView's service to always schedule a new variations seed
download job, even if the device is not charging. Note this swtch may be necessary for testing
on Android emulators as these are not always considered to be charging.
finch-seed-min-download-period=0 Disables throttling of variations seed download jobs.
Default finch-seed-min-updateperiod=0 Disables throttling of new variations seed requests to
the WebView service. Default force-enable-metrics-reporting Forces WebView's metrics
reporting to be enabled. This overrides user settings and capacity sampling, but does not
override the app's choice to opt-out. Default webview-log-js-console-messages Mirrors Java
Script console messages to system logs. Default enable-crash-reporter-for-testing Used for
turning on Breakpad crash reporting in a debug environment where crash reporting is typically
compiled but disabled. Default disable-gpu-rasterization Disables GPU rasterization, i.e.
rasterizes on the CPU only. Default ignore-gpu-blocklist Overrides the built-in software
rendering ist and enables GPU acceleration on unsupported device configurations. Default
webview-enable-modern-cookie-same-site Enables modern SameSite cookie behavior 1)
SameSite-Lax by default (cookies without a SameSite attribute are treated as SameSite=Lax);
2) Schemeful Same-Site (site boundaries include the URL scheme).
site-per-process Security mode that enables site isolation for all sites inside WebView. In this
mode, each renderer process will contain pages from at most one site, using out-of-process
iframes when needed. Highly experimental. Default http2-grease-settings Enable sending
HTTP/2 SETTINGS parameters with reserved identifiers. Default disable-http2-grease-
settings Disable sending HTTP/2 SETTINGS parameters with reserved identifiers. Default
enable-finch-seed-delta-compression Enables delta-compression when requesting a new seed
from the server. Default webview-fenced-frames Enables fenced frames. Also enables
PrivacySandboxAdsAPlsOverride. Default webview-disable-app-recovery Disables WebView
from checking for app recovery mitigations. Default webview-enable-app-recovery Enables
WebView to check for app recovery mitigations. Default DefaultPassthrough
CommandDecoder Use the passthrough GLES2 command decoder. Default

You might also like