aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssconditionrule.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Reorder importsPyfisch2018-11-061-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
|
* Format script componentchansuke2018-09-191-2/+4
|
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
| | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments.
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
| | | | | | The alias is left there temporarilly and will be removed completely in a later commit where also components/style/gecko/generated/structs_{debug|release}.rs are re-generated (they still use the old alias).
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
|
* Replace RwLock<CssRules> with Locked<CssRules>Simon Sapin2017-03-191-3/+2
|
* Replace more RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-0/+4
|
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-0/+4
|
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
|
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵Manish Goregaokar2017-01-071-0/+53
conditionText attribute