Re: Embedding and associated /dist folders
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 7/13/10 9:29 AM, [email protected] wrote: > Is there a mechanism to allow the file resources in /dist/chrome and > /dist/components etc to be packed into a shared library (DLL on Windows?) Not currently. With the new 'omnijar' work it may become easier, because you can embed all the mozilla resources into a single JAR and use that. > Would creating and registering some custom resource handler do the > trick? I would like to reduce the apparent footprint of an embedded > installation. I question your motives: the only people who are going to care are people who look up the list of files in Explorer, and I really don't think that's an especially important case (worth spending coding/packaging time). A single file can help speed startup time, which is why we are working on it at all. --BDS