commit | 3fadf654526ce7890fd5663c43261b93513ac5d5 | [log] [tgz] |
---|---|---|
author | Quentin Pubert <qpubert@google.com> | Wed May 07 15:56:36 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 15:56:36 2025 |
tree | 320c61f8ef5ab91df31ab35b66878219cf054b87 | |
parent | 76305e215a6164a584c01cb94e94c4008f059897 [diff] |
[iOS] Forward Reader mode content navigations to host WebState This CL adds a tab helper specifically for the Reader mode content WebState to act as policy decider, block navigations (except for the first navigation to the Reader mode content itself) and inform its delegate i.e. the ReaderModeTabHelper so itself can trigger a navigation in the host WebState to any link the user may have tapped in Reader mode content, and close Reader mode. Bug: 414566737 Change-Id: I6943a6886042c65e11d0d4901a5bdcb4d32426e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6513568 Auto-Submit: Quentin Pubert <qpubert@google.com> Reviewed-by: Nohemi Fernandez <fernandex@google.com> Commit-Queue: Nohemi Fernandez <fernandex@google.com> Cr-Commit-Position: refs/heads/main@{#1457033}
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.