mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
Add a dom/base/rust crate called just "dom" where we can share these. Most of the changes are automatic: s/mozilla::EventStates/mozilla::dom::ElementState/ s/EventStates/ElementState/ s/NS_EVENT_STATE_/ElementState::/ s/NS_DOCUMENT_STATE_/DocumentState::/ And so on. This requires a new cbindgen version to avoid ugly casts for large shifts. Differential Revision: https://phabricator.services.mozilla.com/D148537 |
||
---|---|---|
.. | ||
document_state.rs | ||
element_wrapper.rs | ||
invalidation_map.rs | ||
invalidator.rs | ||
mod.rs | ||
restyle_hints.rs | ||
state_and_attributes.rs |