Closed
Bug 615239
Opened 15 years ago
Closed 15 years ago
Add "Get Help" SUMO link to Start Page
Categories
(Firefox for Android Graveyard :: General, enhancement, P1)
Firefox for Android Graveyard
General
Tracking
(fennec2.0+)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0+ | --- |
People
(Reporter: madhava, Assigned: mfinkle)
Details
Attachments
(2 files)
|
7.40 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
|
3.00 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
We should try to make SUMO content easier to access by putting a link on the Start Page, especially now that SUMO will be increasingly mobile friendly.
A possible presentation of it:
http://www.flickr.com/photos/madhava_work/5204410623/
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Comment 1•15 years ago
|
||
What's the status here? Who can implement this on the Start page?
Comment 2•15 years ago
|
||
Adding some triage love.
Severity: normal → enhancement
blocking2.0: ? → ---
tracking-fennec: --- → ?
Flags: in-litmus?
OS: Mac OS X → All
Hardware: x86 → All
Updated•15 years ago
|
Assignee: nobody → mark.finkle
tracking-fennec: ? → 2.0+
| Assignee | ||
Updated•15 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 3•15 years ago
|
||
This patch adds "Get Help" and "Give Feedback" (from bug 615645)
Bug 615645 still needs the device and manufacturer details loaded into the new page.
Attachment #507610 -
Flags: review?(21)
Comment 4•15 years ago
|
||
Comment on attachment 507610 [details] [diff] [review]
patch
>diff --git a/chrome/content/aboutHome.xhtml b/chrome/content/aboutHome.xhtml
> function init() {
>+ setupLinks();
> initTabs();
> initWeave();
> initAddons();
> }
I don't think this is a big deal but I wonder if it is possible to remove setupLinks from the init path, to have it on demand when the user clicks
Attachment #507610 -
Flags: review?(21) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Comment on attachment 507610 [details] [diff] [review]
> patch
>
> >diff --git a/chrome/content/aboutHome.xhtml b/chrome/content/aboutHome.xhtml
> > function init() {
> >+ setupLinks();
> > initTabs();
> > initWeave();
> > initAddons();
> > }
>
> I don't think this is a big deal but I wonder if it is possible to remove
> setupLinks from the init path, to have it on demand when the user clicks
That's possible. I'm hoping the URLFormatter won't take much time.
| Assignee | ||
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•15 years ago
|
||
Followup removes setupLinks and formats URL on demand
Attachment #507838 -
Flags: review?(21)
Attachment #507838 -
Flags: review?(21) → review+
| Assignee | ||
Comment 8•15 years ago
|
||
pushed followup:
http://hg.mozilla.org/mobile-browser/rev/2f4962a5a048
Comment 9•15 years ago
|
||
litmus testcase updated to regression test this bug:
https://litmus.mozilla.org/show_test.cgi?id=12176
Flags: in-litmus? → in-litmus+
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•