Skip to content

Commit

Permalink
Remove LCP mouseover heuristic code.
Browse files Browse the repository at this point in the history
This code was added as an experiment to disable late LCP entries
caused by a mouseover-to-zoom interaction, but doesn't reliably
prevent LCP in many cases.

Future work will replace this with a heuristic based on attributing new
LCP candidates to JavaScript tasks which can be traced back to a mouse
event listener. In the meantime, removing this code will allow the
existing code to be refactored and simplified.

Bug: 40211421
Change-Id: Ib2bbe39bfb2f9c988becaf7b72e479b312fb3ba4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5789151
Reviewed-by: Michal Mocny <[email protected]>
Reviewed-by: Robert Flack <[email protected]>
Commit-Queue: Ian Clelland <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1346021}
  • Loading branch information
clelland authored and chromium-wpt-export-bot committed Aug 23, 2024
1 parent 8b44cce commit 26c8809
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.

This file was deleted.

This file was deleted.

0 comments on commit 26c8809

Please sign in to comment.