mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Better debugging for media-query related code and ua-cache.
Bug: 1470145 Reviewed-by: xidorn MozReview-Commit-ID: 3XHAxK2BOTS
This commit is contained in:
parent
f564b32b75
commit
82db42390d
4 changed files with 49 additions and 11 deletions
|
@ -14,8 +14,8 @@ use parser::ParserContext;
|
|||
use super::{Device, MediaQuery, Qualifier};
|
||||
|
||||
/// A type that encapsulates a media query list.
|
||||
#[css(comma)]
|
||||
#[derive(Clone, Debug, MallocSizeOf, ToCss)]
|
||||
#[css(comma, derive_debug)]
|
||||
#[derive(Clone, MallocSizeOf, ToCss)]
|
||||
pub struct MediaList {
|
||||
/// The list of media queries.
|
||||
#[css(iterable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue