commit | eb9aa7e91be791cbedd71304e25d2b51c85fa9af | [log] [tgz] |
---|---|---|
author | kylechar <kylechar@chromium.org> | Wed May 22 11:23:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 22 11:23:43 2024 |
tree | 7490bac22df51a2b3fdbc209a484ed4a2f648442 | |
parent | 78e28279ffe4a4121f2586b654734bf23328da52 [diff] |
Windows changes for DomSerializerTests Remove --disable-gpu flag that was added on Windows. It was added 11 years ago and whatever reason it was needed then isn't relevant anymore. Also reenable Windows + ASAN tests that were disabled in https://crrev.com/c/5547784 due to NOTREACHED() when GrContextType was kNone. This condition can only happen when running with --disable-gpu so it shouldn't be a problem without the flag. Bug: 341569383 Change-Id: Iba2f3ecbd7e94723e047c686cad0d232588ec59f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5555233 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1304348}
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.