servo/components/script_traits
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
..
Cargo.toml Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
compositor.rs Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
lib.rs Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
script_msg.rs devtools: Treat session history traversal like a navigation. 2020-08-10 17:52:22 -04:00
serializable.rs re-structure blob, structured serialization 2019-12-11 22:46:50 +08:00
transferable.rs continue messageport, transferable, postmessage options 2019-10-19 14:28:18 +08:00
webdriver_msg.rs Implement ElementClick wd command 2019-08-31 10:14:40 +03:00