[Webkit-unassigned] [Bug 24719] New: QTMovieWinTimer logic inversion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 11:11:01 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24719

           Summary: QTMovieWinTimer logic inversion
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


The Win32 timer used by QTMovieWin has a logic error that causes it to always
use SetTimer(), even when the callback interval is below USER_TIMER_MINIMUM. A
side effect of this is that the movie timer is sometimes blocked for
significant amounts of time because (low priority) WM_TIMER messages are not
processed when the thread's message queue has any higher priority messages, and
WebCore/Win's timer uses (high priority) PostMessage for low interval timers.


-- 
Configure bugmail: https://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