Closed
Bug 1164374
Opened 10 years ago
Closed 10 years ago
Use StaticMutex in BrowserProcessSubThread
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
3.42 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
This removes a static constructor.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Attachment #8605138 -
Flags: review?(nfroyd)
![]() |
Assignee | |
Comment 2•10 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #0)
> This removes a static constructor.
More specifically: it removes a static constructor in my local build, but not on try. There must be some other static variable that's getting put into the same static constructor on try builds. Still, it's a step in the right direction.
![]() |
||
Updated•10 years ago
|
Attachment #8605138 -
Flags: review?(nfroyd) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•