mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Autogenerate compute_damage (fixes #10622)
This commit is contained in:
parent
cd663ea332
commit
8c2b7b41ef
19 changed files with 177 additions and 170 deletions
|
@ -116,13 +116,12 @@ pub mod selector_map;
|
|||
pub mod selector_parser;
|
||||
pub mod shared_lock;
|
||||
pub mod sharing;
|
||||
pub mod style_resolver;
|
||||
pub mod stylist;
|
||||
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
|
||||
pub mod str;
|
||||
pub mod style_adjuster;
|
||||
pub mod style_resolver;
|
||||
pub mod stylesheet_set;
|
||||
pub mod stylesheets;
|
||||
pub mod stylist;
|
||||
pub mod thread_state;
|
||||
pub mod timer;
|
||||
pub mod traversal;
|
||||
|
@ -154,6 +153,9 @@ pub mod properties {
|
|||
include!(concat!(env!("OUT_DIR"), "/properties.rs"));
|
||||
}
|
||||
|
||||
// uses a macro from properties
|
||||
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
#[allow(unsafe_code, missing_docs)]
|
||||
pub mod gecko_properties {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue