Commit Graph

333 Commits

Author SHA1 Message Date
Sola Ogunsakin
8889d81bef Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Richard Newman
d1c9b4eb93 Bug 970604 - Tab loads hit the DB twice when once will do. r=bnicholson 2014-02-12 11:50:35 -08:00
Ryan VanderMeulen
3fb960bf29 Backed out changeset bb5701078d13 (bug 961238) for likely troboprovider bustage. 2014-02-12 09:02:46 -05:00
Sola Ogunsakin
cf00b35e23 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Wes Kocher
31d531638f Backed out changeset bb4254c72efb (bug 961238) for robocop1 bustage on a CLOSED TREE 2014-02-10 15:52:52 -08:00
Sola Ogunsakin
a281bad71a Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Lucas Rocha
80fa677593 Bug 963046 - Add image_url column to HomeProvider's fake items (r=margaret) 2014-02-06 21:06:39 +00:00
Margaret Leibovic
8ad019dff3 Bug 952310 - (Part 2) Unify JS and Java representations of HomeProvider schema. r=lucasr
--HG--
rename : mobile/android/base/resources/raw/fake_list_items.json => mobile/android/base/resources/raw/fake_home_items.json
2014-01-27 13:50:56 -08:00
Margaret Leibovic
c7f5f47cd7 Bug 952310 - (Part 1) Rename HomeListsProvider -> HomeProvider. r=lucasr
--HG--
rename : mobile/android/base/db/HomeListsProvider.java => mobile/android/base/db/HomeProvider.java
2014-01-27 13:49:34 -08:00
Margaret Leibovic
d1f2ed3875 Bug 961092 - Update HomeListsProvider to use the SQLiteBridge. r=wesj 2014-01-24 15:16:17 -08:00
Margaret Leibovic
404d538d4d Bug 949039 - Improve queryFakeItems to pull list items from a JSON file. r=wesj 2014-01-24 15:11:15 -08:00
Chris Kitching
fd89ba61e4 Bug 748100: Augment Favicon decoder with the ability to decode ICO files. r=rnewman 2014-01-18 03:24:28 +00:00
Marcos Cezar
319ac2f7c8 Bug 947506 - Rename PerProfileContentProvider to SQLiteBridgeContentProvider. r=margaret
--HG--
rename : mobile/android/base/db/PerProfileContentProvider.java => mobile/android/base/db/SQLiteBridgeContentProvider.java
2014-01-17 17:02:55 -08:00
Michael Comella
e268ccffc2 Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-13 15:08:58 -08:00
Ryan VanderMeulen
bd2a66c458 Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage. 2014-01-14 15:38:15 -05:00
Michael Comella
0ab461f70f Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-14 10:28:30 -08:00
Richard Newman
5a1904e022 Bug 847021 - Correctly drop bookmarks_type_deleted_index during migration. r=mfinkle 2014-01-13 19:36:35 -08:00
Joshua Dover
1c1d71ee97 Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella 2014-01-08 13:42:45 -08:00
Margaret Leibovic
f6309695e3 Bug 941318 - Create content provider to store home lists data. r=wesj 2013-12-19 14:51:09 -08:00
Margaret Leibovic
18780423ab Bug 949208 - Don't use reflection to get database name in robocop tests. r=wesj 2013-12-16 16:18:56 -08:00
Margaret Leibovic
8a2e2e829a Bug 941357 - (Part 2) Update BrowserProvider to use PerProfileDatases. r=rnewman 2013-12-09 09:06:02 -08:00
Margaret Leibovic
eaf2f775ce Bug 941357 - (Part 1) Consolidate per-profile content provider logic in PerProfileDatabases, starting with TabsProvider. r=rnewman 2013-12-09 09:05:59 -08:00
Chris Kitching
7105a00506 Bug 709230 - Part 3: annotate the remaining Robocop entry points. r=gbrown,rnewman 2013-11-18 21:09:00 -08:00
Richard Newman
c10b1b92ad Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Lucas Rocha
8ca68f6008 Bug 883500 - Update query to avoid bookmarks with null URLs. r=mfinkle 2013-11-18 15:40:27 -08:00
Margaret Leibovic
84c92aeac4 Bug 935414 - Limit number of constraint terms in filter query. r=lucasr 2013-11-08 13:35:41 -08:00
Richard Newman
c3e4df08fa Bug 926430 - Part 4: fix pinning and other DB use to correctly handle update-or-insert. r=bnicholson
* * *
Update robocop test.
2013-10-31 10:35:17 -07:00
Richard Newman
6edd6350a8 Bug 931918 - Part 0: tidying and logging. r=bnicholson 2013-10-31 10:35:16 -07:00
Brian Nicholson
48b7589d99 Bug 924968 - Do an update or insert instead of multiple operations when pinning site. r=rnewman
--HG--
extra : rebase_source : 1cef6489007b165f09b29b862b38ec532c57fd2e
2013-10-28 13:58:51 -07:00
Chris Kitching
e0ce640cda Bug 914296: Add more intelligent caching to the Favicons system. r=rnewman 2013-10-11 16:42:39 -07:00
Richard Newman
06cc82ed3f Bug 919768 - Slowdown and OOM hit visiting top-sites in about:home. r=sriram 2013-09-30 20:56:09 -07:00
Margaret Leibovic
110c9bd8fa Bug 912994 - Update top sites query to exclude reading list items. r=wesj 2013-09-25 08:56:56 -07:00
Lucas Rocha
03b17e0283 Bug 917455 - Implement missing getInt() in TopSitesCursorWrapper (r=sriram) 2013-09-20 15:53:04 -04:00
Lucas Rocha
8a36f852cf Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj) 2013-09-19 17:18:06 -04:00
Lucas Rocha
f3e7db6940 Bug 917455 - Update top sites behaviour for about:home's Top Sites panel (r=wesj) 2013-09-18 17:56:32 -04:00
Margaret Leibovic
d639c2867e Bug 917455 - Revert getTopBookmarks back to getTopSites. r=wesj 2013-09-18 13:32:22 -04:00
Shane Tully
847303f911 Bug 880118 - Provide a way to disable content providers for a GeckoView library. r=blassey 2013-08-20 14:54:16 -07:00
Margaret Leibovic
7efee5bdc8 Bug 907881 - Update normal cursor position when moving beyond its bounds in TopSitesCursorWrapper. r=wesj 2013-08-23 13:09:24 -07:00
Margaret Leibovic
7d32343eaf Bug 885084 - Only return top bookmarks for bookmarks page thumbnails. r=wesj 2013-08-21 11:33:58 -07:00
Lucas Rocha
79c105da2d Bug 904081 - Avoid exceeding query var limit in getFaviconsForUrls() (r=margaret) 2013-08-15 17:39:16 +01:00
Margaret Leibovic
cd31dec075 merge m-c into fig 2013-07-28 12:08:01 -07:00
Sriram Ramasubramanian
abac0f3ed5 Bug 898276: HistoryPage should use FaviconsLoader. [r=lucasr] 2013-07-26 14:55:20 -07:00
Margaret Leibovic
83feb133fa merge m-c into fig 2013-07-17 13:50:36 -07:00
Sriram Ramasubramanian
f1735eccc4 Bug 893990: Remove KEYWORD column from bookmark search query. [r=margaret] 2013-07-16 14:35:05 -07:00
Sriram Ramasubramanian
950a7d421f Bug 893990: BookmarksPage should use FaviconLoader. [r=margaret] 2013-07-16 14:23:38 -07:00
Lucas Rocha
036ab8e6a1 Bug 882716 - Add getFaviconBytesForUrl() to BrowserDB (r=wesj) 2013-07-08 23:02:02 +01:00
Sriram Ramasubramanian
d0be782334 Merge m-c to fig. [r=karma] 2013-07-03 17:08:31 -07:00
Brian Nicholson
14f5591620 Bug 890515 - Purge 0-byte favicons and thumbnails from the database. r=rnewman
--HG--
extra : rebase_source : 0061324295111da592e2f543fa67f0042c005000
2013-07-24 22:08:42 -07:00
Mark Capella
0bfbdd86ca Bug 886587 - Remove profile migrator, r=gcp, f=rnewman 2013-07-24 18:50:26 -04:00
Chris Kitching
da593a33f2 Bug 887820 - Close cursors in LocalBrowserDB and its users. r=mleibovic 2013-07-11 10:43:36 -04:00