Bug 115172 - REGRESSION (r147797): Animations slideshows of images on www.thesuperficial.com are slow
Summary: REGRESSION (r147797): Animations slideshows of images on www.thesuperficial.c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://www.thesuperficial.com/photos/...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2013-04-25 05:49 PDT by Antti Koivisto
Modified: 2013-04-25 06:25 PDT (History)
5 users (show)

See Also:


Attachments
patch (4.09 KB, patch)
2013-04-25 05:58 PDT, Antti Koivisto
kling: 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 2013-04-25 05:49:09 PDT
On this page ad subframes loads on slideshow navigation switch us to throttled state.  We should only throttle layer flushes for the main load, not for any subsequent dynamically triggered subframe load.
Comment 1 Antti Koivisto 2013-04-25 05:58:18 PDT
Created attachment 199655 [details]
patch
Comment 2 Antti Koivisto 2013-04-25 05:58:49 PDT
<rdar://problem/13724574>
Comment 3 Andreas Kling 2013-04-25 06:01:54 PDT
Comment on attachment 199655 [details]
patch

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

r=me

> Source/WebCore/loader/FrameLoader.cpp:3322
> -    bool isLoadProgressing = m_frame->page()->progress()->isLoadProgressing();
> +    bool isLoadProgressing = m_frame->page()->progress()->isMainLoadProgressing();

You may also want to rename the variable.
Comment 4 Antti Koivisto 2013-04-25 06:25:13 PDT
http://trac.webkit.org/changeset/149105