Bug 163741

Summary: [CSS Parser] Fix font family parsing and add CSS region property parsing
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zalan: review+

Description Dave Hyatt 2016-10-20 10:13:18 PDT
Fix font family parsing and add CSS region property parsing.
Comment 1 Dave Hyatt 2016-10-20 10:17:11 PDT
Created attachment 292220 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-20 10:19:33 PDT
Attachment 292220 [details] did not pass style-queue:


ERROR: Source/WebCore/css/parser/CSSPropertyParser.cpp:4086:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/css/parser/CSSParser.cpp:1155:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dave Hyatt 2016-10-20 10:27:54 PDT
Landed in r207622.