[Webkit-unassigned] [Bug 88605] New: [chromium] Draws currently cause more uploads recursively

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 19:01:35 PDT 2012


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

           Summary: [chromium] Draws currently cause more uploads
                    recursively
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: epenner at chromium.org
                CC: nduca at chromium.org, epenner at chromium.org


Currently scheduledActionDrawAndSwap causes a re-entrant call via setNeedsCommit/setNeedsRedraw, which ends up calling scheduledActionUpdateMoreResources. This means we get an extra round of uploading before we want them to happen. Ideally uploads should be interleaved with draws.

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