commit | 184b3f7556f79b229cedd891f048a1a56151d2cc | [log] [tgz] |
---|---|---|
author | rbpotter <rbpotter@chromium.org> | Wed Oct 23 15:43:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 23 15:43:26 2024 |
tree | 9035f6e8bcb9783798183d8dfc064e995c96af72 | |
parent | 3c949d0885a25151e474d9cb709ba8723c661cea [diff] |
Extensions: Add an asyncMap() directive to replace dom-repeat Add a new AsyncMapDirective class in chrome://extensions, along with corresponding tests. The new directive internally uses map() to display a list of items, and supports |initialCount| and |filter| parameters. These parameters are used by some dom-repeats in the extensions list currently; these dom-repeats will be migrated to use the new directive in a followup. Also adding a test, and adding the relevant code to the lit bundle. lit.rollup.js minified size increases 1.9kB with this change: Before: 17557 bytes After: 19446 bytes Bug: 40943652 Change-Id: I0644fe90da1b584e43ce64eb2bbdebda922fbc2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5941684 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1372729}
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.