Closed
Bug 846255
Opened 12 years ago
Closed 12 years ago
Work - Provide relevant HTTPS manual update links in Firefox for Metro
Categories
(Firefox for Metro Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 22
People
(Reporter: fryn, Assigned: fryn)
References
Details
(Whiteboard: feature=work)
Attachments
(1 file, 1 obsolete file)
1.88 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
We currently have some mobile pages that aren't relevant to Firefox for Metro as the manual update urls in about:config.
The two pref names are:
app.update.url.manual
app.update.url.details
If you look through the discussion in bug 841221, it looks like the relevant URL is something like https://www.mozilla.org/%LOCALE%/%APP%/update/ which resolves to https://www.mozilla.org/en-US/firefox/update/ in desktop Firefox.
Does %APP% also resolve to Firefox in Firefox for Metro?
If so, the patch that I attached probably does the job.
Assignee | ||
Comment 1•12 years ago
|
||
I don't think we have manual update UI yet in Firefox for Metro, so I guess those URLs aren't being used yet. Perhaps, this bug won't be relevant until later.
Assignee | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Blocks: metrov1triage
Comment 3•12 years ago
|
||
(In reply to Frank Yan (:fryn) from comment #0)
> We currently have some mobile pages that aren't relevant to Firefox for
> Metro as the manual update urls in about:config.
> The two pref names are:
> app.update.url.manual
> app.update.url.details
>
> If you look through the discussion in bug 841221, it looks like the relevant
> URL is something like https://www.mozilla.org/%LOCALE%/%APP%/update/ which
> resolves to https://www.mozilla.org/en-US/firefox/update/ in desktop Firefox.
> Does %APP% also resolve to Firefox in Firefox for Metro?
> If so, the patch that I attached probably does the job.
%APP% resolves to "metrofirefox" in Immersive/Metro Firefox. However, we will soon be redirecting https://www.mozilla.org/%LOCALE%/metrofirefox/* to https://www.mozilla.org/%LOCALE%/firefox/*. See bug 845983
Depends on: 845983
Updated•12 years ago
|
Whiteboard: p=1
Updated•12 years ago
|
Flags: needinfo?(asa)
Comment 4•12 years ago
|
||
Yeah. This blocks Bug 833182 - Story - Updating Firefox.
Flags: needinfo?(asa)
Summary: Provide relevant HTTPS manual update links in Firefox for Metro → Work - Provide relevant HTTPS manual update links in Firefox for Metro
Assignee | ||
Comment 5•12 years ago
|
||
I don't like leaving this open waiting for its dependency by another team, so here's a patch that just hardcodes "firefox" instead of %APP%. If/when the dependency (bug 845983) gets fixed, I'll get notified of it via bugmail, and I can make a patch to use %APP%.
Also, even if the redirect gets put in place, I don't think that we really need to use %APP%. It's even hard-coded as "firefox" in some places on desktop, e.g.
browser/app/profile/firefox.js:
pref("browser.geolocation.warning.infoURL", "http://www.mozilla.com/%LOCALE%/firefox/geolocation/");
pref("browser.mixedcontent.warning.infoURL", "http://support.mozilla.org/1/%APP%/%VERSION%/%OS%/%LOCALE%/mixed-content/");
Assignee: nobody → fyan
Attachment #719432 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #724150 -
Flags: review?(mbrubeck)
Updated•12 years ago
|
Whiteboard: p=1 → feature=work
Comment 6•12 years ago
|
||
(In reply to Frank Yan (:fryn) from comment #5)
[...]
> Also, even if the redirect gets put in place, I don't think that we really
> need to use %APP%. It's even hard-coded as "firefox" in some places on
> desktop, e.g.
If we care about server-side logging that tells us roughly how many desktop Firefox users are hitting these pages vs how many Immersive/Metro Firefox users are hitting them, we'll want to use %APP%. Also if we ever want metro-specific content, we might care that the URLs are built using 'metrofirefox' instead of 'firefox'
Comment 7•12 years ago
|
||
Of course, I don't know how much we actually care about these things. In the short term it probably makes the most sense to just use 'firefox' but maybe to revisit before we go to aurora.
Updated•12 years ago
|
Attachment #724150 -
Flags: review?(mbrubeck) → review+
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•