commit | 79e8753e6a84fa5ef85604923290be07ac8edbcf | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Thu Jan 25 18:26:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 18:26:24 2024 |
tree | c24054ead2bc7533208a619352fb5833612b2d75 | |
parent | e55f5ead28aca31736f489695cf1ac6641c5e916 [diff] |
Make all arguments of AttachShadowRootInternal required This makes a test-only version that just requires the mode, and requires all arguments for regular callers. This should help avoid bugs where arguments are added to AttachShadowRootInternal() and callers aren't updated. This is a mechanical change for all tests, with the exception of just one test. All non-mechanical changes are tagged with Gerrit comments. I'm leaving this open, because there will need to be a followup to handle at least two cases of `/*registry*/nullptr`: Bug: 1521128 Change-Id: If1ac54a651100ed85c1334e2df1fce139c49961b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231948 Commit-Queue: Mason Freed <masonf@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1252200}
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.