commit | 9a6316974be9fce3a85aa3a716a88de10a18058c | [log] [tgz] |
---|---|---|
author | L. David Baron <dbaron@chromium.org> | Wed Mar 29 21:49:37 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 29 21:49:37 2023 |
tree | e56be602983a84df3d362f1db1ac4c57f8b0df69 | |
parent | 02bbd9467c063fc1297dd2cbf0caa60e2543d839 [diff] |
Pixel-snap box size before computing -webkit-box-reflect offsets. This is particularly important when -webkit-box-reflect interacts with blur (which clamps at edges, and which we don't want to pick up a row of incorrectly transparent pixels at the edge). Prior to the change, the added test shows, in each of the four sets of four lines, rounding glitches through most of the second half of the first row of tests and most of the first half of the fourth row of tests. Fixed: 1174354 Change-Id: Ibff2350f39277060dad7de07c5716ca9598d8faf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4375109 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1123863}
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.