[Webkit-unassigned] [Bug 70190] New: [GTK] Avoid unecessarily calling gtk_widget_size_allocate on plugin widgets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 15 17:56:01 PDT 2011


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

           Summary: [GTK] Avoid unecessarily calling
                    gtk_widget_size_allocate on plugin widgets
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org
                CC: xan.lopez at gmail.com, gns at gnome.org, cgarcia at igalia.com


gtk_widget_size_allocate is called on plugin widgets that are scrolled off the page or haven't changed position. Since gtk_widget_size_allocate is an expensive operation we should only call it when necessary. This causes poor scrolling performance on pages with many plugins.

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