210
edits
Jamesboston (talk | contribs) |
Jamesboston (talk | contribs) |
||
Line 52: | Line 52: | ||
|- | |- | ||
| nsIProcess2 | | nsIProcess2 | ||
| Replace the existing nsIProcess interface with a new interface that supports Unicode on all platforms, supports piping to/from processes and can handle asynchronous I/O via callbacks. Also, this functionality should be available through | | Replace the existing nsIProcess interface with a new interface that supports Unicode on all platforms, supports piping to/from processes and can handle asynchronous I/O via callbacks. The primary API should be a JS API, but will be implemented partly using XPCOM underneath. Also, this functionality should be available through Components.utils.import("resource://gre/process.js") or a similar JS module approach. ({{bug|484246}}) | ||
| James Boston | | James Boston | ||
| Mark Finkle | | Mark Finkle |
edits