commit | 7fde08f3a92a66377365aa7021167be22039afe9 | [log] [tgz] |
---|---|---|
author | Asami Doi <asamidoi@chromium.org> | Fri Jul 18 16:44:41 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 18 16:44:41 2025 |
tree | 05a493bc782604d5837f011a93650628a3b2db15 | |
parent | c74f5bf97c767c88e6ce3da12f64c66b08fbc618 [diff] |
[ios] Fix that a tab is added to the end of list A new tab should be added next to the active web state if the active web state exists. Prior to this CL, a tab was added to the end of tabs. When `LoadUrlInNewTabImpl()` is called with an invalid WebStateID, we shouldn't clear `parent_web_state`. Change-Id: Ib1ca29af25d23948b01e9601d1169d6d486d1e77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6768729 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Auto-Submit: Asami Doi <asamidoi@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1488902}
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.