commit | d2eceeacb4ef5ec3b361e24a148df24b459ffecf | [log] [tgz] |
---|---|---|
author | Jérôme Lebel <jlebel@chromium.org> | Wed Mar 27 08:52:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 27 08:52:22 2024 |
tree | 04cbe31b601da233ddf15038a44ad0f7a98a0c0c | |
parent | ce8edcca4b4e8570337d84d33acfd1c780d2837d [diff] |
[iOS] Fix font issue in the PromoStyleViewController This patch should be cherry-picked in M124. Bug introduced with crrev.com/c/5386141. MiniMapInterstitialViewController and NotificationsOptInViewController are subclasses of PromoStyleViewController and they both override -[PromoStyleViewController titleLabelFontTextStyle]. This patch make sure the value for -[self titleLabelFontTextStyle] is used to generate the title font. Fixed: 331398281 Change-Id: I6f59cfbe67436358154a406b1679d7810bee52b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5398496 Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1278840}
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.