| commit | 09eb85df51f74ee46dead7da54f15cc571c84d05 | [log] [tgz] |
|---|---|---|
| author | dpapad <dpapad@chromium.org> | Tue Apr 08 04:47:10 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 08 04:47:10 2025 |
| tree | 5960fccbdfa58ef1b5452ff4600b2c00d4e45d59 | |
| parent | d7caf3d96d725ca6600e976085e8861d71c84553 [diff] |
[Reland] SidePanel Bookmarks: Cleanup power-bookmark-row Lit patterns. Reland notes: The flaky SidePanelPowerBookmarksTest.List test was dealt with in a precursor CL. This code was using Lit patterns that go against the styleguide, where function bindings appearing in the Lit template would have unnecessary parameters, instead of grabbing the same objects from `this`. Moreover, Lit bindings to the canDrag property were using incorrect syntax. Bug: 40943652 Change-Id: I51cbcb864d1553edce52f4d73043f5df532a10e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438747 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443919}
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.