Re: Making extensions available to multiple GRE applications
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
New-style extensions would install in arbitrary locations, which would *always* be outside a chrome root. For example, JSlib might install itself (on win32) in "C:\Program Files\Common Data\mozdev.org\JSlib\1.1" or something like that. (Old-style extensions that don't know about this new extension scheme would still install themselves in the application chrome/components directories). --BDS