commit | 81e047717661e2317c6c79820dfab9ca95be2a27 | [log] [tgz] |
---|---|---|
author | ginnnnnnny <ginnyhuang@chromium.org> | Fri Jan 31 16:33:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 16:33:07 2025 |
tree | fc22d828d3d5c276fd19409e8c01b84159eee1b1 | |
parent | 798f29f4e90350b5e95cdb3224adf5d680ab56ef [diff] |
[iOS] Move incognito reauthentication to URL loading browser agent The process has always been implemented in the action handler for the "Open in Incognito" context menu. Since Discover articles do not share the same context menu with tabs using CRWWebViews, it does NOT go through the incognito re-authentication process. Moving the reauth process to URL loading browser agent to cover more scenarios when an incognito tab is opened from other browsers. Fixed: 390421278 Change-Id: I35b751aec7c211959feb2c4fd0ee1be245b63732 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6209108 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Auto-Submit: Ginny Huang <ginnyhuang@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414163}
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.