Closed
Bug 2053431
Opened 9 days ago
Closed 8 days ago
Fix a minor browser-trustPanel.js bug introduced in bug 2046307
Categories
(Firefox :: Protections UI, defect)
Firefox
Protections UI
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
Details
Attachments
(1 file)
It's possible for this code in browser/base/content/browser-trustPanel.js to be passed undefined:
async showPopup({ event, reason }) {
Let's change the parameter back to opts = {}, as it was prior to D307139, and adjust the rest of the function appropriately.
| Assignee | ||
Comment 1•9 days ago
|
||
Updated•9 days ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c1d6bdf26e1a
https://hg.mozilla.org/integration/autoland/rev/f192efde4c93
fix a minor bug with showPopup in browser-trustPanel.js; r=daleharvey
Status: ASSIGNED → RESOLVED
Closed: 8 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•