aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/error_reporting.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-283/+0
* style: [css-properties-values-api] Implement parsing and serialization for @p...Zach Hoffman2023-11-241-0/+10
* style: Implement CSS parsing for the @font-palette-values ruleJonathan Kew2023-11-031-0/+10
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-1/+1
* style: Add a CSS error to the console when using non-featureless :host selectorsOriol Brufau2023-05-171-0/+5
* Make use of RefCell::try_borrow_unguardedAnthony Ramine2019-04-121-1/+0
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-3/+7
* style: Augment CSS errors with the CSS selector.Julian Descottes2019-04-121-2/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-1/+1
* style: Better debugging for stylesheets and URLs.Emilio Cobos Álvarez2018-06-231-1/+3
* style: Move the error reporter into ParserContext.Emilio Cobos Álvarez2018-06-231-14/+0
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-59/+98
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* stylo: Fix missing null terminators in error reporting code.Emilio Cobos Álvarez2018-01-311-0/+1
* style: Update cssparser to 0.23.Emilio Cobos Álvarez2017-12-051-1/+0
* style: Add a new CSS error type for lone value parsing errors.Cameron McCormack2017-12-051-0/+5
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-9/+8
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-2/+8
* Remove uses of `format!` in components/style/error_reporting.rsSimon Sapin2017-09-021-69/+72
* Reformat a couple match expressionsSimon Sapin2017-09-021-43/+64
* Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-23/+15
* style: Implement parsing/serialization for @font-feature-values ruleNazım Can Altınova2017-07-271-0/+10
* stylo: Update rust-cssparser; extract more specific error types when reportin...Josh Matthews2017-07-101-5/+5
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-101-6/+1
* Backed out changeset fec394734f83 (bug 17624) for build bustage a=backout CLO...Gecko Backout2017-07-061-17/+5
* stylo: Update rust-cssparser; extract more specific error types when reportin...Josh Matthews2017-07-061-5/+5
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-061-0/+12
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-6/+6
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-43/+100
* The ParseErrorReporter trait no longer needs to be Send.Josh Matthews2017-06-091-1/+1
* Encapsulate CSS error reporter creation for stylo.Josh Matthews2017-06-091-0/+12
* Report CSS parse errors via enum instead of strings.Josh Matthews2017-06-091-15/+79
* Rename StdoutErrorReporter to RustLogReporter.Simon Sapin2017-04-241-4/+8
* Rename MemoryHoleReporter to NullReporterSimon Sapin2017-04-241-0/+14
* Support line number offsets for inline stylesheetsmckaymatt2017-04-131-4/+7
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-3/+3
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-12/+11
* Add ServoUrl as a parameter to report_error(...) of ParseErrorReporteravinash2017-03-061-6/+8
* style: Document the error_reporting module.Emilio Cobos Álvarez2016-12-311-0/+13
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+2
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-1/+1
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-0/+25