Open
Bug 762264
Opened 11 years ago
Updated 8 years ago
Help->About SeaMonkey page should link to about:rights and SeaMonkey privacy policy
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: iannbugzilla, Assigned: backburner)
Details
(Keywords: helpwanted)
Attachments
(1 file, 1 obsolete file)
4.12 KB,
patch
|
neil
:
review-
|
Details | Diff | Splinter Review |
Both Firefox and Thunderbird link to about:rights and privacy policy from their respective Help->About pages so I guess SeaMonkey should. Should be fairly simple to achieve.
![]() |
||
Updated•11 years ago
|
Assignee: nobody → ewong
Status: NEW → ASSIGNED
![]() |
||
Comment 1•11 years ago
|
||
Attachment #630843 -
Flags: review?(neil)
Could you spell "End User Rights" in the same way bug 761443 mentions?
![]() |
||
Comment 3•11 years ago
|
||
(In reply to :aceman from comment #2) > Could you spell "End User Rights" in the same way bug 761443 mentions? ahh.. ok.
![]() |
||
Comment 4•11 years ago
|
||
s/End User/End-User/
Attachment #630843 -
Attachment is obsolete: true
Attachment #630843 -
Flags: review?(neil)
Attachment #630874 -
Flags: review?(neil)
Comment 5•11 years ago
|
||
We have no official privacy policy yet, can we wait with this? It's still a draft and it's currently being worked on.
Will it be any different to the Firefox+Thunderbird versions? Can't you link to those?
Comment 7•11 years ago
|
||
Comment on attachment 630874 [details] [diff] [review] Add about:rights and Privacy Policy to Help->About (v2) >+ var privacyPolicyURL = formatter.formatURLPref("app.privacyPolicyURL"); > > if (releaseNotesURL != "about:blank") { > var relnotes = document.getElementById("releaseNotesURL"); > relnotes.setAttribute("href", releaseNotesURL); > } > >+ if (privacyURL) { Wrong variable name. Nit: move the variable to before the if statement, instead of above the previous block, where it might get overlooked. Nit: this block of code is in between the release nodes and vendor, although the pref and property strings have the privacy URL last. (You get to choose which is correct. Just to be confusing, the document order has the vendor first and the release nodes last!) Please request some sort of approval on the final patch, so that it doesn't land until the link is ready.
Attachment #630874 -
Flags: review?(neil) → review-
![]() |
||
Updated•11 years ago
|
Assignee: ewong → backburner
You need to log in
before you can comment on or make changes to this bug.
Description
•