Closed
Bug 937018
Opened 12 years ago
Closed 12 years ago
Mark the Network Seer thread in the Nuwa process
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: cyu, Assigned: cyu)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.28 KB,
patch
|
cyu
:
review+
|
Details | Diff | Splinter Review |
The network seer thread is created in the Nuwa process. We need to mark it so it can be frozen in the Nuwa process and recreated in the spawned child.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #830054 -
Flags: review?(khuey)
Comment on attachment 830054 [details] [diff] [review]
Mark the network seer thread in the Nuwa process.
Review of attachment 830054 [details] [diff] [review]:
-----------------------------------------------------------------
::: netwerk/base/src/Seer.cpp
@@ +335,5 @@
> return QueryInterface(iid, result);
> }
>
> +#ifdef MOZ_NUWA_PROCESS
> +class NuwaMarkSeerThreadRunner: public nsRunnable
super-nit: space before ':'
Attachment #830054 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Attachment #830054 -
Attachment is obsolete: true
Attachment #831990 -
Flags: review+
| Assignee | ||
Comment 4•12 years ago
|
||
Try submission: https://tbpl.mozilla.org/?tree=Try&rev=1faa614c627b
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•