Bug 165362 - [CSS Parser] Remove Inspector test of Bison errors
Summary: [CSS Parser] Remove Inspector test of Bison errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-03 13:24 PST by Dave Hyatt
Modified: 2016-12-05 10:52 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.47 KB, patch)
2016-12-03 13:28 PST, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (4.35 KB, patch)
2016-12-03 13:31 PST, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2016-12-03 13:24:24 PST
[CSS Parser] Remove Inspector test of Bison errors
Comment 1 Dave Hyatt 2016-12-03 13:28:13 PST
Created attachment 296061 [details]
Patch
Comment 2 Dave Hyatt 2016-12-03 13:31:47 PST
Created attachment 296062 [details]
Patch
Comment 3 Dave Hyatt 2016-12-03 13:43:34 PST
Removed in r209305.
Comment 4 BJ Burg 2016-12-04 13:25:03 PST
Do we have a story for how these errors will be reported to Inspector with the new CSS parser?
Comment 5 Joseph Pecoraro 2016-12-05 10:52:25 PST
(In reply to comment #4)
> Do we have a story for how these errors will be reported to Inspector with
> the new CSS parser?

Maybe the "*" class of warnings should go away (this invalid syntax is frequently used for "IE6 only styles" because IE6 parsed them as valid).

However we would certainly want to make sure that general CSS parse errors make it to Web Inspector.