commit | df68e9b5f34168c243460361769219f3d76ece1b | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Tue Apr 08 20:50:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 08 20:50:37 2025 |
tree | 5c36b68fb72ece955f225809508d2cc26ed69523 | |
parent | 75bb75ba3771195f553476d4f18eed98a24447d4 [diff] |
ContainerTiming: add initial buffering support As in other performance events, store ContainerTiming events that happen before registering a PerformanceObserver, and read them when setting the PerformanceObserver with the "buffered" parameter. Explainer: https://github.com/bloomberg/container-timing/blob/main/README.md Chromestatus: https://chromestatus.com/feature/5110962817073152 I2P: https://groups.google.com/a/chromium.org/g/blink-dev/c/J-WxY0w7bNk/m/VkqnomK-CAAJ Additional WPT tests provided for testing the buffering capability. Ticket for specification discussion: https://github.com/bloomberg/container-timing/issues/16 Bug: 382422286 Change-Id: Iaee0d0091fec9293a87ef50861e34b3ce1ab5fb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6270776 Commit-Queue: José Dapena Paz <jdapena@igalia.com> Reviewed-by: Noam Rosenthal <nrosenthal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1444356}
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.