Closed
Bug 300423
Opened 19 years ago
Closed 19 years ago
Expose nsIPipe implementation via component factory
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
Attachments
(1 file)
6.61 KB,
patch
|
benjamin
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Expose nsIPipe implementation via component factory
The pipe is an extremely useful primitive that is currently only available via
NS_NewPipe2, which is not easy to use from extensions or xulapps. It's trivial
to expose this class via the component registry, so we should just do it.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #188999 -
Flags: review?(benjamin)
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8beta4
Updated•19 years ago
|
Attachment #188999 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 188999 [details] [diff] [review]
v1 patch
Low risk change. Expose a component that might be useful to extension
developers.
Attachment #188999 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #188999 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 3•19 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•