Commit Graph

462 Commits

Author SHA1 Message Date
Mark Capella
e8ca597757 Bug 1074787 - Unable to Remove bookmarks via context menu, r=rnewman 2014-10-19 20:12:11 -04:00
Chris Kitching
18410626e8 Bug 1081582: Fix spelling. r=rnewman 2014-10-12 00:28:29 +01:00
Chris Kitching
e1bb54ea27 Bug 1081388: Add missing @Override annotations. r=rnewman
* * *
Bug 1081388: Add missing @Override annotations. r=rnewman
* * *
Bug 1081388: Add missing @Override annotations. r=rnewman
2014-10-10 23:58:19 +01:00
Chris Kitching
822caf0082 Bug 1081401: Remove unnecessary autoboxing. r=rnewman 2014-10-10 23:36:01 +01:00
Chris Kitching
bf19d8280c Bug 1081369: Don't compare Integers with ==. r=rnewman 2014-10-10 23:17:32 +01:00
Chris Kitching
ef5903ad00 Bug 1081397: Finalise large numbers of fields. r=rnewman
* * *
Bug 1081397: Finalise large numbers of fields. r=rnewman
2014-10-11 00:17:01 +01:00
Chris Kitching
ec1a4b949f Bug 1081317: Don't create redundant temporary objects when converting primitives to strings. r=rnewman
* * *
Bug 1081317: Don't create redundant temporary objects when converting primitives to strings. r=rnewman
2014-10-10 21:53:22 +01:00
Chris Kitching
a1ac9b703d Bug 1065485: Don't decode-to-encode default favicons. r=rnewman
--HG--
rename : mobile/android/base/resources/drawable-mdpi/bookmarkdefaults_favicon_addons.png => mobile/android/base/resources/raw/bookmarkdefaults_favicon_addons.png
rename : mobile/android/base/resources/drawable-mdpi/bookmarkdefaults_favicon_marketplace.png => mobile/android/base/resources/raw/bookmarkdefaults_favicon_marketplace.png
rename : mobile/android/base/resources/drawable-mdpi/bookmarkdefaults_favicon_support.png => mobile/android/base/resources/raw/bookmarkdefaults_favicon_support.png
2014-09-10 16:10:34 -07:00
Mark Capella
1ba8bf5e48 Bug 1080016 - Display favicons properly after interrupted page loads, r=ckitching 2014-10-08 20:41:15 -04:00
Brian Nicholson
c1de2d9ad7 Bug 1076438 - Add tracking ID to SuggestedSites API. r=lucasr 2014-10-02 09:48:50 -07:00
Brian Nicholson
2fb0068c6e Bug 1076438 - Undo ID and imageurl/bgcolor cursor changes. r=lucasr 2014-10-02 09:48:50 -07:00
Jim Chen
ca00814371 Bug 1062377 - Try loading profile.ini in background; r=mfinkle r=rnewman
We can move our profile accessing code to later in the startup process. The benefit of that is in early startup, we can prefetch the profile.ini file in the background and not block the UI thread
2014-09-30 18:19:25 -04:00
Brian Nicholson
4cc3520ff3 Bug 1071039 - Add ID support to suggested sites. r=lucasr 2014-09-26 11:37:04 -07:00
Brian Nicholson
4a47ae9d7a Bug 1073257 - Get imageurl and bgcolor from cursor 2014-09-26 11:34:39 -07:00
Brian Nicholson
ba1902adf3 Bug 1073257 - Update TopSitesCursorWrapper to include imageurl and bgcolor 2014-09-26 11:34:39 -07:00
wesj
9e399bdfd8 Bug 1072332 - Allow clearing metadata based on a profile name. r=mfinkle 2014-09-26 11:31:11 -07:00
Mark Capella
d37d2ef50a Bug 1044940 - Favicons in the bookmarks table should be read and written correctly, r=ckitching 2014-09-14 17:22:19 -07:00
Ryan VanderMeulen
3831444a45 Backed out 3 changesets (bug 1062377) for troboprovider bustage.
Backed out changeset e34198954c2c (bug 1062377)
Backed out changeset 8f323dfa4f0f (bug 1062377)
Backed out changeset ec9b51158d34 (bug 1062377)
2014-09-09 16:52:51 -04:00
Chris Kitching
8b4f6e88ef Bug 1063887: Kill getItemFlags in BrowserDB. r=rnewman 2014-09-09 11:35:01 -07:00
Jim Chen
ca66925efb Bug 1062377 - Try loading profile.ini in background; r=mfinkle r=rnewman
We can move our profile accessing code to later in the startup process. The benefit of that is in early startup, we can prefetch the profile.ini file in the background and not block the UI thread
2014-09-09 14:03:53 -04:00
Chris Kitching
d1b79b2211 Bug 1064644: Remove inner-access comments. r=rnewman 2014-09-08 18:11:51 -07:00
Chris Kitching
f0e9b012e1 Bug 1064506: Eradicate lazy cursor pattern. r=rnewman 2014-09-08 13:10:46 -07:00
Chris Kitching
3dfeb780ff Bug 1064246: Cleanup SpecialFoldersCursorWrapper. r=rnewman 2014-09-08 06:17:43 -07:00
Chris Kitching
75439ed71c Bug 1064246: Remove dead functions from LocalBrowserDB. r=rnewman 2014-09-08 06:15:20 -07:00
Chris Kitching
733a7b416e Bug 1064246: Remove some more dead code from BrowserDB. r=rnewman 2014-09-08 06:11:14 -07:00
Chris Kitching
4c9d68369d Bug 1064246: Remove nonsensical dead getter from BrowserDB. r=rnewman 2014-09-08 06:04:15 -07:00
Richard Newman
e450fd0c62 Bug 1062552 - Use empty string as title if no title provided when adding a bookmark. r=ckitching 2014-09-03 14:41:35 -07:00
Mark Finkle
63d478e8df Bug 1061430 - Change SharedPreferences.Editor commit() to apply() where appropriate (SuggestedSites.java) r=rnewman 2014-09-03 02:00:35 -04:00
Richard Newman
8b4a746652 Bug 1061337 - Error when bookmarking a link with no title. r=ckitching 2014-09-01 17:22:47 -07:00
Wes Johnston
aea2f7a4af Bug 1056468 - Clear metadata when history entries are removed. r=lucasr 2014-08-21 10:03:44 -07:00
Richard Newman
60a06f762d Bug 1050034 - Eliminate BrowserDB.URLColumns. r=lucasr 2014-08-11 10:52:37 -07:00
Chris Kitching
28438bf2dc Bug 1051706: Reduce use of proxy methods and generated getters in 'other' code. r=rnewman 2014-07-28 17:32:59 -07:00
Richard Newman
33faa27fab Bug 1050033 - Eliminate BrowserDB interface. r=lucasr 2014-08-07 08:24:43 -07:00
Chris Kitching
e34153973d Bug 1047971: Delete redundant initialisers-to-default-values from constructors r=rnewman 2014-08-03 21:06:05 -07:00
Richard Newman
d023dce9af Bug 1042383 - Part 2: use optimizable build-time flags for SDK-dependent code. r=mfinkle 2014-07-30 08:19:35 -07:00
Chris Kitching
9f496ef232 Bug 1041836: Delete redundant initialisers. (generated) r=rnewman 2014-07-25 20:14:47 -07:00
Richard Newman
c3fab8bf47 Bug 1042984 - Add extensive logging and descriptive crash data for library load errors. r=mfinkle 2014-07-24 09:39:48 -07:00
Eric Edens
b28217c541 Bug 1040994 - Add LIMIT support for search history content provider. r=rnewman
--HG--
extra : rebase_source : b210034222a4a47d23a441a1915461374827471e
2014-07-21 13:36:23 -07:00
Eric Edens
1d981445fe Bug 1022100: Update search history content provider to set notification uri. r=margaret 2014-07-21 13:41:23 -07:00
Richard Newman
7213c2f407 Bug 1040806 - Default bookmark favicons are not displayed after browser restart. r=margaret 2014-07-21 12:30:45 -07:00
Richard Newman
d2ee603161 Bug 1017242 - Part D: remove API 8 code from BrowserDatabaseHelper. r=margaret 2014-07-18 16:47:10 -07:00
Lucas Rocha
96cb30fa73 Bug 1012462 - Part 9: Support locale switching in SuggestedSites (r=rnewman) 2014-07-15 20:54:28 +01:00
Lucas Rocha
7bb6ac291a Bug 1012462 - Part 5: Add distribution support in SuggestedSites (r=rnewman) 2014-07-15 20:54:27 +01:00
Lucas Rocha
45a7bf9e0e Bug 1012462 - Part 4: Factor out code to create list of suggested sites (r=rnewman) 2014-07-15 20:54:27 +01:00
Lucas Rocha
9075fc51bb Bug 1012462 - Part 3: Add APIs to generate Site instance to/from JSON (r=rnewman) 2014-07-15 20:54:27 +01:00
Wes Johnston
35f5e1509d Bug 1014712 - Store ms tile image information for showing on about:home. r=rnewman,lucasr 2014-06-10 06:22:47 -07:00
Lucas Rocha
9ee6c7bf4c Bug 1037439 - Remove DISPLAY column from TopSitesCursorWrapper (r=rnewman) 2014-07-14 16:52:41 +01:00
Eric Edens
514ea860d8 Bug 1030277 - Create content provider for search terms. r=rnewman 2014-07-01 08:58:24 -07:00
Chris Kitching
0403060c91 Bug 1024289: Part 3: remove display column from combined view. r=rnewman 2014-07-07 14:52:37 -07:00
Chris Kitching
98dd4ffc3d Bug 1024289: Part 2: remove redundant null checks from combined view. r=rnewman 2014-07-07 14:52:37 -07:00