servo/components
Patrick Walton 8640cf5588 layout: Take relative position offsets for inlines and inline-blocks
into account only once.

There were two bugs here: (1) relative position applied to
scanned/unscanned text fragments independently of the container element
that applied that relative position, causing double-counting; (2)
relative position applied to inline block fragments independently of the
wrapped block itself, causing double-counting.

This commit also removes the `cascade_anonymous` function and the
related `Fragment` constructor. They were unused, and their
functionality has been replaced by the `modify_style_for_*` series of
functions.

Closes #7067.
2015-08-12 08:28:35 -07:00
..
canvas Auto merge of #7092 - dzbarsky:putimagedata, r=jdm 2015-08-09 07:00:56 -06:00
canvas_traits Auto merge of #7092 - dzbarsky:putimagedata, r=jdm 2015-08-09 07:00:56 -06:00
compositing Auto merge of #7171 - Ms2ger:ScriptControlChan, r=jdm 2015-08-12 08:28:29 -06:00
devtools Disallow unsafe code in the devtools and devtools_traits crates. 2015-08-12 13:16:31 +02:00
devtools_traits Disallow unsafe code in the devtools and devtools_traits crates. 2015-08-12 13:16:31 +02:00
gfx Auto merge of #7024 - pcwalton:whitespace-stripping, r=mbrubeck 2015-08-11 12:57:02 -06:00
gfx_traits
layout layout: Take relative position offsets for inlines and inline-blocks 2015-08-12 08:28:35 -07:00
layout_traits Store a Sender<ConstellationControlMsg> in LayoutTask. 2015-08-12 15:55:16 +02:00
msg compositing: Add some layer tree debugging infrastructure. 2015-08-10 21:27:04 -07:00
net Remove Message suffix from NetworkEventMessage 2015-08-10 18:48:53 -05:00
net_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
plugins Fix minor typo in lint docstring. 2015-08-05 20:00:39 +02:00
profile Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin 2015-07-30 14:46:13 -06:00
profile_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
script Remove ScriptControlChan. 2015-08-12 16:24:09 +02:00
script_traits Remove ScriptControlChan. 2015-08-12 16:24:09 +02:00
servo Use one version of serde_macros 2015-08-11 18:39:35 -04:00
style layout: Take relative position offsets for inlines and inline-blocks 2015-08-12 08:28:35 -07:00
util Add the Servo User Agent strings 2015-08-10 19:11:12 -05:00
webdriver_server script: Make the resource task communication use IPC channels. 2015-07-31 11:28:09 -07:00
webdriver_traits