commit | 17d11552de24c4974fad10d531830116f23fb61c | [log] [tgz] |
---|---|---|
author | Greg Thompson <grt@chromium.org> | Wed Aug 14 08:25:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 14 08:25:33 2024 |
tree | 15275fcc565adc422762423816108b61cd912d50 | |
parent | e9d9076646308be554c04dd4baa263cd316500c7 [diff] |
[performance_manager] Add an operation for visiting a page and its embeds Introduce GraphOperations::VisitPageAndEmbedsPreOrder to run a visitor for a PageNode and all PageNodes embedded within it. This is useful for scenarios such as guest views, where one WebContents embeds another. Bug: 40925658 AX-Relnotes: n/a. Change-Id: I212a1e98de890e5d3675b2eeee698034dfa2ec0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5352066 Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1341520}
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.