Closed
Bug 642273
Opened 14 years ago
Closed 6 years ago
Update about:firefox page at GA
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: clooney, Unassigned)
Details
There are either 404s on this page or they link to Beta pages. Please update about:firefox at GA (~3/29).
FAQ: http://www-fx4.stage.mozilla.com/en-US/mobile/faq/
Support: Fine as-is
Privacy Policy: http://www.mozilla.com/en-US/privacy-policy.html
Know Your Rights: Fina as-is
Release Notes: http://www.mozilla.com/en-US/mobile/4.0/releasenotes/
Credits: Fine as-is (pending existing bug)
Comment 1•14 years ago
|
||
None of these changes can happen in Fennec. I assume these are all web server side changes. Right?
Comment 2•14 years ago
|
||
ere are the links we are set to use:
// product URLs
// The breakpad report server to link to in about:crashes
pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");
pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/");
pref("app.sync.tutorialURL", "https://support.mozilla.com/kb/sync-firefox-between-desktop-and-mobile");
pref("app.support.baseURL", "http://support.mozilla.com/mobile");
pref("app.feedbackURL", "http://input.mozilla.com/feedback/");
pref("app.privacyURL", "http://www.mozilla.com/%LOCALE%/m/privacy.html");
pref("app.creditsURL", "http://www.mozilla.org/credits/");
#if MOZ_UPDATE_CHANNEL == beta
pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/features/");
pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/");
#else
pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/features/");
pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/");
#endif
Reporter | ||
Comment 3•14 years ago
|
||
There linked to from an in-product page, so wasn't sure who I should flag. Will these pages automatically update to final release page (and /beta will get dropped?)
Comment 4•14 years ago
|
||
Correct. These are the values for a non-beta build:
pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/features/");
pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/");
Comment 5•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•