commit | b7a564d618a07828e8389e7b9792d103ca6a6b99 | [log] [tgz] |
---|---|---|
author | Alex Gough <ajgo@chromium.org> | Fri Jul 28 15:31:55 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 28 15:31:55 2023 |
tree | 808dfd1db815a72f8c08018f6baebfe3208036a5 | |
parent | f6c1a210c4814455a15ca4eb8f3bfb7de37318a2 [diff] |
Add delayloads to content_shell This CL adds the same /delayload list to content_shell that is applied to chrome.dll. This means that a similar set of modules is loaded at the point of sandbox lockdown, making tests using content_shell more representative of production scenarios. Bug: 74242 Change-Id: Ifc8ab5a949bd8957d0170f0e6f79a3a63e54093a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4728961 Commit-Queue: Alex Gough <ajgo@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1176632}
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.