Bug 121229 - [Qt] Remove support for QXmlStream
Summary: [Qt] Remove support for QXmlStream
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 08:37 PDT by Allan Sandfeld Jensen
Modified: 2013-09-13 07:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch (33.47 KB, patch)
2013-09-12 08:40 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-09-12 08:37:58 PDT
Qt used to use its own XML parser implementation, since Qt5 we have recommended using the libxml2 implementation instead. To avoid having two implementation, where one is more or less deprecated we should remove the QXmlStream implementation.
Comment 1 Allan Sandfeld Jensen 2013-09-12 08:40:35 PDT
Created attachment 211432 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-09-13 07:33:29 PDT
Comment on attachment 211432 [details]
Patch

Clearing flags on attachment: 211432

Committed r155697: <http://trac.webkit.org/changeset/155697>
Comment 3 Allan Sandfeld Jensen 2013-09-13 07:33:33 PDT
All reviewed patches have been landed.  Closing bug.