RESOLVED FIXED 114808
[Qt][WTR] QQuickWindowPrivate::setRenderWithoutShowing has been removed from Qt 5
https://bugs.webkit.org/show_bug.cgi?id=114808
Summary [Qt][WTR] QQuickWindowPrivate::setRenderWithoutShowing has been removed from ...
Andras Becsi
Reported 2013-04-18 05:24:40 PDT
http://trac.webkit.org/changeset/131727 introduced a workaround to speed up layout tests on buildbots running in Xvfb. This workaround depended on QQuickWindowPrivate::setRenderWithoutShowing which has been removed from QtDeclarative in https://codereview.qt-project.org/53880, thus we have to find a new solution for this problem.
Attachments
Patch (1.55 KB, patch)
2013-05-06 08:52 PDT, Andras Becsi
no flags
Patch (1.49 KB, patch)
2013-05-06 09:37 PDT, Andras Becsi
no flags
Jocelyn Turcotte
Comment 1 2013-04-18 05:34:10 PDT
What? Maybe they didn't know we used it, it's not really dead code.
Andras Becsi
Comment 2 2013-05-06 08:52:20 PDT
Andras Becsi
Comment 3 2013-05-06 08:53:23 PDT
(In reply to comment #2) > Created an attachment (id=200704) [details] > Patch This probably needs a Qt version update on the bots.
Jocelyn Turcotte
Comment 4 2013-05-06 09:09:00 PDT
Comment on attachment 200704 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=200704&action=review > Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp:69 > + // Remove this as soon as we depend on Qt 5.1 I think you can omit the comment, it won't be necessary to remove it before we completely stop supporting Qt 5.0 in trunk.
Andras Becsi
Comment 5 2013-05-06 09:37:10 PDT
Andras Becsi
Comment 6 2013-05-06 09:39:31 PDT
Comment on attachment 200708 [details] Patch Ossy, feel free to land this if it is not causing issues for the pixel testing bot, since I'm not sure what version of Qt 5 is used there.
Andras Becsi
Comment 7 2013-05-07 04:01:11 PDT
Comment on attachment 200708 [details] Patch Clearing flags on attachment: 200708 Committed r149667: <http://trac.webkit.org/changeset/149667>
Andras Becsi
Comment 8 2013-05-07 04:01:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.