commit | 5980f4e52e21df3a679a9108d51fac33f5f9dd9b | [log] [tgz] |
---|---|---|
author | Victor Tan <[email protected]> | Fri Nov 11 20:21:45 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Nov 11 20:21:45 2022 |
tree | a7f469f0c25e75f267530396c21649fa5f64362c | |
parent | 9458aa8dffbc048e728411639f00a4d8fba38363 [diff] |
Send unified platform in the android User-Agent string For phase 6 of the User-Agent reduction rollout, we change the deviceModel token to "K" and change the androidVersion token to a static "10" string in android User-Agent string. This cl adds an about flag and a feature flag to gate access to phase 6 user agent reduction. Phase 6 of user-agent reduction depends on Phase 4 (reduce minor version) being enabled. See details: * https://blog.chromium.org/2021/09/user-agent-reduction-origin-trial-and-dates.html Bug: 1382267 Change-Id: I78833e48baecef1566bfa07917909e75b545138d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4013902 Reviewed-by: Mike Taylor <[email protected]> Commit-Queue: Victor Tan <[email protected]> Cr-Commit-Position: refs/heads/main@{#1070454}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.