Open
Bug 956228
Opened 11 years ago
Updated 2 years ago
GetXPCOMProcessAttributes should not be called synchronously on child process startup
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
NEW
People
(Reporter: bent.mozilla, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
PContent::GetXPCOMProcessAttributes is a sync child->parent message that is called very early in child process startup. If the offline status is really critical for startup then we should send it from the parent process when the child is launched rather than slow down startup.
jdm, any ideas who should be CC'd here?
Reporter | ||
Comment 2•11 years ago
|
||
Blake!
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 3•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 4•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → 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
•