зеркало из https://github.com/mozilla/gecko-dev.git
ff94c101f2
<!-- Please describe your changes on the following line: --> This PR allows the `-Z` command line option to be set multiple times; `servo -Zfoo -Zbar` is the same as `servo -Zfoo,bar`. This means we can pass debug options into `mach test-wpt` as `mach test-wpt --binary-arg=-Zfoo`; previously this failed because mach already passed in some debug options. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because this is part of the debug and test architecture <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: cd77071d3f43def99f4501d661c3c32448c80ac1 |
||
---|---|---|
.. | ||
Cargo.toml | ||
basedir.rs | ||
geometry.rs | ||
lib.rs | ||
opts.rs | ||
prefs.rs | ||
remutex.rs | ||
resource_files.rs | ||
thread.rs |