[Webkit-unassigned] [Bug 62252] New: [GTK] Use WebCore scrollbars for the DRT instead of GtkScrolledWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 17:35:25 PDT 2011


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

           Summary: [GTK] Use WebCore scrollbars for the DRT instead of
                    GtkScrolledWindow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         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


The DRT currently wraps the WebKitWebView in a GtkScrolledWindow, which causes a good deal of flakiness during testing. GtkScrolledWindow operates asynchronously, while many tests are written with the assumption that scrolling is synchronous. By using WebCore-only scrollbars on the bots we can avoid these spurious failures.

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