servo/components/style/invalidation/element
Emilio Cobos Álvarez 0ae47b2659
style: Cleanup invalidation processor constructor.
It used to be this way because of lifetime issues (plus the shadow
datas were in RwLocks at some point IIRC). Now we guarantee that as long as the
element is away the cascade data is as well, so we don't need to thread it
around.

Differential Revision: https://phabricator.services.mozilla.com/D2768
2018-08-08 01:37:50 +02:00
..
document_state.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
element_wrapper.rs style: Remove unused selectors methods. 2018-08-08 01:37:45 +02:00
invalidation_map.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
invalidator.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
mod.rs style: Add a document state invalidator. 2018-01-12 12:08:42 +01:00
restyle_hints.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
state_and_attributes.rs style: Cleanup invalidation processor constructor. 2018-08-08 01:37:50 +02:00