Bug 127681

Summary: Remove repaint throttling
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, rniwa, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 127697    
Bug Blocks:    
Attachments:
Description Flags
patch
none
another sam: review+

Description Antti Koivisto 2014-01-27 05:33:04 PST
Nowadays we throttle layer flushes. This code is unnecessary.
Comment 1 Antti Koivisto 2014-01-27 05:42:59 PST
Created attachment 222321 [details]
patch
Comment 2 WebKit Commit Bot 2014-01-27 05:45:12 PST
Attachment 222321 [details] did not pass style-queue:


ERROR: Source/WebCore/dom/Element.cpp:1221:  Missing space after ,  [whitespace/comma] [3]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Antti Koivisto 2014-01-27 05:58:47 PST
Created attachment 222322 [details]
another
Comment 4 Antti Koivisto 2014-01-27 07:07:25 PST
https://trac.webkit.org/r162837
Comment 5 Ryosuke Niwa 2014-01-27 16:13:36 PST
This patch appears to have introduced perf. regressions in html5-full-render and 3% regression in DoYouEvenBench: https://bugs.webkit.org/show_bug.cgi?id=127722