commit | 245debedabed21bd1211cf5b1239ab5acdedc482 | [log] [tgz] |
---|---|---|
author | David Black <dmblack@google.com> | Thu Nov 04 02:00:16 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 04 02:00:16 2021 |
tree | e6d38e7cdd06cbb9ef9f2254697eb52f4c092bec | |
parent | 95196aa11a2b898a5c0eb0a1cea82821eda26c16 [diff] |
personalization: Stub in photos grid for Google Photos collection. Demo: http://shortn/_jtLy7ONoQ6 Note 1: This CL assumes that the photos grid does not need to be implemented in an untrusted iframe in order render images in the future. Note 2: This CL does *not* use a 'grid' iron-list as the spec for the Google Photos collection [1] requires grouping photos under a header by date/location. That is not possible to do via a 'grid' iron-list, so this CL uses a 'list' iron-list and constructs the grid manually. Headers will be added in a future CL. [1] http://shortn/_2eijfld3iS Bug: b:204610310 Change-Id: I4945b0f65c8b8055839b3b0cb3da6c6e713f54c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3253769 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Jeffrey Young <cowmoo@chromium.org> Cr-Commit-Position: refs/heads/main@{#938102}
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.