Closed
Bug 822820
Opened 12 years ago
Closed 11 years ago
Update SUMO URL in default bookmarks
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox32 verified, firefox33 verified)
VERIFIED
FIXED
Firefox 33
People
(Reporter: kbrosnan, Assigned: rnewman, Mentored)
References
Details
(Whiteboard: [lang=java][good first bug] ui-hackathon [exterminationweek])
Attachments
(1 file, 3 obsolete files)
2.85 KB,
patch
|
nalexander
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
In bug 822462 the SUMO devs were expecting that Firefox for Android would just point to https://support.mozilla.org it would be good to update the in product bookmark to SUMO and at the same time update the SUMO helping hand favicon to the Firefox favicon.
Updated•12 years ago
|
Whiteboard: ui-hackathon
Comment 1•12 years ago
|
||
SUMO just uses the Firefox icon now. Rather than shipping it, I think maybe its easiest to just use our branding... that could eventually be wrong (but so would the Firefox icon if we shipped it?)
Attachment #742103 -
Flags: review?(margaret.leibovic)
Comment 2•12 years ago
|
||
Comment on attachment 742103 [details] [diff] [review]
Patch
Empty patch...
Updated•12 years ago
|
Attachment #742103 -
Flags: review?(margaret.leibovic) → review-
Updated•12 years ago
|
Assignee: nobody → wjohnston
Comment 3•12 years ago
|
||
Doh!
Attachment #742103 -
Attachment is obsolete: true
Attachment #748268 -
Flags: review?(margaret.leibovic)
Updated•12 years ago
|
Attachment #748268 -
Flags: review?(margaret.leibovic) → review+
Comment 4•12 years ago
|
||
Trying to clean up some backlog.
Attachment #748268 -
Attachment is obsolete: true
Attachment #770282 -
Flags: review?(margaret.leibovic)
Updated•12 years ago
|
Attachment #770282 -
Flags: review?(margaret.leibovic) → review+
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Whoops. Remembered that we have tests for this. Pushed a fix:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a4f1cec360dd
Comment 7•11 years ago
|
||
These patches landed on inbound 3 month ago... what happen then? It doesn't seem they sticked as the bookmark still uses the old favicon and URL in the latest nightly build.
Flags: needinfo?(wjohnston)
Comment 8•11 years ago
|
||
In this bug, the only thing that landed is a URL update.
Comment 9•11 years ago
|
||
This was backed out, but didn't make it here somehow :)
http://hg.mozilla.org/mozilla-central/rev/4ed5d59526cb
Flags: needinfo?(wjohnston)
Comment 10•11 years ago
|
||
Favicon -> mentor patch?
Assignee | ||
Updated•11 years ago
|
Hardware: ARM → All
Whiteboard: ui-hackathon → [mentor=rnewman][lang=java][good first bug] ui-hackathon
Updated•11 years ago
|
Whiteboard: [mentor=rnewman][lang=java][good first bug] ui-hackathon → [mentor=rnewman][lang=java][good first bug] ui-hackathon [exterminationweek]
Assignee | ||
Updated•11 years ago
|
Component: General → Favicon Handling
Updated•11 years ago
|
Mentor: rnewman
Whiteboard: [mentor=rnewman][lang=java][good first bug] ui-hackathon [exterminationweek] → [lang=java][good first bug] ui-hackathon [exterminationweek]
Assignee | ||
Comment 11•11 years ago
|
||
Morphing description in light of Bug 921433.
Component: Favicon Handling → General
Summary: Update SUMO favicon and URL → Update SUMO URL in default bookmarks
Comment 13•11 years ago
|
||
The default SUMO suggested site (in region.properties) has to be update too btw. Keep the locale specific URL though: https://support.mozilla.org/en-US/
Assignee | ||
Comment 14•11 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #13)
> The default SUMO suggested site (in region.properties) has to be update too
> btw. Keep the locale specific URL though: https://support.mozilla.org/en-US/
I tested, and SUMO correctly redirects based on request headers. (As do all of our web properties.)
For bookmarks in particular, given that they're created before the user has picked a locale, I think hard-coding a locale code is a really bad idea.
Suggested sites switch based on locale, so less of a concern there.
Assignee | ||
Comment 15•11 years ago
|
||
Attachment #8457610 -
Flags: review?(nalexander)
Comment 16•11 years ago
|
||
Comment on attachment 8457610 [details] [diff] [review]
Update SUMO and AMO URLs in default bookmarks
Review of attachment 8457610 [details] [diff] [review]:
-----------------------------------------------------------------
wfm. You've tested the redirect after switching locale, correct?
Attachment #8457610 -
Flags: review?(nalexander) → review+
Assignee | ||
Comment 17•11 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #16)
> wfm. You've tested the redirect after switching locale, correct?
Yes. It seems to now require a Gecko relaunch -- Accept-Language doesn't change after a locale switch, so there's something stale hiding in Gecko. But this is strictly better than we have now: your future visits to AMO and SUMO will reflect your selected locale, not the system locale at the instant you installed Firefox.
Also, it's a good job I'm hacking on this: our current SUMO URL doesn't load the mobile site by default, which seems like a serious omission!
Assignee | ||
Comment 18•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #770282 -
Attachment is obsolete: true
Assignee | ||
Comment 19•11 years ago
|
||
Comment on attachment 8457610 [details] [diff] [review]
Update SUMO and AMO URLs in default bookmarks
Approval Request Comment
[Feature/regressing bug #]:
None in particular.
[User impact if declined]:
SUMO and AMO URLs will hard-code locales, defeating locale switching.
Note that I did not point directly to support.mozilla.org in this patch.
[Describe test coverage new/current, TBPL]:
Simple URL change.
[Risks and why]:
Improved experience during locale switching.
[String/UUID change made/needed]:
None.
Attachment #8457610 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox32:
--- → affected
status-firefox33:
--- → affected
Comment 20•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8457610 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
Comment 21•11 years ago
|
||
Assignee | ||
Comment 22•11 years ago
|
||
This needed Bug 1039925 to be uplifted to avoid test failures.
https://hg.mozilla.org/releases/mozilla-aurora/rev/bd29d7d1239b
Comment 23•11 years ago
|
||
Tested with:
Device: Samsung Galaxy Nexus
OS: Android 4.2.1
SUMO url is: https://support.mozilla.org/products/mobile
AMO URL is: https://addons.mozilla.org/android/
Verified fixed on:
Build: Firefox for Android 32 Beta 1
Updated•4 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
•