Bug 55302 - [Qt]XML Viewer: figure out what needs to be done in order to support Qt
Summary: [Qt]XML Viewer: figure out what needs to be done in order to support Qt
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-02-26 11:33 PST by Pavel Feldman
Modified: 2012-09-22 00:28 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-02-26 11:33:56 PST
As of http://trac.webkit.org/changeset/79799 (unless it gets rolled out), we are showing XML Viewer for XML files that have no style information associated with them. It is partially implemented in the XML parser and hence requires special handling for Qt. I'll mute the tests for now.
Comment 1 Yael 2011-06-23 05:10:13 PDT
http://trac.webkit.org/changeset/89516 introduced a build flag for Qt to use libxml2 and libxslt. (Supported only on Linux for now).
If we turn that flag on, we will pass these tests.
Comment 2 Csaba Osztrogonác 2012-09-22 00:28:32 PDT
libxml2 and libxslt are default long time ago ( https://trac.webkit.org/changeset/114240 ) So these tests pass, and I unskipped them - https://trac.webkit.org/changeset/129301

But xmlviewer/extensions-api.html fails on Qt WK1 (passes on WK2),
so I filed a new bug report about it - https://bugs.webkit.org/show_bug.cgi?id=97389