commit | ff1f1afd6f3003b9292231540a48812493ba0a44 | [log] [tgz] |
---|---|---|
author | Nate Fischer <ntfschr@chromium.org> | Mon Feb 03 22:36:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 22:36:34 2025 |
tree | 06b1115df5d451f8b724a37977685988859ca99e | |
parent | 19bfe20086505003e822c22cf1119b0fc88770b8 [diff] |
Doc: cross-link between DoNotBatch and RequiresRestart No change to logic, only javadoc documentation. This cross-links between @DoNotBatch and @RequiresRestart, since these two annotations have similar meaning (both indicate that a fresh process is needed), although they are not quite interchangeable (one is for classes, one is for methods). Someone trying to use an annotation on the wrong type will probably see this in codesearch after they get a compile error, and hopefully this points them toward the annotation they actually want. Test: N/A Change-Id: I8951f8f3a5f126a84e8743d6938e44396686b88c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6227360 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1415209}
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.