[Webkit-unassigned] [Bug 91075] New: [Qt] Increase the drawing performance by merging dirty rects.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 05:12:36 PDT 2012


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

           Summary: [Qt] Increase the drawing performance by merging dirty
                    rects.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


QWebFramePrivate calls FrameView::paintContents as many as the number of dirty
rects, so it causes too many redundant render tree traversals.
I changed it to merge dirty rects and call FrameView::paintContents only once.

The algorithm to merge rects is copied from GTK.

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