commit | 183a3dd576a6c4fcef011aa1269e0c34b02a114f | [log] [tgz] |
---|---|---|
author | Kevin Babbitt <kbabbitt@microsoft.com> | Tue Jun 03 22:08:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 22:08:11 2025 |
tree | ae4840a8cd7f0124154b0b1bb85670c4aa44ee0e | |
parent | 83e4e91608f25bb69c9edf403a3a352a7a7868ac [diff] |
Invalidation tracing: Move diagnostic event to debug category The UseStyleRuleMapForSelectorStats trace event is not needed for style invalidation analysis. Rather, it's a diagnostic event which was added to measure how well the rule-to-stylesheet mapping is working. Due to how frequently we perform lookups in that mapping, we were generating a large number of these events, in some cases enough to exhaust DevTools' capacity for saving a trace. This CL addresses that issue by moving the event to a separate debug category. Bug: 417227406, 337076014 Change-Id: I947fb41526ac05d4b267a45eb6422e51a000472c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6582305 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/main@{#1469003}
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.