Bug 119217

Summary: REGRESSION(148300) GIfs not reanimated after resumeActiveDOMObjectAndAnimations
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit2Assignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108864, 110211    
Attachments:
Description Flags
Patch thorton: review+

Description Allan Sandfeld Jensen 2013-07-29 06:50:38 PDT
Commit 148300 introduced a new better was of restarting GIF animations after they have been suspended. Unfortunately the method did not get called on normal resumeActiveDOMObjectAndAnimations calls, but only when a page was returned from background.
Comment 1 Allan Sandfeld Jensen 2013-07-29 06:54:30 PDT
Created attachment 207649 [details]
Patch
Comment 2 Tim Horton 2013-07-29 09:45:59 PDT
Comment on attachment 207649 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        REGRESSION(148300) GIfs not reanimated after resumeActiveDOMObjectAndAnimations

s/GIfs/GIFs/
Comment 3 Allan Sandfeld Jensen 2013-07-29 10:09:21 PDT
Committed r153431: <http://trac.webkit.org/changeset/153431>