Open
Bug 1109285
Opened 10 years ago
Updated 3 years ago
Delay PSM init until TLS is used
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(Not tracked)
NEW
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.
| Reporter | ||
Updated•10 years ago
|
Blocks: wifi-rdp-on
| Reporter | ||
Updated•10 years ago
|
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•