Closed Bug 696412 Opened 13 years ago Closed 5 years ago

PSM loads its string bundles during startup

Categories

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

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1466942

People

(Reporter: briansmith, Unassigned)

References

Details

(Keywords: perf, Whiteboard: [psm-backlog])

+++ This bug was initially created as a clone of Bug #696411 +++

We current load the string bundles for UI messages in nsNSSComponent::Init() because this must be done on the main thread, and there are uses of these string bundles that are done off the main thread. We should remove all the non-main-thread uses of these string bundles and then make the loading of the string bundles lazy (done at the time they are first used).

Also, make sure these string bundles are not loaded/unloaded during private browsing transitions.
Assignee: nobody → bsmith
Assignee: bsmith → nobody

Bug 1466942 took care of this.

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