mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Clean up some stale debug options for ServoDriver (#35281)
* Clean up some stale debug options for ServoDriver Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> * Fix wpt manifest Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> --------- Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com>
This commit is contained in:
parent
6547d35fa5
commit
4716dca505
3 changed files with 2 additions and 6 deletions
|
@ -643,10 +643,6 @@ fn print_debug_options_usage(app: &str) {
|
|||
);
|
||||
print_option("dump-style-stats", "Print style statistics each restyle.");
|
||||
print_option("gc-profile", "Log GC passes and their durations.");
|
||||
print_option(
|
||||
"load-webfonts-synchronously",
|
||||
"Load web fonts synchronously to avoid non-deterministic network-driven reflows",
|
||||
);
|
||||
print_option(
|
||||
"parallel-display-list-building",
|
||||
"Build display lists in parallel.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue