stylo: Propagate quirks mode information from Gecko to Servo

This commit is contained in:
Nazım Can Altınova 2017-05-06 01:12:03 +03:00
parent 875b07b4ec
commit c54d255d07
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
9 changed files with 48 additions and 14 deletions

View file

@ -5,6 +5,7 @@
//! Rust sugar and convenience methods for Gecko types.
mod ns_com_ptr;
mod ns_compatibility;
mod ns_css_shadow_array;
pub mod ns_css_value;
mod ns_style_auto_array;