commit | acfb9ff6b14fe237eb57083fe834164639d0f77a | [log] [tgz] |
---|---|---|
author | Louis Romero <lpromero@google.com> | Tue Apr 26 09:44:14 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 26 09:44:14 2022 |
tree | f3b51055af9e4cb53213ea63ed858a73c30f4af6 | |
parent | 891229d551129d6090f42c5290a1c42be0b5d043 [diff] |
[iOS] Fix update constraints in NamedGuide This CL fixes the logic to update the constraints when using `constrainedFrame`. Constraints were only set up when the internal `constrainedFrameView` was created, not every time it was used. Bug: 1304193 Change-Id: I80ff09130ddefb2c87df268fd2839cca3f4166a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3599028 Auto-Submit: Louis Romero <lpromero@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/main@{#996076}
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.