WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
84583
Incremental rendering should be unsuppressed after the load event or a configurable timeout, whichever occurs first.
https://bugs.webkit.org/show_bug.cgi?id=84583
Summary
Incremental rendering should be unsuppressed after the load event or a config...
Andy Estes
Reported
2012-04-23 03:16:06 PDT
Incremental rendering should be unsuppressed after the load event or a configurable timeout, whichever occurs first.
Attachments
Patch
(13.34 KB, patch)
2012-04-23 03:33 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Patch
(13.33 KB, patch)
2012-04-23 12:31 PDT
,
Andy Estes
andersca
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2012-04-23 03:17:28 PDT
<
rdar://problem/11292192
>
Andy Estes
Comment 2
2012-04-23 03:33:02 PDT
Created
attachment 138320
[details]
Patch
Andy Estes
Comment 3
2012-04-23 12:16:26 PDT
Comment on
attachment 138320
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=138320&action=review
> Source/WebCore/dom/Document.cpp:1203 > +#if USE(ACCELENRATED_COMPOSITING)
Oops.
> Source/WebKit/mac/WebView/WebView.mm:1519 > + settings->setIncrementalRenderingSuppressionTimeoutInSeconds([preferences incrementalRenderingSuppressionTimeoutInSeconds]);
This has the effect of disabling incremental rendering suppression unless the preference is actually set. What I actually want in this case is the default timeout.
Andy Estes
Comment 4
2012-04-23 12:31:57 PDT
Created
attachment 138398
[details]
Patch
Andy Estes
Comment 5
2012-04-24 00:43:51 PDT
Committed
r115005
: <
http://trac.webkit.org/changeset/115005
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug