servo: Merge #8971 - Add pipeline information to CSS error reporting (from jdm:expose-css-errors-1); r=jdm

Rebase of #8838.

Source-Repo: https://github.com/servo/servo
Source-Revision: d11f96e27074b0130760a02d39d2da4e003c820e
This commit is contained in:
GauriGNaik
2015-12-14 21:21:41 +05:00
parent 2d0ab8c0d7
commit f9f1c0b345
27 changed files with 103 additions and 29 deletions

View File

@@ -151,6 +151,8 @@ pub enum ConstellationControlMsg {
/// The pipeline that contains a frame loading the target pipeline.
parent: PipelineId
},
/// Report an error from a CSS parser for the given pipeline
ReportCSSError(PipelineId, String, usize, usize, String),
}
/// The type of input represented by a multi-touch event.