commit | b61c62bfa5ed321720ab710baca689a0f137fdf0 | [log] [tgz] |
---|---|---|
author | Rubin Deliallisi <rubindl@chromium.org> | Tue Aug 23 09:58:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 09:58:28 2022 |
tree | 7a2acbd04d0a885e921767efa4418078c461629a | |
parent | e4d19033db2bd897ebb11028f8c9b263945e80ca [diff] |
Privacy Guide: Use Fragments instead of ViewHolders Move from the RecycleView.Adapter to FragmentStateAdapter. This is needed since each of the steps of the guide does not have just a visual component but also a functional one. Bug: 1353753 Change-Id: Ib1f99c623dbf8e8dcc01aab74b5d992c8cc9d337 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3841816 Commit-Queue: Rubin Deliallisi <rubindl@chromium.org> Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Reviewed-by: Andrey Zaytsev <andzaytsev@google.com> Cr-Commit-Position: refs/heads/main@{#1038165}
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.