commit | a402e6f9036584335ebde48c72fb689141bc2f6a | [log] [tgz] |
---|---|---|
author | Robbie Gibson <rkgibson@google.com> | Fri Aug 09 03:18:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 09 03:18:10 2024 |
tree | 0fb778fc89f6369f6fe229732fea130fb9536a48 | |
parent | cc6b8b46dc67bcbbbe1717689a2b5206d5b004f5 [diff] |
[iOS] Use iOS sheet controller for Contextual Panel on iPad The ContextualSheetCoordinator acts as the driving force to select between adding the custom sheet UI for iPhone-esque layouts or use the iOS default sheet controller for iPad-esque layouts. It also handles listening to trait collection updates and swapping between the two when the layout changes. Bug: 316373117 Change-Id: I82e97d016d12d68f3f52d6d9a722f3911d231c39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5765701 Reviewed-by: Nicolas MacBeth <nicolasmacbeth@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/main@{#1339452}
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.