Open
Bug 1656104
Opened 4 years ago
Remove BrowserProcessSubThread
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
NEW
People
(Reporter: jld, Unassigned)
References
Details
The only kind of BrowserProcessSubThread
we use (or that we've ever used, except possibly for ~2 months in 2009 but maybe not even that) is the IPC IO thread. After bug 1656101, BrowserProcessSubThread
will basically consist of
- a singleton thread pointer (which is also stored elsewhere)
- calls to
CoInitialize
/CoUninitialize
, which other components that use COM handle individually
And we don't really need a separate class for that.
You need to log in
before you can comment on or make changes to this bug.
Description
•