gecko-dev/build/docs
Andrew Halberstadt 331bc892dd Bug 1675319 - [manifestparser] Properly support multiline skip-if statements, r=jmaher,extension-reviewers,zombie
This supports one manifestparser expression per line in the 'skip-if',
'fail-if' and 'run-if' keys. As a side effect the:

    skip-if = foo ||
        bar

syntax is no longer supported. Instead it can be:

    skip-if =
        foo  # bug 123
        bar  # bug 456

Differential Revision: https://phabricator.services.mozilla.com/D95927
2020-11-05 19:55:08 +00:00
..
mozbuild Bug 925350 - Remove dumbmake r=nalexander 2020-07-10 18:12:07 +00:00
build-overview.rst
build-targets.rst
cppeclipse.rst
defining-binaries.rst
defining-xpcom-components.rst Bug 1652354, part 𝋡: Support categories with generic values in static component registration. r=kmag 2020-08-10 21:16:31 +00:00
environment-variables.rst
files-metadata.rst
glossary.rst no bug - fx doc - Fix some rst warnings 2020-09-22 06:26:42 +00:00
gn.rst
index.rst no bug - Doc: add reference for Visual Studio Code the build documentation. r=sylvestre DONTBUILD 2020-09-15 14:32:17 +00:00
jar-manifests.rst
locales.rst Bug 1588458 - Replace dxr by searchfox in the rst doc r=ahal DONTBUILD 2020-10-08 08:13:15 +00:00
mozbuild-files.rst
mozbuild-symbols.rst
mozconfigs.rst Bug 1632874: |mach bootstrap| should write mozconfig file if it doesn't exist r=rstewart 2020-06-08 19:36:56 +00:00
mozinfo.rst
pgo.rst
preprocessor.rst Bug 1426269 - Change the slashslash filter in preprocessor.py. r=glandium 2020-09-08 23:04:51 +00:00
python.rst
rust.rst Bug 1648348 - Create "Writing Rust Code" docs. r=froydnj,zbraniecki,lina. 2020-07-07 07:38:27 +00:00
sccache-dist.rst Bug 1660614 - Upgrade sccache to pick up more resilient behavior in the presence of cache read failures r=froydnj 2020-08-25 21:16:53 +00:00
slow.rst
sparse.rst
supported-configurations.rst Bug 1652075 - Update the minimum supported macOS version in the build docs. r=sylvestre 2020-07-17 09:49:32 +00:00
telemetry.rst Bug 1651424: Report build telemetry using Glean r=firefox-build-system-reviewers,Dexter,rstewart 2020-09-09 23:51:57 +00:00
test_certificates.rst
test_manifests.rst Bug 1675319 - [manifestparser] Properly support multiline skip-if statements, r=jmaher,extension-reviewers,zombie 2020-11-05 19:55:08 +00:00
toolchains.rst Bug 1644046 - Get Sonatype nexus with fetch task rather than when building android-build image. r=froydnj 2020-06-15 16:29:30 +00:00
visualstudio.rst