Bug 20406 - Animated GIF frames with 0 duration are not limited
Summary: Animated GIF frames with 0 duration are not limited
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://symbolsystem.nfshost.com/wxweb...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 14:12 PDT by Kevin Watters
Modified: 2008-08-21 19:08 PDT (History)
0 users

See Also:


Attachments
Make GIF frame duration be at least 51ms (like other ports) (1.27 KB, patch)
2008-08-15 14:13 PDT, Kevin Watters
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.