Confirmed users
295
edits
(→Basics) |
|||
Line 3: | Line 3: | ||
== Basics == | == Basics == | ||
* Make sure your code is present for the 3 platforms, and that files are referenced twice in Windows' jar.mn (once for XP, once for Vista/7) | * Make sure your code is present for the 3 platforms, and that files are referenced twice in Windows' jar.mn (once for XP, once for Vista/7) So to add foo.css, your patch should include: | ||
** Added files: | |||
*** <tt>/browser/themes/gnomestripe/browser/devtools/foo.css</tt> | |||
*** <tt>/browser/themes/pinstripe/browser/devtools/foo.css</tt> | |||
*** <tt>/browser/themes/winstripe/browser/devtools/foo.css</tt> | |||
** Changed files: | |||
*** <tt>/browser/themes/gnomestripe/browser/jar.mn</tt> | |||
*** <tt>/browser/themes/pinstripe/browser/jar.mn</tt> | |||
*** <tt>/browser/themes/winstripe/browser/jar.mn</tt> (2 changes) | |||
* Make sure each file starts with the standard copyright header | * Make sure each file starts with the standard copyright header | ||
* Functional stuff (for example, toggling the display property based on application state) should be in content css rather than theme css | * Functional stuff (for example, toggling the display property based on application state) should be in content css rather than theme css |