servo/components/gfx/display_list
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
..
mod.rs Various fixes to getClientBoundingRect() 2015-05-01 12:40:37 +10:00
optimizer.rs Rename dlist to linked_list. 2015-03-18 14:44:34 -07:00