Bug 127681 - Remove repaint throttling
Summary: Remove repaint throttling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 127697
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-27 05:33 PST by Antti Koivisto
Modified: 2014-01-27 16:13 PST (History)
3 users (show)

See Also:


Attachments
patch (21.76 KB, patch)
2014-01-27 05:42 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff
another (22.32 KB, patch)
2014-01-27 05:58 PST, Antti Koivisto
sam: review+
Details | Formatted Diff | Diff

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