commit | cbba6fc07c34cce77555a050ec88eb8a0d9375ef | [log] [tgz] |
---|---|---|
author | Weizhong Xia <weizhong@google.com> | Tue Jun 13 05:46:04 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 05:46:04 2023 |
tree | eb5cf1f1e3e8b70e072ef4a28763e6b96300f358 | |
parent | e3cbff8de8bd03d1f0387212bee8e7db7d0635ad [diff] |
Do not restart content shell after appending args In crrev.com/c/4599846 '--enable-threaded-compositing' is sometimes appended to the command line argument list, which could make two different VTSs effectively have same set of args. Sort the command line args and always put '--enable-threaded- compositing' at the end of the list to handle such scenario. Removed some duplicated VTSs as they are running with same set of command line arguments. Changed the block list to a set from a list. This does not seem to be a performance issue though. The 'in' operation on the list takes about 10^(-5) seconds previously. Bug: 770028 Change-Id: I14860ecb34865f0d2e30e644b129022752dd312b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4607540 Reviewed-by: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1156722}
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.