commit | 96e094e0256c9cf84f878279f2de3e6a34eb41a6 | [log] [tgz] |
---|---|---|
author | Michael Wojcicka <mwoj@google.com> | Wed Jan 08 21:40:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 08 21:40:13 2025 |
tree | d028f114800b47c373d098df8b1f6eabb04b45a3 | |
parent | cadf8e74b0bd9ce9a63dd1006538a3f706b34157 [diff] |
Task Manager Refresh - Place Subframes with Parent-Process Category - Processes can spawn other processes (i.e. process tree). When separating processes into distinct categories, processes spawned from the same parent should be in the same category, even if their Task::Type is different from their parents. - Example: Extensions can spawn subframes, which should show up in the 'Extensions' category, but instead show up in the 'Tabs' category because subframes are considered renderers, not extensions. Screenshot Demo(s) Tabs: https://screenshot.googleplex.com/6rotjfsFApPa3fJ Extensions: https://screenshot.googleplex.com/7QXU8Bx7BobP5D6 Bug: b:380326547 Change-Id: I872691186a2600d667a67d578a6c9b32926d6a44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6041449 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Michael Wojcicka <mwoj@google.com> Cr-Commit-Position: refs/heads/main@{#1403821}
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.