[Webkit-unassigned] [Bug 95360] New: DisplayRefreshMonitorManager::registerClient fails to register client

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 11:02:28 PDT 2012


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

           Summary: DisplayRefreshMonitorManager::registerClient fails to
                    register client
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anilsson at rim.com
                CC: simon.fraser at apple.com, cmarrin at apple.com,
                    anilsson at rim.com


If there's already one client registered for a specific display ID, any further clients with that display ID will fail to be added, because registerClient only calls ensureMonitorForClient, which only adds the client to the monitor when creating it. If a monitor already existed, it will fail to add the new client and just return the existing monitor.

-- 
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