commit | 27f869e6cccd3c92c6ce5d4e8eabcf241d1eb8ab | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Tue Nov 02 23:07:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 02 23:07:55 2021 |
tree | 3308971459987259ef18f7598143282a86c66662 | |
parent | 5cf95f4655abae25c836a0def8d9e1dc2e90718d [diff] |
Fix side-panel border-stroke subpixel alignment Replaces a gfx::Insets(stroke_thickness / 2) with gfx::InsetsF to avoid truncating stroke_thickness / 2 to 0. Oof. Bug: 1260151 Change-Id: I9e17f1239ae236a2a1324073ed824584d5ba203d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3257888 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/main@{#937598}
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.