Closed Bug 1278696 Opened 8 years ago Closed 4 years ago

make it clear that nsICertOverrideService is main-thread-only

Categories

(Core :: Security: PSM, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1577428
Tracking Status
firefox50 --- affected

People

(Reporter: keeler, Unassigned)

Details

(Whiteboard: [psm-backlog])

nsICertOverrideService is main-thread-only (see bug 1278605), but its implementation (nsCertOverrideService) does a great job of attempting to convince the reader that it is thread-safe and hence could be used on multiple threads. We should just remove any threading mechanisms and assert that it is main-thread-only.
Priority: -- → P3

Bug 1577428 made nsICertOverrideService a built-in class, so it can't be implemented in JS, so it can be used off the main thread.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.