servo/components/gfx
Patrick Walton 48299a53cb layout: Implement most of border-collapse per CSS 2.1 § 17.6.2.
Known issues:

* Collapsed borders do not correctly affect the border-box of the table
  itself.

* The content widths of all cells in a column and the content height of
  all cells in a row is the same in this patch, but not in Gecko and
  WebKit.

* Corners are not painted well. The spec does not say what to do here.

* Column spans are not handled well. The spec does not say what to do
  here either.
2015-04-27 17:12:07 +02:00
..
display_list layout: Implement most of border-collapse per CSS 2.1 § 17.6.2. 2015-04-27 17:12:07 +02:00
platform Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
text Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
buffer_map.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
Cargo.toml Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
color.rs Renaming the color function to just *transparent*, 2015-04-22 14:51:39 -07:00
filters.rs Implementing Blur filter. 2015-04-15 16:15:21 -07:00
font.rs Remove int_uint feature from gfx. 2015-04-07 11:58:28 -04:00
font_cache_task.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
font_context.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
font_template.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
lib.rs Remove int_uint feature from gfx. 2015-04-07 11:58:28 -04:00
paint_context.rs layout: Implement most of border-collapse per CSS 2.1 § 17.6.2. 2015-04-27 17:12:07 +02:00
paint_task.rs Refactored image cache task - details below. 2015-04-23 09:40:24 +10:00