servo/components/gfx
Glenn Watson a5a5214783 Various fixes to getClientBoundingRect()
* Fix queries involving stacking contexts
 * The code was double accumulating stacking context origins.
* Handle queries of inline elements.
 * The node addresses being compared were incorrect (CharacterData vs. Span)
* Handle ScriptQuery reflows correctly.
 * The layout task was skipping the compute absolute positions traversal, so failed before window.onload.
2015-05-01 12:40:37 +10:00
..
display_list Various fixes to getClientBoundingRect() 2015-05-01 12:40:37 +10:00
platform Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
text Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
buffer_map.rs Implement Clone for Copy types. 2015-04-28 23:31:10 +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 Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
paint_task.rs Refactored image cache task - details below. 2015-04-23 09:40:24 +10:00