1
edit
No edit summary |
No edit summary |
||
| Line 100: | Line 100: | ||
I wish the Plugin API for Windows is changed so that any plugin can register its MIME types at run time as in the Unix API. The current API requires MIME type information stored in the plugin DLL's resource data, which is not good for runtime modification. | I wish the Plugin API for Windows is changed so that any plugin can register its MIME types at run time as in the Unix API. The current API requires MIME type information stored in the plugin DLL's resource data, which is not good for runtime modification. | ||
---- | |||
[[User:yathosho]] with many firefox users using other gecko-based products (thunderbird, songbird), i thought i makes not much sense to run the gecko engine in multiple instances. could gecko run from some kind of system level (i.e. windows service) and gecko-based applications access it from there? i'm not an experienced enough programmer, i thought this would certainly speed up the performance of each application. i have no idea if this could be done without risking vulnerability on the other hand | |||
edit