Bug 20406

Summary: Animated GIF frames with 0 duration are not limited
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://symbolsystem.nfshost.com/wxwebkit/emots/
Attachments:
Description Flags
Make GIF frame duration be at least 51ms (like other ports) darin: review+

Description Kevin Watters 2008-08-15 14:12:00 PDT
Other ports put a minimum cap of 50ms on frame duration for animated GIFs to prevent annoying ads from flashing too quickly.

ImageSourceWx.cpp will gladly return a frame duration lower than that, though.
Comment 1 Kevin Watters 2008-08-15 14:13:07 PDT
Created attachment 22827 [details]
Make GIF frame duration be at least 51ms (like other ports)

This just follows the other ports leads here.
Comment 2 Darin Adler 2008-08-21 17:31:53 PDT
Comment on attachment 22827 [details]
Make GIF frame duration be at least 51ms (like other ports)

r=me
Comment 3 Mark Rowe (bdash) 2008-08-21 19:08:37 PDT
Landed in r35883.