Closed
Bug 705993
Opened 14 years ago
Closed 14 years ago
read recommended-addons.json from the profile dir
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blassey, Assigned: blassey)
References
Details
Attachments
(1 file)
2.33 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
the content of the recommended-addons.json file in my profile is '{"addons":[]}', this shouldn't land until that has content
Attachment #577872 -
Flags: review?(mark.finkle)
Comment 2•14 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #1)
> Created attachment 577872 [details] [diff] [review] [diff] [details] [review]
> patch
>
> the content of the recommended-addons.json file in my profile is
> '{"addons":[]}', this shouldn't land until that has content
This is probably right. AMO has zero support for Fennec Native. There are zero add-ons in AMO for the app.. In fact, the two add-ons you have in the hard coded list will not install in Fennec Native.
Comment 3•14 years ago
|
||
Comment on attachment 577872 [details] [diff] [review]
patch
>diff --git a/mobile/android/base/AboutHomeContent.java b/mobile/android/base/AboutHomeContent.java
>@@ -152,17 +152,37 @@ public class AboutHomeContent extends Li
> });
> }
>
>+
>+ InputStream getProfileRecommendedAddonsStream() {
nit: Remove the extra line
>+ }
>+ return null;
>+ }
>+ InputStream getRecommendedAddonsStream(Activity activity) throws Exception{
>+ InputStream is = getProfileRecommendedAddonsStream();
nit: Add a line break between methods
Attachment #577872 -
Flags: review?(mark.finkle) → review+
Comment 4•14 years ago
|
||
Based on comment 2, you should feel free to land this when the dependent bug is ready.
Assignee | ||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•