Update copy for permission panel: Canvas
Categories
(Firefox :: Site Permissions, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: mconley, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: helpwanted, Whiteboard: [proton-door-hangers])
Attachments
(2 files, 1 obsolete file)
Don't bother converting the strings to Fluent. Just update the .properties file, and make sure to rev the string ID.
The code powering the Canvas Permission panel is here: https://searchfox.org/mozilla-central/rev/362676fcadac37f9f585141a244a9a640948794a/browser/base/content/browser.js#7547-7637
The strings are here: https://searchfox.org/mozilla-central/rev/362676fcadac37f9f585141a244a9a640948794a/browser/locales/en-US/chrome/browser/browser.properties#417-422
The new strings are:
Allow %S to use your HTML5 canvas image data? This may be used to uniquely identify your computer.
and "Allow" and "Block" for those actions, respectively. Also update the checkbox string to "Remember this decision".
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Gentle poke here - emilio, are you still working on this?
Assignee | ||
Comment 4•4 years ago
|
||
Otherwise notification close icons like the canvas one look stretched
because of this rule:
Which grow the content of the icon.
Depends on D107053
Assignee | ||
Comment 5•4 years ago
|
||
Otherwise notification close icons like the canvas one look stretched
because of this rule:
Which grow the content of the icon.
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/08222505d32b
https://hg.mozilla.org/mozilla-central/rev/d87164b83bf9
Description
•