Bug 157499

Summary: Allow some leeway after page load before throttling, to allow post load events to complete.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: WebKit Misc.Assignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix rniwa: review+

Description Gavin Barraclough 2016-05-09 18:03:25 PDT
.
Comment 1 Gavin Barraclough 2016-05-09 18:06:16 PDT
Created attachment 278466 [details]
Fix
Comment 2 Ryosuke Niwa 2016-05-09 18:28:57 PDT
Comment on attachment 278466 [details]
Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=278466&action=review

> Source/WebCore/page/PageThrottler.cpp:34
> +static const double PageLoadHysteresisSeconds = 30;
> +

Maybe we should shorten this? 30s seems like a long time.
Comment 3 Gavin Barraclough 2016-05-11 14:56:40 PDT
http://trac.webkit.org/changeset/200625