commit | 28586c9c6bb42384b1e69a29b906af4104ca7439 | [log] [tgz] |
---|---|---|
author | Noam Rosenthal <nrosenthal@chromium.org> | Wed Dec 11 17:54:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 17:54:31 2024 |
tree | 075b48bc9b6ea0eaa11f61f9f98e92929c8a820a | |
parent | 7fe997f6114f35d72e4a07babd4e879d75a14218 [diff] |
Implement PaintTimingMixin for element timing Remove PaintTimingCallbackManager, and instead use the PaintTiming presentation callback for element-timing and LCP. For now, only element timing exposes PaintMixin, LCP will be done in a follow up. To avoid a big refactor, element timing and LCP are still using callbacks like before, and MarkPaintTimingInternal integrates with those. Bug: 381270287 Change-Id: I65e56ed09713c20b04cfdd6466105aa090db0f3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063655 Commit-Queue: Noam Rosenthal <nrosenthal@chromium.org> Reviewed-by: Michal Mocny <mmocny@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1394918}
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.