commit | 3b9f1ae2f039ffbdb97f26ba95bcdb20d6bebbc6 | [log] [tgz] |
---|---|---|
author | Peter Kvitek <kvitekp@chromium.org> | Mon Nov 20 19:31:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 19:31:52 2023 |
tree | ec951b594fb42b836c4ba65bc6bc9f58cf420bb3 | |
parent | 2d963d65a35b5c4b9c3544c68f23a59564d70815 [diff] |
[headless] Use existing method of disabling GPU compositing in tests https://crrev.com/c/5037922 disabled GPU compositing for certain headless tests by adding a switch. This CL replaces this with the test framework call that does the same thing, but is considered to be more straightforward. Bug: 1411976,1502651 Change-Id: Idcd25bcfbc46bad3cb52d41477d4c87990dcca2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5045445 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Auto-Submit: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/main@{#1226953}
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.