Talk:FUEL/Ideas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
--[[User:SylvainPasche|SylvainPasche]] 00:16, 8 January 2007 (PST) | --[[User:SylvainPasche|SylvainPasche]] 00:16, 8 January 2007 (PST) | ||
I'd love to see some functions to help | I'd love to see some functions to help simplify interaction with nsISupportsArrays of nsISupportsPrimitives. Doing this by hand in JS is extremely annoying. | ||
--[[User:Dmose|Dmose]] | --[[User:Dmose|Dmose]] |
Revision as of 18:51, 19 April 2007
MOZILLA may be a bit long, especially if it is used extensively in extensions. Why not an alias like MOZ or MZ.
Another useful feature for this library would be some helper for boilerplate code in components (and other places). Maybe something similar to the jssh ComponentUtils (generateNSGetModule / generateFactory): http://lxr.mozilla.org/mozilla/source/extensions/jssh/nsJSShStarter.js (I know there's a bug open about it)
--SylvainPasche 00:16, 8 January 2007 (PST)
I'd love to see some functions to help simplify interaction with nsISupportsArrays of nsISupportsPrimitives. Doing this by hand in JS is extremely annoying.
--Dmose