RESOLVED FIXED 62252
[GTK] Use WebCore scrollbars for the DRT instead of GtkScrolledWindow
https://bugs.webkit.org/show_bug.cgi?id=62252
Summary [GTK] Use WebCore scrollbars for the DRT instead of GtkScrolledWindow
Martin Robinson
Reported 2011-06-07 17:35:25 PDT
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.
Attachments
Patch (747.81 KB, patch)
2011-06-07 17:52 PDT, Martin Robinson
gustavo: review+
Martin Robinson
Comment 1 2011-06-07 17:35:52 PDT
I should also mention that this will allow us to share more results between WebKit1 and WebKit2.
Martin Robinson
Comment 2 2011-06-07 17:52:44 PDT
Gustavo Noronha (kov)
Comment 3 2011-07-07 17:24:10 PDT
Comment on attachment 96345 [details] Patch Looks correct to me.
Gustavo Noronha (kov)
Comment 4 2011-07-07 17:24:46 PDT
Comment on attachment 96345 [details] Patch Looks correct to me.
Martin Robinson
Comment 5 2011-07-25 14:43:57 PDT
Note You need to log in before you can comment on or make changes to this bug.