document_state.rs |
An invalidation processor for style changes due to document state changes. |
5279 |
element_wrapper.rs |
A wrapper over an element and a snapshot, that allows us to selector-match
against a past state of the element. |
13997 |
invalidation_map.rs |
Code for invalidations due to state or attribute changes. |
52581 |
invalidator.rs |
The struct that takes care of encapsulating all the logic on where and how
element styles need to be invalidated. |
40807 |
mod.rs |
Invalidation of element styles due to attribute or style changes. |
454 |
relative_selector.rs |
Invalidation of element styles relative selectors. |
46273 |
restyle_hints.rs |
Restyle hints: an optimization to avoid unnecessarily matching selectors. |
7251 |
state_and_attributes.rs |
An invalidation processor for style changes due to state and attribute
changes. |
21740 |