commit | db24b9f55d985bca8810394ae3d880fcaf025d4d | [log] [tgz] |
---|---|---|
author | Marlon Facey <mfacey@chromium.org> | Fri Jun 14 19:18:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 14 19:18:05 2024 |
tree | 6f2dec892ab2745b6848527145206a7193a1376b | |
parent | e1626191572f2ab11a2d7c7bfd8de27608f72c3d [diff] |
[Tab Resume 1.0] Reland Send all tabs to handler upon dismissal Bind tabs to getVisibleTabs so the visible tabs update when the tabs update. As only 5 urls were sent to the handler to be saved upon dismissal but the handler was checking all the urls that were sent to the UI for matches with those 5, the same tabs would always show up if after they were already dismissed if there are more than 5 tabs. Now all the tabs are sent to the handler to be checked against the new tabs. Reverted CL: https://chromium-review.googlesource.com/c/chromium/src/+/5593239 Bug: 333913960 Change-Id: I78eb54a7cacbd7a835ebfa786c8fddce236045a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5630460 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Marlon Facey <mfacey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1315386}
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.