[Webkit-unassigned] [Bug 54873] Can not force XML without style information to dump as text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 07:32:45 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54873





--- Comment #3 from Vsevolod Vlasov <vsevik at chromium.org>  2011-02-22 07:32:45 PST ---
(From update of attachment 83303)
View in context: https://bugs.webkit.org/attachment.cgi?id=83303&action=review

>> Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp:620
>> +        setDumpPixels(false);
> 
> No layoutTestController() prefix intentional?

Yes, QT implementation does not support dumpPixels property of layoutTestController.

>> Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:496
>> +    WKBundleFrameRef frame = WKBundlePageGetMainFrame(m_page);
> 
> Why is this chance necessary?

It's the same change for Webkit2 port. 
In Webkit2 layoutTestController is created in injected bundle and the information about test url is not available, so I read it from frame.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list