summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/reading_list
Commit message (Collapse)AuthorAgeFilesLines
* Add persistence layer to Reading list modelolivierrobin2016-03-247-3/+219
| | | | | | Review URL: https://codereview.chromium.org/1815633003 Cr-Commit-Position: refs/heads/master@{#383073}
* Set unseen state of reading list before notifying observers.lod2016-03-171-1/+1
| | | | | | | | | | 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}
* [Share extension] Receive and parse items from the share extension.olivierrobin2016-03-081-13/+12
| | | | | | Review URL: https://codereview.chromium.org/1705153002 Cr-Commit-Position: refs/heads/master@{#379844}
* Adds support for batch update mode in Reading List Model.stkhapugin2016-02-235-8/+140
| | | | | | | | | | | | | | | | 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}
* Reading list model API.noyau2016-02-1512-0/+627
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}