Closed
Bug 1424392
Opened 7 years ago
Closed 7 years ago
remove unnecessary nsINSSComponent usage in nsNSSCallbacks
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
PK11PasswordPromptRunnable::RunOnTargetThread instantiates nsINSSComponent and calls GetPIPNSSBundleString/PIPBundleFormatStringFromName to get some localized strings. Since that runs on the main thread, we can call the helpers in nsNSSCertHelper instead.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8935907 [details]
bug 1424392 - remove unnecessary nsINSSComponent usage in nsNSSCallbacks
https://reviewboard.mozilla.org/r/206778/#review213214
Attachment #8935907 -
Flags: review?(mgoodwin) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
Thanks! Try looks good: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fdee1c19727a
I'm fairly sure the failure is an intermittent (I retriggered it and it succeeded the second time), but it doesn't have an associated bug, so I couldn't star it.
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8d18d87288c
remove unnecessary nsINSSComponent usage in nsNSSCallbacks r=mgoodwin
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•