commit | 0b08189ee673d8401df239e6033e4becc50782d7 | [log] [tgz] |
---|---|---|
author | Salvador Guerrero <salg@google.com> | Tue Apr 30 22:35:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 30 22:35:50 2024 |
tree | 9910c7d48b20aed2f3407fa60537fdf1abb8fa2e | |
parent | 8370bb9445f89afe6b25786954db1df0afcd5ea0 [diff] |
[Reader mode] Fixed reader mode not working on Incognito tabs We recently changed the entry point for reader mode to use a contextual toolbar button instead of the previous message implementation. This resulted in a more stable experience as the button wasn't as loud so it needed no rate limiting. This contextual toolbar button is not available on incognito tabs as the underlying segmentation service is not available on OTR profiles. This CL restores the previous message entry point when opening reader mode pages on incognito tabs. A similar approach is already done on CCT tabs. Bug: 328182250 Change-Id: I893b636df5c9e7326c5b5b4793b7a41aabdc8b50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5503374 Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Salvador Guerrero Ramos <salg@google.com> Cr-Commit-Position: refs/heads/main@{#1294638}
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.