aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/reporter.rs
Commit message (Expand)AuthorAgeFilesLines
* Move CSSErrorReporter to script_layout_interface.Ms2ger2016-06-201-44/+0
* Report CSS errors to script task for further processing.Josh Matthews2016-02-111-3/+20
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-4/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-3/+2
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-3/+9
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-0/+25