commit | 4415acd146ca1e42a095f9f0e3aa58d6379450cf | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@chromium.org> | Thu Mar 13 14:52:04 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 14:52:04 2025 |
tree | cb5541e0a3cea3eebad5f6a4603e78605ce5ddff | |
parent | adcc5dc063598f998f5b23b27db91f893719736c [diff] |
[iOS] Change the KA's leading padding to a leading margin There was an issue where the leading padding was causing the suggestion chips to clip at the padding when scrolling them towards the leading edge. To solve this issue, the leading padding was removed and an equivalent layout margin offset was added to the scroll view. This results in the suggestion chips being at the same onscreen location as before (there's no visual difference in the initial state), but suggestions are now visible all the way to the Keyboard Accessory's leading edge, rather than being hidden in the padding area when scrolling them towards the leading edge. Bug: 385172448 Change-Id: If5a5e61985a5b9b8f2f3bc78fd0ffae81d0882d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6343037 Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Reviewed-by: Noémie St-Onge <noemies@google.com> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1432106}
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.