commit | 48d58c3d25f0844c96c4d2a8eb799e5f84df79af | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <kubo@igalia.com> | Fri Jan 17 08:29:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 17 08:29:18 2025 |
tree | e139844f102e2275ec428b6fa567e5d8049c58b2 | |
parent | 396cf60d3f8d404de2dcff1c2aa0a66c63ff12ad [diff] |
Remove the kAllExceptLegacyWindowsPlatform Blink feature This feature was introduced in https://crrev.com/c/3777546 when Chromium still supported "legacy" (i.e. < 10) Windows platforms. Since https://crrev.com/c/4127097, we do not need to worry about legacy Windows releases and kAllExceptLegacyWindowsPlatform should always be true. Change-Id: I453a6621532082bccf59ff474e8e1900863df78e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6179881 Reviewed-by: Mike Taylor <miketaylr@chromium.org> Commit-Queue: Raphael Kubo da Costa <kubo@igalia.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Auto-Submit: Raphael Kubo da Costa <kubo@igalia.com> Cr-Commit-Position: refs/heads/main@{#1407762}
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.