Open
Bug 1541246
Opened 6 years ago
Updated 2 years ago
SandboxBroker is eagerly stat'ing various directories during start-up before opening the first window
Categories
(Core :: Security: Process Sandboxing, enhancement, P3)
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: mconley, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: perf:startup, Whiteboard: [fxperfsize:S])
From what I can tell, that's what we're doing here:
I wonder if it might be better to initialize those statics the first time we try sandboxing a content process here:
Updated•6 years ago
|
OS: Unspecified → Windows
Updated•6 years ago
|
Type: defect → enhancement
Priority: -- → P3
Reporter | ||
Updated•6 years ago
|
Whiteboard: [fxperf]
Reporter | ||
Updated•6 years ago
|
Whiteboard: [fxperf] → [fxperf][fxperfsize:S]
Updated•6 years ago
|
Whiteboard: [fxperf][fxperfsize:S] → [fxperf:p2][fxperfsize:S]
Reporter | ||
Updated•3 years ago
|
Performance Impact: --- → ?
Keywords: perf:startup
Whiteboard: [fxperf:p2][fxperfsize:S] → [fxperfsize:S]
Updated•3 years ago
|
Performance Impact: ? → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•