commit | d2c573466851694a43bc0ce067b4f4ad51aa1408 | [log] [tgz] |
---|---|---|
author | Dana Fried <dfried@google.com> | Wed Oct 12 18:37:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 12 18:37:18 2022 |
tree | 9cd41e158aec69180f5fcb88e79b4e826f0f75e0 | |
parent | f6c4b356f0421d17d95978270f9649ddcfe6737c [diff] |
Revert "Report the time of a video's first displayed frame for LCP" This reverts commit ba1da51a29d331b40e90cbed08c2a379e96dacc1. Reason for revert: Test is failing on a number of builders. Bug: 1373981 Owners-Override: Dana Fried <dfried@google.com> Original change's description: > Report the time of a video's first displayed frame for LCP > > This CL plumbs the information needed to capture LCP from videos > into Video timing information for LCP into the HTMLVideoElement, from > where it is sent to the PaintTimingDetector when the initial frame is > displayed. > > Video byte size is taken from the WebMediaPlayer's PipelineStatistics, > while the result of the Timing-Allow-Origin check goes through URLIndex, > in the same manner as CORS checks. > > Bug: 1289664 > Change-Id: I9e8ed63a2913d5dc70b0f1b2bf9f928db4f1b908 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3814106 > Commit-Queue: Ian Clelland <iclelland@chromium.org> > Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1058088} Bug: 1289664 Change-Id: I1be173c71d5e39c333ca61a9c8c9b73f28b598af No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3949734 Commit-Queue: Dana Fried <dfried@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Dana Fried <dfried@google.com> Reviewed-by: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1058179}
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.