commit | 1a8583d7a852796182f9e19e93d111e822ba8b9b | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Tue Apr 06 17:36:19 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 06 17:36:19 2021 |
tree | ed6b1a074ce4142eea386303bfeac7fd01d6712c | |
parent | b63c9bd7e28dbd2b9d02e098476151991f2b3074 [diff] |
[ios] Set metadata to report correct version when using GTM Some internal dependencies of Chrome on iOS uses GTMSessionFetcher that reports an incorrect version number in the UserAgent because it uses the value from CFBundleShortVersionString (this number has to be composed of one to three period-separated integers which is not space to store the full Chromium version). With https://github.com/google/gtm-session-fetcher/pull/227 it will be possible to set GTMUserAgentVersion to be used and override the version reported. Additionally, set GTMUserAgentID to also report the application name instead of defaulting to process name. Bug: 827856 Change-Id: I380d4ce4ea2fd5f81bf9ff80d2cfab44211a5635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2787086 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#869599}
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.