commit | 83b42f44062c99cb04df3925f73c28acf058055c | [log] [tgz] |
---|---|---|
author | Sky Malice <skym@chromium.org> | Mon Nov 06 21:02:19 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 06 21:02:19 2023 |
tree | 51584c0d963799decb9b6638027bd3430cd5ae2f | |
parent | 47b983cd4f88f8b3ef966860c097c511fe853d40 [diff] |
Switch pane suppliers to be lazy oneshot. This change will facilitate easier usage of panes in future CLs, such as passing all registered Pane data to the toolbar. The panes want to be able to lazily initialize, but they're only going to be created once, and are a great fit for LazyOneshotSupplier. Bug: 1496708 Change-Id: I69806592770e2bd980d7af2d142795433adbc3f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5007902 Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1220505}
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.