Adds support for table layout trace and updates viewer for tables.

This commit is contained in:
Glenn Watson 2014-09-19 14:41:15 +10:00
parent b11a110e85
commit 0d0d2365aa
9 changed files with 118 additions and 10 deletions

View file

@ -1481,7 +1481,7 @@ impl Flow for BlockFlow {
///
/// TODO(pcwalton): Inline blocks.
fn bubble_inline_sizes(&mut self, _: &LayoutContext) {
let _scope = layout_debug_scope!("bubble_inline_sizes {:s}", self.base.debug_id());
let _scope = layout_debug_scope!("block::bubble_inline_sizes {:s}", self.base.debug_id());
let mut flags = self.base.flags;
flags.set_has_left_floated_descendants(false);