mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Split up push_applicable_declarations.
Introduce RuleCollector, which contains all the state we need during the cascade, and allows to reuse a bit of code. Differential Revision: https://phabricator.services.mozilla.com/D11233
This commit is contained in:
parent
b7cefa5814
commit
667457a16c
3 changed files with 426 additions and 293 deletions
|
@ -143,6 +143,7 @@ pub mod media_queries;
|
|||
pub mod parallel;
|
||||
pub mod parser;
|
||||
pub mod rule_cache;
|
||||
pub mod rule_collector;
|
||||
pub mod rule_tree;
|
||||
pub mod scoped_tls;
|
||||
pub mod selector_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue