User:Manuel Bucher: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(added moz-phab info)
(add command to checkout patches from phabricator)
Line 11: Line 11:


* Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant
* Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant
* moz-phab can be used to download and checkout patches 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

Revision as of 09:43, 29 April 2022

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

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

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
  • Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant
  • moz-phab can be used to download and checkout patches from phabricator using moz-phab patch D000000 and replace D000000 with the patch-id from phabricator