canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
(New page: This is an attempt to keep track of features that are very commonly requested by extension/application developers that the platform is currently lacking. Please do not just add your favou...) |
MarkFinkle (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
There is currently no easy way to parse some file/string as html without using some kind of hidden iframe or other hacks. | There is currently no easy way to parse some file/string as html without using some kind of hidden iframe or other hacks. | ||
==[https://bugzilla.mozilla.org/show_bug.cgi?id=442393 nsIProcess cleanup]== | |||
nsIProcess fails to support some of the its own interface methods. It would also be nice to know if the process is still running, for times when you start a process async. | |||
==Creating an image without using canvas== | |||
The are situations when embedding or using C++ components where creating an image from an element or document is desired, but very difficult. The developers rarely want to use a cairo or thebes surface. They just want to pass a stream or filename along with an image mime type. |