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:
bors-servo 2014-10-21 17:06:40 -06:00
commit 3936d14260
3 changed files with 18 additions and 14 deletions

View file

@ -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,