Commit Graph

341 Commits

Author SHA1 Message Date
Richard Newman
62b95b4b98 Bug 947939 - Part 2: transaction handling in deletes and updates, more efficient bulk updates. r=nalexander 2014-02-25 12:27:54 -08:00
Richard Newman
6c4ec9b26a Bug 947939 - Part 1: reimplement cleanupSomeDeletedRecords. r=nalexander 2014-02-25 12:27:54 -08:00
Richard Newman
2c9278c3b9 Bug 947939 - Part 0: general cleanup in BrowserProvider. r=nalexander 2014-02-25 12:27:53 -08:00
Richard Newman
1d05821893 Bug 975774 - Part 20: clean up imports in HomeProvider. r=trivial 2014-02-22 19:53:00 -08:00
Richard Newman
ad17245eb0 Bug 975774 - Part 16: clean up imports in LocalBrowserDB. r=trivial 2014-02-22 19:52:59 -08:00
Richard Newman
7f7098c927 Bug 975774 - Part 9: clean up imports in BrowserDB. r=trivial 2014-02-22 19:52:56 -08:00
Josh Dover
fec2ab1717 Bug 942295 - Add basic filter support to Hub panels. r=lucasr 2014-02-05 11:00:06 -08:00
Richard Newman
c4c21e9236 Bug 974291 - Correctly handle deleted items in getItemFlags. r=bnicholson 2014-02-19 10:53:24 -08:00
Sola Ogunsakin
41391a4ccf Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Richard Newman
95e6a9e71b Bug 970604 - Tab loads hit the DB twice when once will do. r=bnicholson 2014-02-12 11:50:35 -08:00
Ryan VanderMeulen
92003e7ff9 Backed out changeset bb5701078d13 (bug 961238) for likely troboprovider bustage. 2014-02-12 09:02:46 -05:00
Sola Ogunsakin
bfb4e076cd Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Wes Kocher
b60c44c234 Backed out changeset bb4254c72efb (bug 961238) for robocop1 bustage on a CLOSED TREE 2014-02-10 15:52:52 -08:00
Sola Ogunsakin
7139e29763 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Lucas Rocha
add8fae09e Bug 963046 - Add image_url column to HomeProvider's fake items (r=margaret) 2014-02-06 21:06:39 +00:00
Margaret Leibovic
0874a0cbf0 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
26659cbaa0 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
e5a33a59ed Bug 961092 - Update HomeListsProvider to use the SQLiteBridge. r=wesj 2014-01-24 15:16:17 -08:00
Margaret Leibovic
4917e25faf Bug 949039 - Improve queryFakeItems to pull list items from a JSON file. r=wesj 2014-01-24 15:11:15 -08:00
Chris Kitching
89e4506e92 Bug 748100: Augment Favicon decoder with the ability to decode ICO files. r=rnewman 2014-01-18 03:24:28 +00:00
Marcos Cezar
683f65f2a1 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
45f44bec7c Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-13 15:08:58 -08:00
Ryan VanderMeulen
eb9e0b2911 Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage. 2014-01-14 15:38:15 -05:00
Michael Comella
cfb4994a6c Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-14 10:28:30 -08:00
Richard Newman
3f59ec59e8 Bug 847021 - Correctly drop bookmarks_type_deleted_index during migration. r=mfinkle 2014-01-13 19:36:35 -08:00
Joshua Dover
7fa7a97cbd Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella 2014-01-08 13:42:45 -08:00
Margaret Leibovic
a7d8706c72 Bug 941318 - Create content provider to store home lists data. r=wesj 2013-12-19 14:51:09 -08:00
Margaret Leibovic
8b8147ed57 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
803715f1ba Bug 941357 - (Part 2) Update BrowserProvider to use PerProfileDatases. r=rnewman 2013-12-09 09:06:02 -08:00
Margaret Leibovic
ab39990106 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
ae8356f784 Bug 709230 - Part 3: annotate the remaining Robocop entry points. r=gbrown,rnewman 2013-11-18 21:09:00 -08:00
Richard Newman
67a90a0fe8 Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Lucas Rocha
ae0e640603 Bug 883500 - Update query to avoid bookmarks with null URLs. r=mfinkle 2013-11-18 15:40:27 -08:00
Margaret Leibovic
a3f5a7c47b Bug 935414 - Limit number of constraint terms in filter query. r=lucasr 2013-11-08 13:35:41 -08:00
Richard Newman
e6b1f35a2c 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
ac4593c787 Bug 931918 - Part 0: tidying and logging. r=bnicholson 2013-10-31 10:35:16 -07:00
Brian Nicholson
532a830e10 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
e77ac56e41 Bug 914296: Add more intelligent caching to the Favicons system. r=rnewman 2013-10-11 16:42:39 -07:00
Richard Newman
5a8e1c9ed8 Bug 919768 - Slowdown and OOM hit visiting top-sites in about:home. r=sriram 2013-09-30 20:56:09 -07:00
Margaret Leibovic
4eba586971 Bug 912994 - Update top sites query to exclude reading list items. r=wesj 2013-09-25 08:56:56 -07:00
Lucas Rocha
cd587cae73 Bug 917455 - Implement missing getInt() in TopSitesCursorWrapper (r=sriram) 2013-09-20 15:53:04 -04:00
Lucas Rocha
291b0736cd Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj) 2013-09-19 17:18:06 -04:00
Lucas Rocha
d879c87d0f 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
a1ca5f7a5e Bug 917455 - Revert getTopBookmarks back to getTopSites. r=wesj 2013-09-18 13:32:22 -04:00
Shane Tully
a3e33fb955 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
ed14d537ac 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
a3d6f033bf Bug 885084 - Only return top bookmarks for bookmarks page thumbnails. r=wesj 2013-08-21 11:33:58 -07:00
Lucas Rocha
bc9c964732 Bug 904081 - Avoid exceeding query var limit in getFaviconsForUrls() (r=margaret) 2013-08-15 17:39:16 +01:00
Margaret Leibovic
6804b8467f merge m-c into fig 2013-07-28 12:08:01 -07:00
Sriram Ramasubramanian
d5c7e0c0f9 Bug 898276: HistoryPage should use FaviconsLoader. [r=lucasr] 2013-07-26 14:55:20 -07:00