commit | e24e985ab05ddd64aa6f9b45bb5062b33a92783f | [log] [tgz] |
---|---|---|
author | Daniel White <danieltwhite@google.com> | Tue Oct 10 18:19:21 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 10 18:19:21 2023 |
tree | d515cd5749aaf7ad60b42112792d348f5418b32e | |
parent | 5dd5ff784fbb8fb2fae8e35f24c43edf9212af97 [diff] |
[iOS] Added Deprecation Feature Flag In order to test that code changes related to iOS 15 deprecation that have been committed work in Canary, the kEnableUIEditMenuInteraction feature flag has been created. No metadata is being documented with the flag because its intended future use is to be a kill switch for any issue that occur that are related to the swap from the deprecated UIMenuController class to the UIEditMenuInteraction class. In a future CL, this feature flag will be removed when iOS 15 has been deprecated. Bug: 1489734 Bug: 1489281 Change-Id: I6ce436dd9f94dc1a70cf1de480b4ebc961302b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4926509 Commit-Queue: Daniel White <danieltwhite@google.com> Reviewed-by: Joemer Ramos <joemerramos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1207790}
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.