Bug 113863

Summary: [Qt] Move logic of simple forwarding functions to TestRunner.
Product: WebKit Reporter: Zeno Albisser <zeno>
Component: New BugsAssignee: Zeno Albisser <zeno>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 113393    
Bug Blocks:    
Attachments:
Description Flags
Patch hausmann: review+

Zeno Albisser
Reported 2013-04-03 03:28:48 PDT
[Qt] Move logic of simple forwarding functions to TestRunner.
Attachments
Patch (5.85 KB, patch)
2013-04-03 03:29 PDT, Zeno Albisser
hausmann: review+
Zeno Albisser
Comment 1 2013-04-03 03:29:30 PDT
Simon Hausmann
Comment 2 2013-04-03 03:44:08 PDT
Comment on attachment 196315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196315&action=review > Tools/DumpRenderTree/qt/TestRunnerQt.cpp:833 > + DumpRenderTree* drt = DumpRenderTree::instance(); Since what we need is the QWebPage and not the drt, you could also declare a local QWebPage *webPage variable instead of *drt
Zeno Albisser
Comment 3 2013-04-03 05:32:14 PDT
Note You need to log in before you can comment on or make changes to this bug.