mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
style: Factor out per-origin data storage.
Also add an iter_mut_origins() function.
This commit is contained in:
parent
0635fddbfc
commit
321643ae61
5 changed files with 207 additions and 213 deletions
|
@ -44,7 +44,7 @@ pub use self::memory::{MallocSizeOf, MallocSizeOfFn, MallocSizeOfWithGuard};
|
|||
#[cfg(feature = "gecko")]
|
||||
pub use self::memory::{MallocSizeOfWithRepeats, SizeOfState};
|
||||
pub use self::namespace_rule::NamespaceRule;
|
||||
pub use self::origin::Origin;
|
||||
pub use self::origin::{Origin, PerOrigin, PerOriginClear};
|
||||
pub use self::page_rule::PageRule;
|
||||
pub use self::rule_parser::{State, TopLevelRuleParser};
|
||||
pub use self::rule_list::{CssRules, CssRulesHelpers};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue