aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/reporter.rs
Commit message (Expand)AuthorAgeFilesLines
* Move CSSReporter from script_layout_interface to scriptAnthony Ramine2019-01-141-48/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-2/+2
* format script_layout_interfaceAnshul Malik2018-09-121-15/+19
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Remove uses of `format!` in components/style/error_reporting.rsSimon Sapin2017-09-021-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Update to cssparser 0.19, count line numbers during tokenizationSimon Sapin2017-08-091-10/+6
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+2
* Report CSS parse errors via enum instead of strings.Josh Matthews2017-06-091-9/+9
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-19/+19
* Support line number offsets for inline stylesheetsmckaymatt2017-04-131-2/+4
* style: Avoid cloning all over the error reporter.Emilio Cobos Álvarez2017-03-141-11/+11
* Add ServoUrl as a parameter to report_error(...) of ParseErrorReporteravinash2017-03-061-5/+8
* Move CSSErrorReporter to script_layout_interface.Ms2ger2016-06-201-0/+44