Bug 1600554 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

+++ This bug was initially created as a clone of Bug #1600552 +++

Filling as a good first bug to learn workflows.

MOZ_WIDGET_GTK is checked twice and we are in the same block
https://searchfox.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#2702

As the change is trivial, it is just to learn how to contribute to Firefox.

Found by http://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-preprocessor.html

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
Filling as a good first bug to learn workflows.

MOZ_WIDGET_GTK is checked twice and we are in the same block
https://searchfox.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#2702

As the change is trivial, it is just to learn how to contribute to Firefox.

Found by http://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-preprocessor.html

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html

Back to Bug 1600554 Comment 0