commit | 64c67dd9c7e4d3b15e3f058b402f0c622dc9f2eb | [log] [tgz] |
---|---|---|
author | Peter Kasting <[email protected]> | Thu May 12 18:11:51 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu May 12 18:11:51 2022 |
tree | c2fba780ad03d80a3f4d16e34735a4b7b5fb260b | |
parent | 60f4a1f558402635fbe22255ce6682fe36e11a17 [diff] |
Fix a few issues found when testing an MSVC build locally. These won't get MSVC compiling, but seemed reasonably low-effort to carry. I think if I want to pursue much further, I need C++20. This is a partial reland of https://chromium-review.googlesource.com/c/chromium/src/+/3615250 , without the PartitionAlloc changes that resulted in test failures. Bug: none Change-Id: Ieb5154bb72702ff9d1a18b4b7ccadbaa99c5c9f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3640710 Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Peter Kasting <[email protected]> Reviewed-by: Nicolas Ouellet-Payeur <[email protected]> Reviewed-by: Behdad Bakhshinategh <[email protected]> Cr-Commit-Position: refs/heads/main@{#1002734}
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.