Bug 122464

Summary: Animated images are not restarted when page visibility changes
Product: WebKit Reporter: Tim Horton <thorton>
Component: ImagesAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2013-10-07 12:36:11 PDT
Currently, animated images are kickstarted when a frame moves into the window, but not when the frame just becomes visible. We need to do it in both cases.

<rdar://problem/14293474>
Comment 1 Tim Horton 2013-10-07 12:55:13 PDT
Created attachment 213613 [details]
patch
Comment 2 Simon Fraser (smfr) 2013-10-07 12:58:23 PDT
Comment on attachment 213613 [details]
patch

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

> Source/WebCore/ChangeLog:9
> +        Reviewed by NOBODY (OOPS!).
> +
> +        No new tests; attempts to make a test have resulted only in a flaky, timing-dependent test.

Please summarize the change here.
Comment 3 WebKit Commit Bot 2013-10-07 13:00:19 PDT
Attachment 213613 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.exp.in', u'Source/WebCore/page/Frame.cpp', u'Source/WebCore/page/FrameView.cpp', u'Source/WebCore/page/FrameView.h', u'Source/WebCore/page/Page.cpp', u'Source/WebCore/page/Page.h', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm']" exit_code: 1
Source/WebCore/ChangeLog:19:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Tim Horton 2013-10-07 13:26:23 PDT
http://trac.webkit.org/changeset/157056