commit | bbebf160c56a42207651945427252bf266dc7245 | [log] [tgz] |
---|---|---|
author | Matt Jones <mdjones@chromium.org> | Fri Sep 27 19:35:47 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 27 19:35:47 2024 |
tree | 56eaea0cb91d43ccbb3b6ff6d4985e4168d4caf5 | |
parent | bd0dda6352d395c886a736c69f7c32e612e692d2 [diff] |
[Compare] Implement max table size This patch adds a limit to the number of items that can be added to a comparison table (currently 10). Additions are blocked at both the UI layer and the storage layer. If a user clicks the "add new column" button and the table is already at the max number of items, we'll show a message reflecting that. The other product selectors remain unchanged. Screenshot: https://screenshot.googleplex.com/BHbquVedii3r72C Bug: 362360883 Change-Id: Ia92b2ef4ca2a406142fa367658102a05801ebd7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5893003 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1361325}
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.