| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1815633003
Cr-Commit-Position: refs/heads/master@{#383073}
|
|
|
|
|
|
|
|
|
|
| |
Set unseen state of reading list before notifying observers.
BUG=NONE
Review URL: https://codereview.chromium.org/1810903002
Cr-Commit-Position: refs/heads/master@{#381698}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1705153002
Cr-Commit-Position: refs/heads/master@{#379844}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Batch updates are many updates performed in a short timeframe, for
example during sync (as opposed to manual user-initiated changes that
happen one at a time). Having batch updates is useful when updating
a collection view representing reading list to prevent crashes on
internal assertions when the updates happen multiple times during one
runloop cycle.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/1723623002
Cr-Commit-Position: refs/heads/master@{#376997}
|
|
An API for a model to support reading lists plus an in-memory implementation for development purpose. Users of this API should only use the factory to get access to a model.
BUG=None
Review URL: https://codereview.chromium.org/1643573007
Cr-Commit-Position: refs/heads/master@{#375427}
|