commit | 41f751cec71af04fbf84a3fd14eff7ba03163d54 | [log] [tgz] |
---|---|---|
author | Chris Lu <thegreenfrog@chromium.org> | Fri Sep 10 16:08:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 10 16:08:45 2021 |
tree | 327acb97e14dd5bc3f7bf734eda5daae784b44dd | |
parent | 1345d1112fe5783f3f566ac2bcccf15e126943bf [diff] |
Reland "[ios] Set Reading List Messages Toggle item's on property" This is a reland of 80928c4f7a6b8158e08d62b3cda340a4bcf68a0f Original issue: Removed target selector by removed cellForRowAtIndexPath implementation. Original change's description: > [ios] Set Reading List Messages Toggle item's on property > > Instead of relying on cellForRowAtIndexPath to configure the > Reading List Messages toggle switch, the correct approach is > to set the item's on property so that configureCell: updates > the cell's switch on state. > > Bug: 1240802 > Change-Id: Ia62bbaf4804f94f231053fda31d06d1e73a703a8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3137533 > Auto-Submit: Chris Lu <thegreenfrog@chromium.org> > Commit-Queue: Olivier Robin <olivierrobin@chromium.org> > Reviewed-by: Olivier Robin <olivierrobin@chromium.org> > Cr-Commit-Position: refs/heads/main@{#917583} Bug: 1240802 Change-Id: Iae26a8bc78cd822ec105eda2be28ead7d9d49f1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3152394 Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/main@{#920238}
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.