Bug 41266

Summary: [Qt] dump bf history of child windows
Product: WebKit Reporter: Robert Hogan <robert>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch kenneth: review+

Robert Hogan
Reported 2010-06-27 13:29:47 PDT
Fixes http/tests/navigation/new-window-redirect-history.html
Attachments
Patch (4.02 KB, patch)
2010-06-27 13:33 PDT, Robert Hogan
kenneth: review+
Robert Hogan
Comment 1 2010-06-27 13:33:30 PDT
Kenneth Rohde Christiansen
Comment 2 2010-06-28 06:42:11 PDT
Comment on attachment 59862 [details] Patch WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:804 + if (m_controller->shouldDumpBackForwardList()) { WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:807 + fprintf(stdout, "%s", dumpBackForwardList(qobject_cast<QWebPage*>(widget->findChild<QWebPage*>())).toUtf8().constData()); indentation seems wrong here, please fix before committing WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:807 + fprintf(stdout, "%s", dumpBackForwardList(qobject_cast<QWebPage*>(widget->findChild<QWebPage*>())).toUtf8().constData()); I guess this would look less confusing, if you added the cast to a separate line.
Robert Hogan
Comment 3 2010-06-28 11:47:44 PDT
Note You need to log in before you can comment on or make changes to this bug.