Bug 165376 - [CSS Parser] Add parseValue support to new parser. Use new parser for UA sheet too if useNewParser is set.
Summary: [CSS Parser] Add parseValue support to new parser. Use new parser for UA shee...
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-05 08:59 PST by Dave Hyatt
Modified: 2016-12-05 09:14 PST (History)
0 users

See Also:


Attachments
Patch (13.14 KB, patch)
2016-12-05 09:05 PST, Dave Hyatt
zalan: 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-05 08:59:53 PST
[CSS Parser] Add parseValue support to new parser. Use new parser for UA sheet too if useNewParser is set.
Comment 1 Dave Hyatt 2016-12-05 09:05:14 PST
Created attachment 296142 [details]
Patch
Comment 2 zalan 2016-12-05 09:07:33 PST
Comment on attachment 296142 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=296142&action=review

> Source/WebCore/css/parser/CSSParserFastPaths.cpp:-87
> - //   case CSSPropertyMotionOffset:

?

> Source/WebCore/css/parser/CSSParserImpl.h:65
> +    

Spaces.
Comment 3 Dave Hyatt 2016-12-05 09:14:15 PST
Fixed in r209318.