gecko-dev/dom/plugins
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
..
base Bug 1661450 - Guard X11-only code behind #ifdef MOZ_X11 r=stransky 2020-08-31 11:41:22 +00:00
ipc Bug 1661450 - Guard X11-only code behind #ifdef MOZ_X11 r=stransky 2020-08-31 11:41:22 +00:00
test Bug 1675319 - [manifestparser] Properly support multiline skip-if statements, r=jmaher,extension-reviewers,zombie 2020-11-05 19:55:08 +00:00