Commit Graph

405 Commits

Author SHA1 Message Date
Richard Newman
33c61da5df Bug 1016611 - Part 5: be resilient against failed insertions. r=margaret 2014-06-20 07:41:05 -07:00
Richard Newman
b785e23e06 Bug 1016611 - Part 2: further cleanup. r=margaret 2014-06-20 07:41:04 -07:00
Richard Newman
747fa3ed5e Bug 1016611 - Part 1: don't process distribution files for webapp profiles. r=margaret 2014-06-16 16:07:43 -07:00
Wes Kocher
709611c298 Backed out changeset 62cce2cf895f (bug 1016611) for causing Android bustage on a CLOSED TREE 2014-06-16 17:41:28 -07:00
Richard Newman
5b0f784f2e Bug 1016611 - Don't process distribution files for webapp profiles. r=margaret 2014-06-16 16:07:43 -07:00
Chenxia Liu
5ae2feb446 Bug 1010266 - Part 1: Blacklist Top Sites suggestions that have been "removed" by user. r=lucasr 2014-06-12 12:07:09 -07:00
Nick Alexander
dcbd0c6b09 Bug 1021055 - Add Sync client device type to Fennec's tabs provider. r=rnewman
This is the expedient thing to do.  The right thing to do is to
deprecate Sync's clients database in favour of Fennec's clients table,
but that's a good chunk of work for a small gain.
2014-06-11 14:20:24 -07:00
Richard Newman
e356eea033 Bug 1017778 - Telemetry probe for home provider database errors. r=margaret 2014-06-02 14:17:36 -07:00
Lucas Rocha
9d3309a14a Bug 1017574 - Force suggested sites refresh on locale changes (r=mfinkle) 2014-05-29 21:30:32 +01:00
Lucas Rocha
a67c3c3bbf Bug 1009587 - Part 4: Use suggested thumbnail on top sites whenever it's available (r=mfinkle) 2014-05-29 13:04:36 +01:00
Lucas Rocha
8577739ff3 Bug 1009587 - Part 3: Hold a strong reference to cached suggested sites (r=mfinkle) 2014-05-29 13:04:36 +01:00
Lucas Rocha
22503683b4 Bug 1009587 - Part 2: Add SuggestedSites API to get image URL and bg color (r=mfinkle) 2014-05-29 13:04:35 +01:00
Lucas Rocha
14b2b896eb Bug 1009587 - Part 1: Store suggested sites in a Map instead of a List (r=mfinkle) 2014-05-29 13:04:35 +01:00
Richard Newman
8a67316e52 Bug 1013684 - Delay loading of distribution bookmarks. r=margaret 2014-05-28 15:26:42 -07:00
Richard Newman
1178c866ef Bug 1006947 - Part 0: clean up SQLiteBridge. r=trivial 2014-05-28 14:54:00 -07:00
Richard Newman
5fb3078fc7 Bug 1014988 - Use Context.MODE_ENABLE_WRITE_AHEAD_LOGGING when opening databases. r=bnicholson 2014-05-28 14:53:59 -07:00
Lucas Rocha
275025d8c4 Bug 1010261 - Change SuggestedSites to account for enabled/disabled state (r=mfinkle) 2014-05-23 14:27:53 +01:00
Richard Newman
b81eebd709 Bug 1014338 - Part 0: move Distribution class into its own package. r=margaret
--HG--
rename : mobile/android/base/Distribution.java => mobile/android/base/distribution/Distribution.java
2014-05-22 17:34:04 -07:00
Lucas Rocha
66f774333d Bug 1009853 - Override getNotificationUri() in TopSitesCursorWrapper (r=mfinkle) 2014-05-14 15:02:34 -07:00
Lucas Rocha
5ccbeed7ff Bug 997888/1008210 - Exclude pinned/top sites from suggested sites (r=mfinkle) 2014-05-13 16:33:19 +01:00
Lucas Rocha
95d40b7601 Bug 997888 - Add API to exclude URLs from suggested sites (r=mfinkle) 2014-05-13 16:33:19 +01:00
Lucas Rocha
ba682ce0aa Bug 997777 - Optimize moveToPosition() in TopSitesCursorWrapper (r=wesj) 2014-05-13 14:08:30 +01:00
Lucas Rocha
8176134f9b Bug 1008295 - Replace ArrayMap with HashMap in TopSitesCursorWrapper (r=mfinkle) 2014-05-12 17:22:02 +01:00
Lucas Rocha
19ec32fd93 Bug 997782 - Use suggested sites in the top sites query (r=wesj) 2014-05-09 16:34:55 +01:00
Lucas Rocha
6214b01e23 Bug 997782 - Wrap suggested sites in TopSitesCursorWrapper (r=mfinkle) 2014-05-09 16:34:54 +01:00
Lucas Rocha
9599a9f05e Bug 997782 - Precompute number of pinned sites before current position (r=wesj) 2014-05-09 16:34:54 +01:00
Lucas Rocha
32528c9552 Bug 997782 - Only include visited pages in the top sites query (r=wesj) 2014-05-09 16:34:54 +01:00
Lucas Rocha
0e3d4f1974 Bug 997772 - Introduce SuggestedSites component (r=mfinkle) 2014-05-09 09:39:14 +01:00
Lucas Rocha
83b6cd35fd Bug 996657 - Factor out code to check valid cursor positions (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
f7412ec6c8 Bug 996657 - Factor out code to update cursor positions (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
66d8f78855 Bug 996657 - Streamline schema for TopSitesCursorWrapper (r=wesj) 2014-05-07 12:01:19 +01:00
Lucas Rocha
f55a0eb4af Bug 996657 - Store pinned sites cursor and fetch values from it (r=wesj) 2014-05-07 12:01:18 +01:00
Lucas Rocha
44bc34f67a Bug 996657 - Change TopSitesCursorWrapper to be a Cursor (r=wesj) 2014-05-07 12:01:18 +01:00
Lucas Rocha
e8e358e01d Bug 996657 - Simplify top sites cursor by introducing row types (r=wesj) 2014-05-07 12:01:17 +01:00
Wes Johnston
f576b638cd Bug 996129 - Don't thumbnail sites with cache control headers set. r=kats 2014-05-05 22:33:29 -07:00
Richard Newman
e8b56f089a Bug 1003911 - Part 1: don't try to extract null favicons from the database. r=margaret 2014-05-01 14:19:33 -07:00
Margaret Leibovic
561d2aee9f Bug 1000849 - Make a dummy MatrixCursor to listen for dataset changed notifications. r=lucasr 2014-04-25 08:29:27 -07:00
Lucas Rocha
9107108547 Bug 994734 - Set cursor notification URI in HomeProvider (r=margaret) 2014-04-23 15:22:34 +01:00
Lucas Rocha
770170801c Bug 994734 - Pass dataset id as query argument in HomeProvider (r=margaret) 2014-04-23 15:22:34 +01:00
Lucas Rocha
a7c2b0f762 Bug 999398 - Rename RawResource.get() to RawResource.getAsString() (r=nalexander) 2014-04-22 17:45:51 +01:00
Chenxia Liu
7f7f2ee8b2 Bug 856565 - Removing bookmark will unpin and remove website from Home page. r=margaret 2014-04-21 11:14:23 -07:00
Richard Newman
fc8ef9e2f8 Bug 990130 - Fall back to full path of library on failure. r=mfinkle 2014-04-16 10:57:59 -07:00
Lucas Rocha
9b1b74c44d Bug 993970 - Coding style fixes in TopSitesCursorWrapper (r=wesj) 2014-04-15 16:31:56 +01:00
Lucas Rocha
0536df5096 Bug 993970 - Make PinnedSite instances immutable (r=wesj) 2014-04-15 16:31:55 +01:00
Lucas Rocha
0defbb048d Bug 993970 - Factor out TopSitesCursorWrapper into separate file (r=wesj) 2014-04-15 16:31:55 +01:00
Lucas Rocha
edb88c478a Bug 994189 - Factor out method to load raw resource (r=margaret) 2014-04-15 16:12:03 +01:00
Alexandru Chiriac
1fde8b9921 Bug 964100 - The reading list items are sorted descending by the 'DATE_MODIFIED' field. r=lucasr 2014-04-14 06:50:00 +02:00
Richard Newman
96fd5e9683 Bug 986114 - Part 2: switch TabsProvider to use PerProfileDatabaseProvider. r=nalexander 2014-03-21 16:00:39 -07:00
Richard Newman
f2fe7a9cab Bug 986114 - Part 1: ReadingListProvider and BrowserProvider should share DB accessors. r=nalexander
* * *
Bug 986114 - Follow-up: Fix bustage on a CLOSED TREE.
2014-03-21 16:00:38 -07:00
Phil Ringnalda
666e28991c Back out 4 changesets (bug 986114) for 50% roboprovider bustage
CLOSED TREE

Backed out changeset cc87c22aab07 (bug 986114)
Backed out changeset c75b0b78ebbf (bug 986114)
Backed out changeset d9e1c755f554 (bug 986114)
Backed out changeset f1d1a28b0f5a (bug 986114)
2014-03-22 21:34:30 -07:00