commit | 0d0d8e0a1862e689690a702a5c5295531d9a3a27 | [log] [tgz] |
---|---|---|
author | Khushal Sagar <khushalsagar@chromium.org> | Thu Jul 21 18:06:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 21 18:06:28 2022 |
tree | e8a348cb07b99f427d2b02687adb3b2d35b3445a | |
parent | 823e6b629e55bd01e41365685614ec28e8a88bc6 [diff] |
blink: Add a UseCounter and a metric to track overflow in images. Add a UseCounter to detect when a page renders a replaced element with ink overflow. And a metric which measures the extent of overflow outside the element's content rect. R=chrishtr@chromium.org, vmpstr@chromium.org Bug: 1321217 Change-Id: I38bde7ac55ca127e5fd8d00751f7b4683e9e9de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3778199 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Stephen Chenney <schenney@chromium.org> Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Auto-Submit: Khushal Sagar <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1026869}
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.