User:Manuel Bucher: Difference between revisions
Jump to navigation
Jump to search
(Add bugzilla instant search) |
(added moz-phab info) |
||
Line 2: | Line 2: | ||
== Resources to integrate into firefox-source-docs (or wiki) somewhere == | == 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 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: | ||
* https://github.com/mystor/git-revise: Speed up builds (15s instead of 20min) after rebase (use <code>git revise</code> instead) when using <code>git cinnebar</code> | * https://github.com/mystor/git-revise: Speed up builds (15s instead of 20min) after rebase (use <code>git revise</code> instead) when using <code>git cinnebar</code> | ||
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 |
Revision as of 09:29, 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:
- https://github.com/mystor/git-revise: Speed up builds (15s instead of 20min) after rebase (use
git revise
instead) when usinggit cinnebar
- my
.mozconfig
:
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