servo/components/msg
Martin Robinson daf638bc3f Fix fixed position items with parents with CSS clips
In order to properly handle CSS clipping, we need to keep track of what
the different kinds of clips that we have. On one hand, clipping due to
overflow rules should respect the containing block hierarchy, while CSS
clipping should respect the flow tree hierarchy. In order to represent
the complexity of items that are scrolled via one clip/scroll frame and
clipped by another we keep track of that status with a
ClipAndScrollInfo.
2017-08-03 17:52:02 +02:00
..
Cargo.toml Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
constellation_msg.rs Fix fixed position items with parents with CSS clips 2017-08-03 17:52:02 +02:00
lib.rs Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00