Changes

Jump to: navigation, search

Chrome

35 bytes added, 09:46, 6 October 2006
Additional Info
*Line 5: <color=bluepre>locale packagename localename uri/to/files/ [flags]</colorpre>
**This code will register a locale package called pinpnss with the localename en-US when resolving the URL jar:en-US.jar!/locale/en-US/pipnss/
**NOTE: If there are more than one locale file register for the package, chrome will select the best-fit locale for the URL.
*Line 6: <pre># this line is a comment - you can put whatever you want here</pre>
**To comment your code, put '#' in the beginning of the line.
*Line 7: <pre>overlay chrome://URI-to-be-overlayed chrome://overlay-URI [flags]</pre>
**The prupose of this code is to overlaying one chrome on top of the other.
*Line 13: <pre>skin packagename skinname uri/to/files/ [flags]</pre>
**This will register a skin package gobal with the skinname classic/1.0 when resolving the URL jar:classic.jar!/skin/classic/global/
**NOTE: If more than one skin register for the package, chrome will select the best-fit skin for the URL.
*Line 14: <pre>override chrome://package/type/original-uri.whatever new-resolved-URI [flags]</pre>
**The purpose of this is to override a chrome file provided by the application or XULRunner with a new extension or embedder.
1
edit

Navigation menu