mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #17859 - jdm:geckodecl, r=heycam
Add message suffixes to stylo error reports. This is the Servo-side part of https://bugzilla.mozilla.org/show_bug.cgi?id=1381137. This allows us to add the "Declaration dropped" or "Skipped to next declaration" messages after relevant CSS errors that are reported. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17859) <!-- Reviewable:end -->
This commit is contained in:
commit
f59bd8e2b2
2 changed files with 30 additions and 16 deletions
|
@ -2845,5 +2845,6 @@ extern "C" {
|
|||
source:
|
||||
*const ::std::os::raw::c_char,
|
||||
sourceLen: u32, lineNumber: u32,
|
||||
colNumber: u32, aURI: *mut nsIURI);
|
||||
colNumber: u32, aURI: *mut nsIURI,
|
||||
followup: *const ::std::os::raw::c_char);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue