Closed
Bug 1116559
Opened 10 years ago
Closed 10 years ago
Remove the code to handle shutdown-cleanse from the cert override service code
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
1.41 KB,
patch
|
keeler
:
review+
|
Details | Diff | Splinter Review |
shutdown-cleanse has not been a thing for quite a while.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8542646 -
Flags: review?(brian)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ehsan
Comment 2•10 years ago
|
||
Comment on attachment 8542646 [details] [diff] [review]
Remove the code to handle shutdown-cleanse from the cert override service code
I've not been paying any attention to anything to do with XPCOM stuff for a long time. It's better to have David review this or for him to suggest a more appropriate reviewer.
Attachment #8542646 -
Flags: review?(brian) → review?(dkeeler)
Comment 3•10 years ago
|
||
Comment on attachment 8542646 [details] [diff] [review]
Remove the code to handle shutdown-cleanse from the cert override service code
Review of attachment 8542646 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM - thanks for doing this.
::: security/manager/ssl/src/nsCertOverrideService.cpp
@@ +133,5 @@
> if (!nsCRT::strcmp(aTopic, "profile-before-change")) {
> // The profile is about to change,
> // or is going away because the application is shutting down.
>
> ReentrantMonitorAutoEnter lock(monitor);
nit: We don't need to acquire this lock here any more - RemoveAllFromMemory does it.
Attachment #8542646 -
Flags: review?(dkeeler) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•