[wpt-sync] Sync PR 53339 - [soft navs] Create InteractionContentfulPaint performance entry.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox142 fixed)
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
77.09 KB,
text/plain
|
Details |
Sync web-platform-tests PR 53339 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53339
Details from upstream follow.
Michal Mocny <mmocny@chromium.org> wrote:
[soft navs] Create InteractionContentfulPaint performance entry.
Replaces the use of the existing LargestContentfulPaint performance
entry as a mechanism for emitting "soft LCP" paint timings. The exact
criteria, timing, and semantics are entirely unchanged in this patch,
just the name of the entry.The single biggest side effect is that now observers of LCP performance
entries on the performance timeline will not get a single merged list of
paint timings, when observing buffered entries. Now, these two timings
are isolated and have their own unique buffers.Future work will change this performance entry and some of its
semantics.This patch also significantly refactors some of the older soft-nav WPT
tests as part of getting them to work with the new API.Bug: 424433918
Change-Id: Ia92ee0976a6032bf5eb60b36c083ebc9ecd1a838
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6633639
Commit-Queue: Michal Mocny \<mmocny@chromium.org>
Reviewed-by: Johannes Henkel \<johannes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1477659}
| Assignee | ||
Comment 1•10 months ago
|
||
| Assignee | ||
Comment 2•10 months ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9896b60a1941
https://hg.mozilla.org/mozilla-central/rev/05ac989ebcd5
Description
•