servo/components/layout_2020/display_list
Martin Robinson 6d4b7e7a22 Move hit testing information out of WebRender
Store hit testing information in a data structure that sits alongside
the display list in the compositor. This will allow the compositor to
store more information per-node. The data structure also takes care of
de-duplicating information between successive display list entries. In
the future, the data structure can be even more aggressive in producing
smaller side hit testing lists, if necessary.
2023-03-15 12:25:29 +01:00
..
background.rs layout_2020: Implement support for backface-visibility 2020-05-16 09:42:45 +02:00
conversions.rs Add support for text-decoration-style 2020-03-23 11:10:44 +01:00
gradient.rs Some servo build fixes. 2020-04-16 18:29:30 +02:00
mod.rs Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
stacking_context.rs Fix the layout 2020 build after euclid upgrade 2023-03-07 12:20:01 +01:00