commit | 8fdfb672b5f96dd3725dfd962363ba3ab7aa515e | [log] [tgz] |
---|---|---|
author | Andrew Rayskiy <[email protected]> | Fri Nov 04 00:26:30 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Nov 04 00:26:30 2022 |
tree | 7ea38d3f4eaea47dfa4f060ae1b5b3c3bcff555d | |
parent | 98c619eb51b4dc869063e791a7b10d4f72818ac7 [diff] |
Allow forward-declared sources in base::ScopedObservation<> This CL also introduces new traits called ScopedObservationTraits<> that control ScopedObservation's behavior on sources with various function names. Bug: 1332551, 1380837 Change-Id: I9185cce5a5381f764290b1625f2e2465f1aa4b12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3990749 Commit-Queue: Andrew Rayskiy <[email protected]> Reviewed-by: Alan Cutter <[email protected]> Auto-Submit: Andrew Rayskiy <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1067327}
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.