User:MarkFinkle/BuildNotes: Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
General Notes about building Mozilla and Fennec
General Notes about building Mozilla and Fennec
= Flat Chrome =
Building with flat chrome means we won't use JAR files to hold the XUL, JS and CSS chrome files. This makes it easy to edit the files on device and re-run to see changes right away. Helpful for bug fixing and performance testing.
This is a MOZCONFIG setting. It only needs to be added to the <code>mobile</code> project.
* Add chrome format line to mobile app
** <code>ac_add_app_options mobile --enable-chrome-format=flat</code>


= Official Branding =
= Official Branding =
Build Fennec with the full Firefox images and strings, just like the release version.
This is a MOZCONFIG setting. It only needs to be added to the <code>mobile</code> project.
This is a MOZCONFIG setting. It only needs to be added to the <code>mobile</code> project.
* Add branding line to mobile app
** <code>ac_add_app_options mobile --enable-official-branding</code>
This might change if we start building Fennec without XULRunner, in which case we would just use the global setting.


* Add branding line
* Add branding line
** <code>ac_add_app_options mobile --enable-official-branding</code>
** <code>ac_add_options --enable-official-branding</code>


= Shared vs Static Libraries =
= Shared vs Static Libraries =
canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798

edits