servo/components/layout_thread
Anthony Ramine 5ff931d171 Introduce <LayoutDom<Element>>::attrs()
This safe method is the basic block to access element attributes from layout.
We reuse it in the other attr-related layout methods to remove a pretty big
source of rampant unsafe code between script and layout.
2020-03-31 18:46:49 +02:00
..
Cargo.toml Update ipc-channel and crossbeam-channel. 2020-02-20 11:15:13 -05:00
dom_wrapper.rs Introduce <LayoutDom<Element>>::attrs() 2020-03-31 18:46:49 +02:00
lib.rs Pass pending restyles instead of draining them from layout 2020-03-28 15:37:56 +01:00