Bug 131199

Summary: Run filter animations in the UI process with UI-side compositing
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, kondapallykalyan, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Simon Fraser (smfr) 2014-04-03 18:09:03 PDT
Run filter animations in the UI process with UI-side compositing
Comment 1 Simon Fraser (smfr) 2014-04-03 18:16:23 PDT
Created attachment 228570 [details]
Patch
Comment 2 WebKit Commit Bot 2014-04-03 18:18:53 PDT
Attachment 228570 [details] did not pass style-queue:


ERROR: Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1678:  When wrapping a line, only indent 4 spaces.  [whitespace/indent] [3]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:130:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:159:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:186:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:227:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:260:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:294:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/platform/graphics/filters/FilterOperation.h:327:  This { should be at the end of the previous line  [whitespace/braces] [4]
ERROR: Source/WebCore/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:10:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 10 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Simon Fraser (smfr) 2014-04-14 13:48:16 PDT
https://trac.webkit.org/changeset/167266