User:Manuel Bucher: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add link to .ini test files documentation)
(added mozconfig helper)
Line 15: Line 15:
* moz-phab can be used to download and checkout patches from phabricator using <code>moz-phab patch D000000</code> and replace D000000 with the patch-id from phabricator
* moz-phab can be used to download and checkout patches from phabricator using <code>moz-phab patch D000000</code> and replace D000000 with the patch-id from phabricator
* Documentation of the test <code>.ini</code> files: https://firefox-source-docs.mozilla.org/build/buildsystem/test_manifests.html
* Documentation of the test <code>.ini</code> files: https://firefox-source-docs.mozilla.org/build/buildsystem/test_manifests.html
* Moz-config helper:
  * https://github.com/ahal/mozconfigwrapper
  * https://github.com/emilio/mozconfigs

Revision as of 10:28, 25 May 2022

I am a mozillian in the Necko-Team. I like improving docs when reading through them.

Resources to integrate somewhere into firefox-source-docs (or wiki)

My personal TODO-List for my outstanding documentation changes (where I don't have the time to do them immediately)/My non-trivially learned lessons about Firefox development:

ac_add_options --enable-debug
ac_add_options --enable-clang-plugin
#ac_add_options --disable-unified-build
ac_add_options --with-ccache=sccache
 * https://github.com/ahal/mozconfigwrapper
 * https://github.com/emilio/mozconfigs