Open Bug 1109285 Opened 10 years ago Updated 2 years ago

Delay PSM init until TLS is used

Categories

(DevTools :: Framework, defect)

defect

Tracking

(Not tracked)

People

(Reporter: jryans, Unassigned)

References

(Blocks 1 open bug)

Details

In bug 1059001, we start loading PSM / NSS once anything is done with debugger server sockets, even though it is only required for TLS sockets.

The file (security/socket.js) is lazily loaded by all consumers, so at least we pay no cost until something is done with sockets.

I tried to move this init closer to where TLS is used, but then got various crashes.  More investigation is needed to improve this.
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.