Closed
Bug 1576778
Opened 5 years ago
Closed 5 years ago
Missing comment changes and typo in SitePermisions.jsm
Categories
(Firefox :: Site Permissions, defect, P3)
Firefox
Site Permissions
Tracking
()
RESOLVED
FIXED
Firefox 77
People
(Reporter: iannbugzilla, Assigned: aarushivij, Mentored)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When bug 1543812 landed it:
- added an extra parameter (permissionID) to the function getMultichoiceStateLabel (https://searchfox.org/mozilla-central/source/browser/modules/SitePermissions.jsm#883) but it wasn't documented in the comments above it probably needs to be something like:
- @param {string} permissionID
-
The permission to get the label for.
- added an extra supported option for gPermissionObject but nothing was added to the comments for that object about it, maybe something like:
-
- getMultichoiceStateLabel
- Allows for custom logic for getting its default value.
-
- created a typo Unkown rather than Unknown (https://searchfox.org/mozilla-central/source/browser/modules/SitePermissions.jsm#1028)
Unfortunately bugzilla incorrectly autoformats the suggestions
Updated•5 years ago
|
Updated•5 years ago
|
Component: Site Identity → Site Permissions
Assignee | ||
Comment 1•5 years ago
|
||
Hello, Can I take up this issue?
Thanks :)
Aarushi
Flags: needinfo?(jhofmann)
Flags: needinfo?(iann_bugzilla)
Comment 2•5 years ago
|
||
Assigned you. Thanks!
Let me know if you have any questions.
Assignee: nobody → aarushivij
Mentor: pbz
Status: NEW → ASSIGNED
status-firefox74:
--- → wontfix
status-firefox75:
--- → wontfix
status-firefox76:
--- → affected
status-firefox-esr68:
--- → wontfix
Flags: needinfo?(jhofmann)
Flags: needinfo?(iann_bugzilla)
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/264817cbee37
Missing comment changes and typo in SitePermissions.jsm r=pbz
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
Updated•5 years ago
|
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•