RESOLVED FIXED89685
[Qt] Allow DumpRenderTree to dump about:blank
https://bugs.webkit.org/show_bug.cgi?id=89685
Summary [Qt] Allow DumpRenderTree to dump about:blank
Zoltan Horvath
Reported 2012-06-21 12:35:46 PDT
We need to allow DumpRenderTree to dump about:blank page, then it will be consistent with other ports, additionaly this behavior is required for running WTR performance tests.
Attachments
proposed patch (1.39 KB, patch)
2012-06-21 12:37 PDT, Zoltan Horvath
no flags
Zoltan Horvath
Comment 1 2012-06-21 12:37:00 PDT
Created attachment 148864 [details] proposed patch
Ryosuke Niwa
Comment 2 2012-06-21 14:41:25 PDT
Comment on attachment 148864 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=148864&action=review > Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:704 > + || line == QLatin1String("about:blank")) { Should we allow all "about:"?
Zoltan Horvath
Comment 3 2012-06-22 00:13:59 PDT
(In reply to comment #2) > (From update of attachment 148864 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=148864&action=review > > > Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:704 > > + || line == QLatin1String("about:blank")) { > > Should we allow all "about:"? Thanks for the review. I don't see any other usecase for loading about:* in DRT, so I'm going to check this version in. We can modify later if we need.
Zoltan Horvath
Comment 4 2012-06-22 00:17:02 PDT
Comment on attachment 148864 [details] proposed patch Clearing flags on attachment: 148864 Committed r121009: <http://trac.webkit.org/changeset/121009>
Zoltan Horvath
Comment 5 2012-06-22 00:17:08 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.