Closed
Bug 1359706
Opened 8 years ago
Closed 3 years ago
Label the IPCStreamSource
Categories
(Core :: IPC, enhancement, P3)
Core
IPC
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bevis, Unassigned)
References
Details
Unlike other use cases to notify nsInputStreamReadyEvent by specifying a nsIEventTarget when nsIAsyncInputStream::AsyncWait() is called,
IPCStreamSource leave nsIEventTarget as nullptr in IPCStreamSource::Wait() and dispatch a runnable of IPCStreamSource::Callback to its owning thread from IPCStreamSource::Callback::OnInputStreamReady() instead:
http://searchfox.org/mozilla-central/rev/baf47b352e873d4516d7656186d6d7c7447d3873/ipc/glue/IPCStreamSource.cpp#45
File this bug to track the labeling of IPCStreamSource::Callback.
Reporter | ||
Updated•8 years ago
|
Blocks: Labeling
See Also: → nsInputStreamReady
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•7 years ago
|
Blocks: nsInputStreamReady
Reporter | ||
Comment 1•7 years ago
|
||
Besides the IPCStreamSource::Callback, the use of nsIAsyncInputStream::AsyncWait() in IPCStreamSource::Wait() shall also be labeled:
http://searchfox.org/mozilla-central/source/ipc/glue/IPCStreamSource.cpp#279
Summary: Label IPCStreamSource::Callback → Label the IPCStreamSource
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•