Commit 905cefc
authored
Expose more compile options through CompileOptionsWrapper (#714)
Added `set_muted_errors`, `set_is_run_once`, `set_no_script_rval`
allowing Servo to follow Gecko's configuration. `isRunOnce` and
`noScriptRval` are probably just some small optimizations.
Testing: Not required, allows setting more `CompileOptions`
Servo PR: [servo/43020](servo/servo#43020)
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>1 parent 994dacf commit 905cefc
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
559 | 577 | | |
560 | 578 | | |
561 | 579 | | |
| |||
0 commit comments