Closed
Bug 730273
Opened 14 years ago
Closed 14 years ago
Hardcoded add-on's on about:home linked to wrong base URL
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(firefox13 fixed, firefox14 verified, firefox15 verified, blocking-fennec1.0 +)
VERIFIED
FIXED
Firefox 14
People
(Reporter: aaronmt, Assigned: lucasr)
References
Details
Attachments
(1 file, 1 obsolete file)
|
7.17 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Oddly, the add-ons on about:home are linked (aAddon.homepageURL) to /mobile/, they should be linked to /android/ on AMO. I say oddly because extensions.getAddons.browseAddons is correctly valued.
Comment 1•14 years ago
|
||
Which add-ons do you see? We have a hardcoded JSON file in the APK we use if there is no JSON in the profile. The hardcoded file might need to be updated.
| Reporter | ||
Comment 2•14 years ago
|
||
I see the same two that have been around: Cleary/Clear Mobile History
| Reporter | ||
Comment 3•14 years ago
|
||
Ok, so I guess it's these
http://mxr.mozilla.org/mozilla-central/source/mobile/android/app/recommended-addons.json?raw=1
Summary: Browse add-on's on about:home linked to wrong base URL → Hardcoded add-on's on about:home linked to wrong base URL
Comment 4•14 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #3)
> Ok, so I guess it's these
>
> http://mxr.mozilla.org/mozilla-central/source/mobile/android/app/recommended-
> addons.json?raw=1
Right. That file should be updated. It has too much data in it too.
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #600426 -
Flags: review?(mark.finkle)
Comment 6•14 years ago
|
||
Comment on attachment 600426 [details] [diff] [review]
Cleanup recommended-addons.json to only contain necessary properties
I'm not sure these add-ons have been ported to Native Fennec. We should verify that first or use add-ons that have been ported.
Attachment #600426 -
Flags: review?(mark.finkle) → review-
Updated•14 years ago
|
blocking-fennec1.0: --- → +
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 7•14 years ago
|
||
Lucas, is anything holding this up?
| Assignee | ||
Comment 8•14 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #7)
> Lucas, is anything holding this up?
I need to come up with a list of addons we know it's working with Native Fennec and update the recommended-addons.json file accordingly. Should be doing it this week.
Comment 9•14 years ago
|
||
Madhava, Jaclyn - What current add-ons for Native Fennec would you like listed initially when a user starts up for the first time? Or should we just show nothing until we request the recommended addons from AMO?
Comment 10•14 years ago
|
||
Lucas - OK, my executive decision on this is to grad "Full Screen" by Matt and "Cloud Viewer" by me. Use those two as the hardcoded entries for now.
| Assignee | ||
Comment 11•14 years ago
|
||
Attachment #610888 -
Flags: review?(mark.finkle)
| Assignee | ||
Updated•14 years ago
|
Attachment #600426 -
Attachment is obsolete: true
Updated•14 years ago
|
Attachment #610888 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 12•14 years ago
|
||
Comment 13•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
| Assignee | ||
Comment 14•14 years ago
|
||
Comment on attachment 610888 [details] [diff] [review]
Cleanup recommended-addons.json to only contain necessary properties
Mobile only. Release blocker.
Attachment #610888 -
Flags: approval-mozilla-aurora?
Comment 15•14 years ago
|
||
Comment on attachment 610888 [details] [diff] [review]
Cleanup recommended-addons.json to only contain necessary properties
[Triage Comment]
Mobile only & blocking Fennec 1.0. Approved for Aurora 13.
Attachment #610888 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 16•14 years ago
|
||
status-firefox13:
--- → fixed
status-firefox14:
--- → fixed
Comment 17•13 years ago
|
||
It seems that everything works as expected, both on Nightly and Aurora builds.
Closing bug as verified fixed on:
Firefox 15.0a1 (2012-05-22)
Firefox 14.0a2 (2012-05-22)
Device: Galaxy Nexus
OS: Android 4.0.2
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
•