commit | bbb34092440e5d56ae59ac54b500b0822caef427 | [log] [tgz] |
---|---|---|
author | Will Harris <wfh@chromium.org> | Tue Mar 18 22:03:22 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 22:03:22 2025 |
tree | be56585192e685b67d5c360dd1d38fb649447dd0 | |
parent | 97f818262f288cf3c833e7497e096b6bf32cb59a [diff] |
Enable BrowserDynamicCodeDisabled on bots for testing BrowserDynamicCodeDisabled is linked to an enterprise policy which can end up enabling it. Existing tests only cover launch of the browser and not the entire browser lifetime, developer builds, or full test suites. This CL ensures that nothing accidentally breaks this feature on Windows by adding new dynamic code to the browser process, which would cause regressions for users enabling this policy. This CL updates a test to disable the feature for the test in order to accurately test real enterprise environments (which are not running with the variations testing config). BUG=341991447 Change-Id: I4594f757024c1d7aae00b238f2a440bc84aecdb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6369018 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1434448}
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.