User Tools

Site Tools


mozilla-devel:chrome:chrome

Table of Contents

chrome/

JAR files

For JAR files, Mozilla requires the contents of content/, locale/language_code/ and skin/ to be displaced by an extra subdirectory named after the package. For example, without a JAR file, you could have this layout in Mozilla's chrome directory:

chrome/evergreen/content/main.xul

but if this were a JAR file:

chrome/evergreen.jar

Then the contents of the jar file would have to look like this:

chrome/content/evergreen/main.xul

In the both cases, the XUL file would be referenced by the chrome URL:

chrome://evergreen/content/main.xul

Files

File Description Repository
content/evergreen/ This is where the XUL and Javascript go. CVS
locale/en-US/evergreen/
mozilla-devel/chrome/chrome.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.