commit | b25deb2ed0f7886a5c1668931783a5fb30ceba19 | [log] [tgz] |
---|---|---|
author | Patrick Monette <pmonette@chromium.org> | Wed Feb 19 17:26:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 17:26:48 2025 |
tree | 8b03b460a320cd5807b2939227be655d6f217e3a | |
parent | f4d33f61940307117d95620b59b9e3ac55513cf2 [diff] |
[PM] Migrate uses of CallOnGraph/RunInGraph The performance manager now lives on the UI thread, making these functions obsolete. The graph can be directly accessed through the PerformanceManager::GetGraph() function. This CL was uploaded by git cl split. R=mcnee@chromium.org Bug: 40755583 Change-Id: Ic283ff71cfea0eeb0c1b948108b70d75c8a88ca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6282206 Reviewed-by: Kevin McNee <mcnee@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Auto-Submit: Patrick Monette <pmonette@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422015}
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.