[Webkit-unassigned] [Bug 35142] New: [GTK] Some region checks in scroll are not required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 02:56:01 PST 2010


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

           Summary: [GTK] Some region checks in scroll are not required
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com


In the scroll method of ChromeClientGtk we are checking if the new region after
scrolling the delta has parts that we already have in the window, in order to
move them and invalidate the ones that are not already rendered. The
gdk_window_move_region already does all that work so we are duplicating the
effort.

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