
This enables the CETCOMPAT linker flag for Windows marking binaries as CET compatible. On supporting hardware this will cause Chrome to run with Hardware Enforced Stack Protection for compatible modules. CET will still be disabled for the renderer process as the feature CetForRenderer is default-disabled. x86 is not supported: build/config/compiler/BUILD.gn:2519 Tests: mini_installer on supporting hardware Bug: 1131225 Change-Id: Ic5db6eca0acf4cdfb0eff0f624e4d4f4e5a7da50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602845 Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#845041}
Chromium Design Docs
This directory contains chromium project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.
Documents here have been imported from the Project site. As of this writing, the vast majority of docs have not been imported yet.
- Sandboxing - The Sandboxing architecture, and Windows implementation of sandboxing.
- Sandboxing FAQ - Frequently asked questions about Chromium sandboxing.
- Startup - How browser processes starts up, on different platforms.
- Threading - Preferred ways to use threading, and library support for concurrency.
- GPU Synchronization - Mechanisms for sequencing GPU drawing operations across contexts or processes.