Bug 157271

Summary: Add to the Animations log channel output about which properties are being blended
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
dino: review+
For EWS none

Description Simon Fraser (smfr) 2016-05-02 11:59:29 PDT
Add to the Animations log channel output about which properties are being blended
Comment 1 Simon Fraser (smfr) 2016-05-02 12:01:38 PDT
Created attachment 277920 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-02 12:02:36 PDT
Attachment 277920 [details] did not pass style-queue:


ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:428:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:740:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:865:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:907:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1084:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1130:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1169:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1238:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 8 in 28 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dean Jackson 2016-05-02 12:08:08 PDT
Comment on attachment 277920 [details]
Patch

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

> Source/WebCore/CMakeLists.txt:2112
> +    platform/LengthBox.cpp

I think you forgot to include this file in your patch.

> Source/WebCore/CMakeLists.txt:2286
> +    platform/graphics/transforms/TransformOperation.cpp

And this one too.
Comment 4 Simon Fraser (smfr) 2016-05-02 12:48:20 PDT
Created attachment 277924 [details]
For EWS
Comment 5 WebKit Commit Bot 2016-05-02 12:50:53 PDT
Attachment 277924 [details] did not pass style-queue:


ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:428:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:740:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:865:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:907:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1084:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1130:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1169:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1238:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 8 in 30 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Simon Fraser (smfr) 2016-05-02 15:20:59 PDT
https://trac.webkit.org/r200341