commit | c0499d9b5e38c5284117d3c7fc87c32bc873465b | [log] [tgz] |
---|---|---|
author | Peter Kvitek <kvitekp@chromium.org> | Mon Aug 26 22:16:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 22:16:24 2024 |
tree | 9a7bd9fa76e1025aac439501f8cc64c0ac5305f5 | |
parent | 0b2cf1f0a0a9de98d815a2f7be610fddcd071139 [diff] |
[DevTools] Add Memory.getDOMCountersForLeakDetection() CDP method This CL introduces a method that returns available DOM object counts after terminating workers, stopping spellcheckers, dropping non-essential internal caches, running garbage collections, etc. Drive by: added descriptions for Memory.getDOMCounters and Memory.prepareForLeakDetection CDP methods. Bug: 40887057 Change-Id: Ie3b7a1f42d4bce6ef1bcb16db0ef8cb134f8e4b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5807603 Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1347008}
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.