mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
auto merge of #3746 : mrobinson/servo/debug-fragment-borders, r=pcwalton
This is quite a bit cleaner than abusing the rust debug functionality. If we start collecting too many debugging options in the servo executable we could opt to organize them into a single option. Fixes #2263.
This commit is contained in:
commit
3936d14260
3 changed files with 18 additions and 14 deletions
|
@ -67,6 +67,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
hard_fail: false,
|
||||
bubble_inline_sizes_separately: false,
|
||||
show_debug_borders: false,
|
||||
show_debug_fragment_borders: false,
|
||||
enable_text_antialiasing: true,
|
||||
trace_layout: false,
|
||||
devtools_port: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue