[Webkit-unassigned] [Bug 28455] New: ThreadTimer: avoid blocking UI when too many timers ready to fire

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 08:37:30 PDT 2009


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

           Summary: ThreadTimer: avoid blocking UI when too many timers
                    ready to fire
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li at torchmobile.com
                CC: staikos at kde.org


Current ThreadTimer fires all timers that meet the fire time. This can block
UI, if some of those timers are big time-consumers.

Solution is to set a timeout when firing those timers. When time is out, those
unfired timers should be postponed to next time.

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



More information about the webkit-unassigned mailing list