Closed
Bug 885005
Opened 11 years ago
Closed 11 years ago
Change - Update the url link to privacy policy webpage
Categories
(Firefox for Metro Graveyard :: Flyouts, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ywang, Assigned: jimm)
References
Details
(Whiteboard: feature=change c=tbd u=tbd p=1)
Attachments
(1 file, 1 obsolete file)
1.99 KB,
patch
|
jwilde
:
review+
|
Details | Diff | Splinter Review |
I walked through metro build with Alina from privacy team today.
We need to update the privacy policy link in the "About" flyout.
It should point to the Mozilla Firefox one: http://www.mozilla.org/en-US/legal/privacy/firefox.html
Thanks!
Updated•11 years ago
|
Blocks: metrov1defect&change
Whiteboard: feature=change c=tbd u=tbd p=0
Assignee | ||
Updated•11 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → jmathies
Attachment #765317 -
Flags: review?(ywang)
Assignee | ||
Comment 2•11 years ago
|
||
Could you ask Alina if this is localized? I think we'll want to pull this from a localized resource.
Assignee | ||
Comment 3•11 years ago
|
||
I'm guessing it is from the en-US path. In which case we want a localized version.
Attachment #765317 -
Attachment is obsolete: true
Attachment #765317 -
Flags: review?(ywang)
Attachment #765320 -
Flags: review?(ywang)
Updated•11 years ago
|
QA Contact: jbecerra
Whiteboard: feature=change c=tbd u=tbd p=0 → feature=change c=tbd u=tbd p=1
Updated•11 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #2)
> Could you ask Alina if this is localized? I think we'll want to pull this
> from a localized resource.
Asked in Bug885129. Should hear back from her soon.
I walked through the public policy page myself. It seems like there is no localized version yet.
Updated•11 years ago
|
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Yuan Wang(:Yuan) – Firefox UX Team from comment #4)
> (In reply to Jim Mathies [:jimm] from comment #2)
> > Could you ask Alina if this is localized? I think we'll want to pull this
> > from a localized resource.
>
> Asked in Bug885129. Should hear back from her soon.
>
> I walked through the public policy page myself. It seems like there is no
> localized version yet.
I did a little testing - we don't localize this page yet but the localized links all redirect to to the en-US page. So looks like plan on localizing it but haven't gotten around to doing it. Therefore I think this patch is safe.
Assignee | ||
Updated•11 years ago
|
Attachment #765320 -
Flags: review?(ywang) → review?(jwilde)
Comment 6•11 years ago
|
||
Comment on attachment 765320 [details] [diff] [review]
localized link change
Review of attachment 765320 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/metro/base/content/browser.js
@@ +973,5 @@
> },
>
> onAboutPolicyClick: function() {
> FlyoutPanelsUI.hide();
> + let linkStr = Services.urlFormatter.formatURLPref("app.privacyURL")
Nits: missing semicolon.
Attachment #765320 -
Flags: review?(jwilde) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
Mozilla/5.0 (Windows NT 6.2; rv:25.0) Gecko/20130715 Firefox/25.0
Verified the fix on latest Nightly build: the privacy policy link from the About flyout redirects now to www.mozilla.org/en-US/legal/privacy/firefox.html
Status: RESOLVED → VERIFIED
Comment 10•11 years ago
|
||
Went through the following "Change" for iteration #12 without any issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-08-15-03-02-03-mozilla-central/
- Went through the original test case outlined in comment #0 without any issues
- Went through the test case added in comment #9 without any issues
- Also ensured that the correct website is being loaded in Filled View
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
•