servo/components/layout
Patrick Walton 62bb9093d7 layout: Float table wrappers directly instead of generating a block
wrapper around them.

Fixes Wikipedia tables leaking out.

Along the way, I refactored tables' width calculation significantly.
This was necessary in order to properly handle floated tables, as some
of the logic had to be ported over from block flows.
2014-09-25 08:06:03 -07:00
..
css Eliminate warnings 2014-09-20 13:00:55 -07:00
block.rs layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
construct.rs layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
context.rs Fixed #3386. 2014-09-18 09:20:23 -07:00
floats.rs layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
flow.rs layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
flow_list.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
flow_ref.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
fragment.rs Fix inline context padding on inline-block. 2014-09-23 15:40:08 +10:00
incremental.rs Cargoify servo 2014-09-08 20:21:42 -06:00
inline.rs layout: Implement white-space: nowrap. 2014-09-23 15:47:45 -07:00
layout_debug.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
layout_task.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
lib.rs Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
model.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
parallel.rs layout: Remove layout/extra.rs. 2014-09-18 11:33:04 -07:00
table.rs layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
table_caption.rs Cargoify servo 2014-09-08 20:21:42 -06:00
table_cell.rs Adds support for table layout trace and updates viewer for tables. 2014-09-19 14:48:53 +10:00
table_colgroup.rs Adds support for table layout trace and updates viewer for tables. 2014-09-19 14:48:53 +10:00
table_row.rs Merge pull request #3420 from glennw/table-debug 2014-09-19 19:50:47 -07:00
table_rowgroup.rs Merge pull request #3420 from glennw/table-debug 2014-09-19 19:50:47 -07:00
table_wrapper.rs layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
text.rs Merge pull request #3458 from pcwalton/whitespace-nowrap 2014-09-23 20:22:33 -07:00
util.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
wrapper.rs Eliminate warnings 2014-09-20 13:00:55 -07:00