[Webkit-unassigned] [Bug 14413] GIF animations running unthrottled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 10:01:13 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14413


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #1 from ap at webkit.org  2007-06-26 10:01 PDT -------
This is from WebCore code:

    // We follow Firefox's behavior and use a duration of 100 ms for any frames
that specify
    // a duration of <= 10 ms. See gfxImageFrame::GetTimeout in Gecko or Radar
4051389 for more.
    if (duration <= 0.010)
        return 0.100;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list