Commit Graph

319 Commits

Author SHA1 Message Date
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
Sriram Ramasubramanian
b1a357077c Bug 862796: LocalBrowser DB doesn't need reading list. [r=bnicholson] 2013-05-29 15:04:22 -07:00
Brian Nicholson
35619dbcd5 Bug 867058 - Check bytes.length before decoding favicons. r=mfinkle 2013-05-23 11:42:30 -07:00
Chris Kitching
d909f4bec8 Bug 888074 - Replacing single-threaded uses of StringBuffer with StringBuilder. r=rnewman 2013-07-02 08:12:17 -04:00
Chris Peterson
66bbeccb91 Bug 863154 - Part 2: Catch Bitmap OOMs when decoding resources. r=mfinkle 2013-05-07 18:30:47 -07:00
Margaret Leibovic
090866d549 Bug 867125 - Ignore deleted pinned sites in getTopSites query. r=wesj 2013-05-06 16:14:03 -04:00
Nick Alexander
4923ffdcd2 Bug 873569 - Part 1: Move omni.ja into assets/ directory of Android APK. r=glandium 2013-06-12 13:24:14 -07:00
Wes Johnston
8e6e3b324e Bug 872388 - Show a button toast when bookmarks are created. r=bnicholson 2013-05-30 17:03:20 -07:00
Wes Johnston
4efe423c34 Bug 872388 - Move EditBookmark dialog into its own class. r=bnicholson 2013-05-30 17:03:18 -07:00
Brian Nicholson
39e4e57b44 Bug 880599 - Remove GeckoProfile.get() from provider creation. r=gbrown 2013-06-10 15:37:39 -07:00
Mark Capella
57652d7851 Bug 802093 - Reader Mode:Update reading list button state if the list is empty, r=lucasr
--HG--
rename : mobile/android/themes/core/images/reader-list-icon-hdpi.png => mobile/android/themes/core/images/reader-list-on-icon-hdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-mdpi.png => mobile/android/themes/core/images/reader-list-on-icon-mdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-xhdpi.png => mobile/android/themes/core/images/reader-list-on-icon-xhdpi.png
2013-06-10 12:25:35 -04:00
Ryan VanderMeulen
dc9e4bb7ab Backed out 5 changesets (bug 872388) for Android 2.2 bustage on a CLOSED TREE.
Backed out changeset f2fbb5c6cfc7 (bug 872388)
Backed out changeset 416f9cdde0f7 (bug 872388)
Backed out changeset 684ba082942b (bug 872388)
Backed out changeset 7acb6c63fdf4 (bug 872388)
Backed out changeset 2076903c21fa (bug 872388)
2013-05-30 22:11:26 -04:00
Wes Johnston
bf4fc9d9a6 Bug 872388 - Cleanup review nits. r=bnicholson 2013-05-30 17:14:37 -07:00
Wes Johnston
d7e8a7de0b Bug 872388 - Move EditBookmark dialog into its own class. r=bnicholson 2013-05-30 17:03:18 -07:00
Federico Paolinelli
37c3facdcc Bug 731491 - Rework GeckoProvider. r=rnewman
--HG--
rename : mobile/android/base/db/GeckoProvider.java => mobile/android/base/db/PerProfileContentProvider.java
2013-04-30 08:52:42 -04:00