Bug 55302
Summary: | [Qt]XML Viewer: figure out what needs to be done in order to support Qt | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cmarcelo, ossy, yael |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Pavel Feldman
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yael
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.
Csaba Osztrogonác
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