commit | 0397e51d3f03525bdfcb08ca7df8c894084e8f78 | [log] [tgz] |
---|---|---|
author | Yoav Weiss <yoavweiss@chromium.org> | Fri Oct 21 16:40:58 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 21 16:40:58 2022 |
tree | 5c09fe7d91ef2718ea2e8fbb3b2393503c789fc3 | |
parent | 4fa92c4ce5fa36264193dce8077321b3ef7b9d36 [diff] |
Set registering task as parent of rAF and rIC callbacks When investigating 1371932, I realized that one of the issues there is that TaskAttributionTracker doesn't consider registrers for requestAnimationFrame and requestIdleCallback as their parent tasks. This CL fixes that. Bug: 1371932 Change-Id: Ic342b092e91e758fd4ebff17ad0ac87f39c42e14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3971327 Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Reviewed-by: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1062191}
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.