[Webkit-unassigned] [Bug 70107] Custom written CSS parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 06:38:38 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70107


WebKit Review Bot <webkit.review.bot at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit.review.bot at gmail.com




--- Comment #3 from WebKit Review Bot <webkit.review.bot at gmail.com>  2011-10-14 06:38:38 PST ---
Attachment 111009 did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/css/CSSParser.cpp', u'Sourc..." exit_code: 1

Source/WebCore/css/CSSParser.cpp:6993:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebCore/css/CSSParser.cpp:7686:  An else if statement should be written as an if statement when the prior "if" concludes with a return, break, continue or goto statement.  [readability/control_flow] [4]
Source/WebCore/css/CSSParser.cpp:7950:  More than one command on the same line in if  [whitespace/parens] [4]
Source/WebCore/css/CSSParser.cpp:7952:  More than one command on the same line in if  [whitespace/parens] [4]
Source/WebCore/css/CSSParser.cpp:7953:  More than one command on the same line in if  [whitespace/parens] [4]
Source/WebCore/css/CSSParser.cpp:7953:  Semicolon defining empty statement for this loop. Use { } instead.  [whitespace/semicolon] [5]
Total errors found: 6 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list