Bug 131199 - Run filter animations in the UI process with UI-side compositing
Summary: Run filter animations in the UI process with UI-side compositing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 18:09 PDT by Simon Fraser (smfr)
Modified: 2014-04-14 13:48 PDT (History)
5 users (show)

See Also:


Attachments
Patch (41.25 KB, patch)
2014-04-03 18:16 PDT, Simon Fraser (smfr)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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