Closed
Bug 710323
Opened 14 years ago
Closed 14 years ago
about:home - clicking on addons should go to their page in AMO
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 affected, firefox12 affected, firefox13 verified, blocking-fennec1.0 +, fennec11+)
VERIFIED
FIXED
Firefox 13
People
(Reporter: lucasr, Assigned: lucasr)
References
Details
(Whiteboard: [QA!])
Attachments
(3 files, 1 obsolete file)
|
1.02 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
|
1016 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
|
1.95 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Right now it doesn't do anything.
Updated•14 years ago
|
Priority: -- → P1
Updated•14 years ago
|
Hardware: All → ARM
Updated•14 years ago
|
Assignee: nobody → lucasr.at.mozilla
Updated•14 years ago
|
tracking-fennec: --- → 11+
| Assignee | ||
Comment 1•14 years ago
|
||
I couldn't find anywhere in recommended addons file an addonID that I could use to go straight to the addon page in AMO. XUL fennec simply does an addon search using about:addons but I think this is not implemented yet in native UI's about:addons.
So, this patch simply does a search on AMO using the addon name. Mark, how is this expected to work?
Attachment #586997 -
Flags: feedback?(mark.finkle)
Comment 3•14 years ago
|
||
Comment on attachment 586997 [details] [diff] [review]
Search addon on AMO when clicking on an addon in about:home
You have the right idea, but here are some other pieces to the puzzle:
* We have specialized URLs for running a search on AMO. See :http://mxr.mozilla.org/mozilla-central/source/mobile/android/app/mobile.js#219
* AMO doesn't yet support native Fennec, but let's go through the motions anyway. Just use the existing prefs for your values.
* Don't put any data in Java. I don't like the amount we have there now. Instead, send a message to JS, "Addons:Show", along with the name of the add-on.
* In JS we can use URLFormatter to get a formatted pref URL and open a new tab with the URL. Example here http://mxr.mozilla.org/mozilla-central/source/mobile/xul/chrome/content/extensions.js#746
We could make messages for "Addon:Show" that sends a specific add-on, and "Addon:Search" which is passed a search term.
Attachment #586997 -
Flags: feedback?(mark.finkle) → feedback-
Comment 4•14 years ago
|
||
Last I heard AMO now supports native Fennec. What is the status of this feature? Cutting it close to beta for testing purposes.
Updated•14 years ago
|
status-firefox11:
--- → affected
status-firefox12:
--- → affected
Comment 5•14 years ago
|
||
This will require further QA AMO/add-on integration testing.
status-firefox13:
--- → affected
Whiteboard: [QA+]
Updated•14 years ago
|
Keywords: fennecnative-releaseblocker
| Assignee | ||
Comment 6•14 years ago
|
||
Attachment #599981 -
Flags: review?(mark.finkle)
| Assignee | ||
Comment 7•14 years ago
|
||
Attachment #599982 -
Flags: review?(mark.finkle)
| Assignee | ||
Comment 8•14 years ago
|
||
Attachment #599983 -
Flags: review?(mark.finkle)
| Assignee | ||
Updated•14 years ago
|
Attachment #586997 -
Attachment is obsolete: true
Comment 9•14 years ago
|
||
Comment on attachment 599981 [details] [diff] [review]
(1/3) Don't save unused properties for recommended addons
these were used in XUL, but not in native
Attachment #599981 -
Flags: review?(mark.finkle) → review+
Updated•14 years ago
|
Attachment #599982 -
Flags: review?(mark.finkle) → review+
Comment 10•14 years ago
|
||
Comment on attachment 599983 [details] [diff] [review]
(3/3) Clicking on addons should go to their page in AMO
I assume homepageUrl will always be valid
Attachment #599983 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 11•14 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #10)
> Comment on attachment 599983 [details] [diff] [review]
> (3/3) Clicking on addons should go to their page in AMO
>
> I assume homepageUrl will always be valid
If it's not, this is a bug somewhere else and we'll have to fix it.
| Assignee | ||
Comment 12•14 years ago
|
||
Updated•14 years ago
|
Flags: in-litmus?(fennec)
Comment 13•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/97dbe3a1350d
https://hg.mozilla.org/mozilla-central/rev/cb7dcc6ba424
https://hg.mozilla.org/mozilla-central/rev/4a3aa15868b5
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 13
Updated•14 years ago
|
blocking-fennec1.0: --- → +
Updated•14 years ago
|
status-firefox13:
affected → ---
Comment 14•14 years ago
|
||
Verified fixed on:
Firefox 13.0a1 (2012-02-28)
20120228031102
http://hg.mozilla.org/mozilla-central/rev/7ce4d9b55863
--
Device: Samsung Galaxy S2
OS: Android 2.3.4
Status: RESOLVED → VERIFIED
status-firefox13:
--- → verified
Updated•14 years ago
|
Whiteboard: [QA+] → [QA!]
Comment 15•14 years ago
|
||
Test case in litmus under BFT - Add-ons testing:
https://litmus.mozilla.org/show_test.cgi?id=48651
Flags: in-litmus?(fennec) → in-litmus+
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
•