DescriptionSimplifying error recovery in declaration list.
Now declaration handles all errors (instead of splitting error hendling among declaration, delaration_list and decl_list).
Changed error message when syntax error appear in a property value (now it is reported as invalid property value with whole value quited).
Previously it was used only for symantic errors.
CSS error filtering moved into frontend in order to make possible to test the change. The place where filtering happen is not the place where other messages are filtered. It needed in order to not affect warning counter (should filtering be moved entirely into ConsoleModel? I think situation when error counter shows 15 messages but console shoow 3 is confusing).
BUG=140608
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152130
Patch Set 1 : #Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 6 (0 generated)
|