[Webkit-unassigned] [Bug 77743] New: [GTK] WebKitWebView does a lot of work during size_allocate when not mapped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 08:43:34 PST 2012


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

           Summary: [GTK] WebKitWebView does a lot of work during
                    size_allocate when not mapped
           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


The way GTK+ 3.x works now, GtkNotebook will unmap its children, but still call size_allocate on them. This means that the cost of resizing a GtkNotebook full of WebKitWebView (a web browser) is the cost of resizing every single WebView there. This is quite expensive and leads to very sluggish resizing of Epiphany.

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