mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Rewrite media queries so that they work on an evaluator function.
This moves most of the code to be Rust, except potentially some evaluator functions, and allows to unblock the use case from any-hover / any-pointer and remove nsMediaFeatures. Differential Revision: https://phabricator.services.mozilla.com/D2976
This commit is contained in:
parent
a0cb37d29d
commit
dc0f937224
10 changed files with 1374 additions and 782 deletions
|
@ -11,6 +11,7 @@ pub mod arc_types;
|
|||
pub mod conversions;
|
||||
pub mod data;
|
||||
pub mod global_style_data;
|
||||
pub mod media_features;
|
||||
pub mod media_queries;
|
||||
pub mod pseudo_element;
|
||||
pub mod restyle_damage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue