commit | 2b89691e253c4edd73fe553fbe99cb3deba3a3f3 | [log] [tgz] |
---|---|---|
author | Asami Doi <asamidoi@chromium.org> | Mon Aug 12 09:45:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 12 09:45:03 2024 |
tree | b5337fc54a514823c3489187768cb22099d1fd46 | |
parent | 641c2acc87d05f9db1f10eeaa3d771fb0fc1a5a3 [diff] |
[ios] Dismiss the confirmation by viewWillTransitionToSize: This CL replaces NotificationCenter's UIDeviceOrientationDidChangeNotification with viewWillTransitionToSize:withTransitionCoordinator:. UIDeviceOrientationDidChangeNotification listens to the device orientation which is the actual physical orientation of the device. We need to detect the visible orientation changes. Bug: 358034416 Change-Id: I19e3c1136abbe2d0754072fc7eeb5ec653a110ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5776766 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Asami Doi <asamidoi@chromium.org> Reviewed-by: Louis Romero <lpromero@google.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1340281}
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.