Closed
Bug 1560192
Opened 3 years ago
Closed 3 years ago
Prompt:Open can be slightly optimized
Categories
(Toolkit :: Notifications and Alerts, defect, P5)
Toolkit
Notifications and Alerts
Tracking
()
RESOLVED
FIXED
mozilla69
People
(Reporter: johannh, Assigned: johannh)
Details
Attachments
(1 file)
While looking into window modal prompts I noticed that the prompt open code is overly complicated, we can just pass a boolean to that function since we're choosing between two strings anyway.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by gijskruitbosch@gmail.com: https://hg.mozilla.org/integration/autoland/rev/bfd88bfc61c4 Clean up prompt open calls in Prompter.jsm. r=Gijs
Comment 3•3 years ago
|
||
bugherderuplift |
status-firefox68:
--- → fixed
Comment 4•3 years ago
|
||
bugherderuplift |
status-firefox67:
--- → fixed
Comment 5•3 years ago
|
||
bugherderuplift |
status-firefox-esr60:
--- → fixed
Comment 6•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•