Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/browser/config/mozconfigs/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  allowlist

  Sprache: JAVA
 

'nightly' contains things that are in nightly mozconfigs and allowed to be missing from release builds.
# Other keys in allowlist contain things are in that branches mozconfigs and allowed to be missing from nightly builds.
allowlist = {
    'release': {},
    'nightly': {},
    }

all_platforms = ['win64''win64-aarch64''win32''linux64''macosx64']

for platform in all_platforms:
    allowlist['nightly'][platform] = [
        'ac_add_options --with-branding=browser/branding/nightly',
    ]

allowlist['nightly']['macosx64'] += [
    'ac_add_options --enable-instruments',
]

allowlist['nightly']['win64'] += [
    '. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"',
]

for platform in all_platforms:
    allowlist['release'][platform] = [
        'ac_add_options --enable-update-channel=release',
        'ac_add_options --enable-official-branding',
    ]

allowlist['release']['linux64'] += [
    'export MOZILLA_OFFICIAL=1',
]

if __name__ == '__main__':
    import pprint
    pprint.pprint(allowlist)

Messung V0.5 in Prozent
C=92 H=100 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.