aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-210/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-1/+5
* style: [css-nesting] Do a first pass at parsing nested rules mixed with decla...Emilio Cobos Álvarez2023-11-241-11/+10
* style: [css-nesting] Update cssparser againEmilio Cobos Álvarez2023-11-241-20/+10
* Rustfmt.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Allow resource:// stylesheets to use chrome-only rules.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Introduce InspectorUtils.supports().Emilio Cobos Álvarez2021-02-261-21/+0
* style: Add parsing for cross-fade from CSS Image Values and Replaced Content ...Zeke Medley2021-02-261-0/+12
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-2/+8
* style: Derive parse for TextOverflowSide.Emilio Cobos Álvarez2020-06-041-0/+6
* style: Clean up parsing of UnicodeRange.Emilio Cobos Álvarez2020-06-041-5/+2
* Fix some new warningsSimon Sapin2019-06-221-3/+3
* style: Centralize a bit invalid value error reporting.Emilio Cobos Álvarez2019-05-101-0/+6
* style: Refactor some enabledness checks.Emilio Cobos Álvarez2019-04-121-0/+13
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-4/+4
* Format style component.chansuke2018-09-091-5/+1
* style: Hook the use counters into StyleSheet parsing.Emilio Cobos Álvarez2018-09-031-1/+4
* style: Add a very simple use counter implementation.Emilio Cobos Álvarez2018-09-031-3/+9
* style: Move the error reporter into ParserContext.Emilio Cobos Álvarez2018-06-231-17/+14
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-4/+4
* style: Introduce css(parse_condition).Emilio Cobos Álvarez2018-06-121-2/+11
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-12/+19
* style: Trivially cleanup length parsing.Emilio Cobos Álvarez2018-02-161-0/+6
* Allow deriving Parse for keywords.Emilio Cobos Álvarez2017-12-151-2/+4
* style: Fix indentation of multiple CssParserContext construction.Emilio Cobos Álvarez2017-11-271-0/+3
* style: Enable chrome-only CSS features in user stylesheets.Emilio Cobos Álvarez2017-11-211-3/+3
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-6/+4
* style: Minimal ParserContext cleanup.Emilio Cobos Álvarez2017-10-241-13/+16
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+6
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-6/+4
* stylo: Add a mechanism to restrict media-features to UA and chrome sheets.Emilio Cobos Álvarez2017-10-071-0/+5
* Backout #18759Xidorn Quan2017-10-071-5/+0
* stylo: Restrict system-metric media features to UA and chrome sheets only. r=...Emilio Cobos Álvarez2017-10-051-0/+5
* Use cssparser's new_with_line_number_offsetTom Tromey2017-08-281-24/+1
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-11/+13
* style: Cleanup ParserContext::new_with_rule_type.Emilio Cobos Álvarez2017-08-181-3/+4
* style: A few minor formatting cleanups.Emilio Cobos Álvarez2017-08-181-9/+17
* Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-14/+9
* Introduce CommaWithSpaceAnthony Ramine2017-06-271-16/+0
* Introduce Separator::parseAnthony Ramine2017-06-271-4/+6
* style: Have OneOrMoreSeparated replace OneOrMoreCommaSeparated.Jonathan Chan2017-06-191-2/+4
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-29/+3
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-10/+13
* Report CSS parse errors via enum instead of strings.Josh Matthews2017-06-091-6/+6
* style: Simplify the namespace setup for stylesheet parsing.Emilio Cobos Álvarez2017-06-021-19/+21
* stylo: Use namespace ids for content: attr(..)Manish Goregaokar2017-06-011-1/+1
* stylo: Move reference of namespace map to parser contextManish Goregaokar2017-06-011-1/+7
* Add PARSING_MODE_ALLOW_ALL_NUMERIC_VALUES to force to parse negative values.Hiroyuki Ikezoe2017-05-141-3/+12