Commit Graph

11 Commits

Author SHA1 Message Date
vivek
7fe3e89a85 Bug 1142171 - Pre: Refactor HistoryAdapter to a separate class and defined section ranges r=sebastian. 2015-08-12 20:16:07 +03:00
Sebastian Kaspari
3e3bf70912 Bug 1084062 - Support read/unread state in reading list UI. r=mhaigh 2015-08-14 10:17:40 +02:00
Mark Capella
7800d0949d Bug 1191872 - Move annotations to org.mozilla.gecko.annotation package, r=jchen 2015-08-10 19:19:51 -04:00
Ahmed Khalil
0cfc0b1786 Bug 1159020 - Move share overlay's access to sync to TabsProvider, r=nalexander
This includes a JUnit 3 test (not yet run in automation) to test this
functionality.
2015-05-28 14:39:16 -07:00
vivek
8327c2c344 Bug 822979 - Bookmark popup notification improvements. r=margaret 2015-05-07 15:07:00 +02:00
Andy Pusch
231fd499e3 Bug 1139379 - Rename "Form & search history" to "Form history" and add "Search history" under clear private data. r=margaret 2015-03-30 14:20:00 -04:00
Richard Newman
49cc211126 Bug 1130461 - Part 1: change schema for reading list. r=margaret
This patch does several things, all in one commit because of a schema update:

* Uses _id instead of guid when referring to reading list items, allowing the guid column to be null.
* Reworks schema upgrading.
* Completely revises the reading list schema itself.
* Fixes the tests.
* Cleans up how we do deletion: if an item hasn't yet been synced, it's simply deleted immediately. We can do this because the server allocates GUIDs.
* Adds columns to manage sync-related metadata.
2015-02-23 10:35:11 -08:00
Robin Ricard
ab841121a3 Bug 1124193 - Last synced date is wrong on first sync. r=nalexander
This prints a separate message when we see a very early sync time
(including timestamp 0, corresponding to 1970).
2015-02-18 05:18:00 -08:00
Richard Newman
832cb9a1a3 Bug 1131257 - Part 1: split LocalReadingListDB out of LocalBrowserDB. r=margaret
Centralizing reading list access logic will make Bug 1130461 much easier. This bug is the first part of that.

We follow the same pattern as for URLMetadata, TabsAccessor, and Searches; BrowserDB hands over a single class that's specialized to handle the Reading List.
2015-02-10 16:42:13 -08:00
Margaret Leibovic
5a21c98952 Bug 1113454 - Download and cache reader mode content in the background. r=rnewman 2015-01-26 19:03:41 +01:00
Richard Newman
62fa7b6eee Bug 1077590 - Part 1: make all per-profile DB access go through a profile. r=wesj
* * *
Bug 1077590 - Review comments.
2015-01-11 20:45:09 -08:00