aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheets/document_rule.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-305/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-4/+2
* style: [css-nesting] Do a first pass at parsing nested rules mixed with decla...Emilio Cobos Álvarez2023-11-241-6/+4
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* Rustfmt.Emilio Cobos Álvarez2021-02-261-2/+6
* style: Add dark mode to plaintext.css, and a document rule to target plaintex...Emilio Cobos Álvarez2021-02-261-2/+27
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-1/+1
* style: Remove the @-moz-document url-prefix() hack preference, enable it ever...Emilio Cobos Álvarez2020-06-041-4/+0
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-5/+5
* style: Use `static_prefs::pref!`.Nicholas Nethercote2019-08-151-5/+3
* style: Change `StaticPrefs` from a class to a namespace.Nicholas Nethercote2019-07-081-2/+2
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-4/+4
* style: Remove a couple trivial dependencies on nsPresContext.Emilio Cobos Álvarez2019-02-231-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Revert try -> r#try change.Emilio Cobos Álvarez2018-11-101-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-4/+4
* `cargo fix --edition`Simon Sapin2018-11-101-8/+8
* Format remaining filesPyfisch2018-11-061-1/+2
* Format style component.chansuke2018-09-091-13/+12
* style: Add @-moz-document media-document(image|video|plugin).Emilio Cobos Álvarez2018-07-241-0/+28
* style: Make document condition parsing a bit nicer.Emilio Cobos Álvarez2018-07-241-23/+22
* style: UrlMatchingFunction -> DocumentMatchingFunction.Emilio Cobos Álvarez2018-07-241-19/+19
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-28/+42
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-1/+2
* Convert StylePrefs to StaticPrefs.Nicholas Nethercote2018-04-031-2/+2
* style: Add another pref to control the url-prefix hack.Emilio Cobos Álvarez2018-03-191-0/+4
* style: Allow @-moz-document url-prefix() on content.Emilio Cobos Álvarez2018-03-191-3/+44
* style: Cleanup @-moz-document parsing a bit.Emilio Cobos Álvarez2018-03-191-25/+27
* Split CssUrl from SpecifiedUrl for non-value URLs.Xidorn Quan2018-03-081-3/+3
* Move #[css(iterable)] on fields rather than variantsAnthony Ramine2018-03-061-2/+2
* Derive ToCss for DocumentConditionAnthony Ramine2018-03-031-18/+2
* Derive ToCss for UrlMatchingFunctionAnthony Ramine2018-03-031-33/+8
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-6/+10
* Avoid the generic writer parameter for PropertyDeclaration serialization.Bobby Holley2018-01-221-3/+3
* style: Some trivial cleanup.Emilio Cobos Álvarez2017-12-241-5/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-4/+5
* Update ns[C]String::from -> ns[C]Str::from where possibleMichael Layzell2017-09-261-2/+2
* Measure Arc<Locked<T>> fields properly.Nicholas Nethercote2017-09-121-2/+3
* Overhaul MallocSizeOf and related things.Nicholas Nethercote2017-09-121-4/+6
* Measure selectors.Nicholas Nethercote2017-09-071-1/+10
* Update cssparser to 0.18Simon Sapin2017-07-241-4/+4
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-2/+3
* style: Assert we never style a root element from another document.Emilio Cobos Álvarez2017-06-211-1/+1
* Untry styleSimon Sapin2017-06-181-5/+5
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-9/+10
* Implement ToCss for str and StringAnthony Ramine2017-06-081-4/+4
* style: Split stylesheets.rsEmilio Cobos Álvarez2017-06-041-0/+219