msxml3: Support setting unlimited nesting depth for a reader.
[wine] / dlls / msxml3 / tests /
2011-09-26  Alistair Leslie... msxml3: Support creating IXMLParser Interface.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for declaration handler.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for lexical handler case.
2011-09-07  Alistair Leslie... msxml3: Only compare strings if the transform was succe...
2011-09-07  Alistair Leslie... msxml3: Correct Objsafe tests for older msxml3.
2011-09-06  Alistair Leslie... msxml3: Correct MSXML object safety tests.
2011-08-31  Octavian Voicumsxml3/tests: Fix a warning in saxreader tests when...
2011-08-29  Nikolay Sivovmsxml3: Use element name length passed to content handler.
2011-08-29  Nikolay Sivovmsxml3: Respect string length returned from ISAXAttributes.
2011-08-29  Nikolay Sivovmsxml3: Fix empty elements output.
2011-08-26  Nikolay Sivovmsxml3/tests: Tests for default properties values.
2011-08-26  Nikolay Sivovmsxml3: Fix attributes formatting.
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for endElement().
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for startElement(...
2011-08-25  Octavian Voicumsxml3/tests: Prevent crash in saxreader tests.
2011-08-25  Francois Gougetmsxml3/tests: Add a trailing '\n' to an ok() call.
2011-08-24  Nikolay Sivovmsxml3: Implement put_version() for MXWriter.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Support prefix override mode.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implemented getURI().
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implement declarePrefix() and getDe...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Stub IVBMXNamespaceManager and...
2011-08-23  Thomas Mullalymsxml3: Added IStream support to IMXWriter.
2011-08-23  Thomas Mullalymsxml3/tests: Added more IMXWriter tests.
2011-08-23  Thomas Mullalymsxml3/tests: Added IStream tests for IMXWriter.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-07-15  Andrew Nguyenmsxml3/tests: Fix two minor leaks in test_mxwriter_prop...
2011-07-05  Alistair Leslie... msxml3: clang corrections.
2011-06-29  Alistair Leslie... msxml3: Improve namespace tests to highlight get nodeNa...
2011-06-21  Adam Martinsonmsxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
2011-05-20  Adam Martinsonmsxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdo...
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-05-09  Nikolay Sivovmsxml3: Support get/set for disableOutputEscaping(...
2011-05-09  Nikolay Sivovmsxml3: Support byteOrderMark() property.
2011-05-09  Nikolay Sivovmsxml3: Store raw text data passed through characters().
2011-05-09  Nikolay Sivovmsxml3: Support indent() property.
2011-05-09  Nikolay Sivovmsxml3: Support attributes list for elements.
2011-05-09  Nikolay Sivovmsxml3: Basic support for startElement()/endElement().
2011-05-05  Adam Martinsonmsxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
2011-05-04  Nikolay Sivovmsxml3: Basic tests for startElement().
2011-05-04  Nikolay Sivovmsxml3: Add support for omitXMLDeclaration() property.
2011-05-02  Nikolay Sivovmsxml3: Basic support for startDocument().
2011-05-02  Nikolay Sivovmsxml3: Basic support for encoding property.
2011-05-02  Nikolay Sivovmsxml3: Store stream reference as destination.
2011-05-02  Nikolay Sivovmsxml3: Add support for standalone property.
2011-05-02  Nikolay Sivovmsxml3: Add ISAXContentHandler stub for MXXMLWriter.
2011-04-08  Francois Gougetmsxml3/tests: Fix variable initializations to conform...
2011-03-30  Francois Gougetmsxml3/tests: Add a '\n' to an ok() call.
2011-03-28  Alexandre Julliardmsxml3/tests: Avoid size_t in a trace.
2011-03-28  Nikolay Sivovmsxml3: Allow to create dummy node map for <?xml ?>.
2011-03-28  Nikolay Sivovmsxml3: More tests for <?xml ?> attributes.
2011-03-28  Nikolay Sivovmsxml3: Initial tests for IObjectWithSite support for...
2011-03-17  Nikolay Sivovmsxml3: Clean formatting chars before passing to base64...
2011-03-16  Nikolay Sivovmsxml3: Support VT_BSTR|VT_BYREF as source in load().
2011-03-16  Nikolay Sivovmsxml3: Merge save() tests to a single function.
2011-03-14  Nikolay Sivovmsxml3: Add IXMLDOMSelection stub.
2011-03-14  Nikolay Sivovmsxml3: Unlink node first before adding it as a child.
2011-03-11  Nikolay Sivovmsxml3: Fix reference counting behaviour for named...
2011-03-10  Nikolay Sivovmsxml3: Some get_attributes() tests.
2011-03-09  Nikolay Sivovmsxml3: Put together similar tests using tabled test...
2011-03-08  Nikolay Sivovmsxml3: Fix some leaks in tests.
2011-03-08  Nikolay Sivovmsxml3: Merge obsolete interfaces tests in a single...
2011-03-07  Nikolay Sivovmsxml3: Implemented get_doctype() with basic tests.
2011-03-07  Nikolay Sivovmsxml3: Implement get_nodeTypedValue() for nodes that...
2011-03-07  Nikolay Sivovmsxml3: Properly update xmldoc refcounts on insertBefore().
2011-03-04  Nikolay Sivovmsxml3: Test to show namespace definition output for...
2011-03-04  Nikolay Sivovmsxml3: Remove child with parent method first before...
2011-03-04  Nikolay Sivovmsxml3: Test insertBefore() behaviour with node relinki...
2011-03-03  Nikolay Sivovmsxml3: Link dom attribute with parent interface pointer.
2011-03-03  Nikolay Sivovmsxml3: Fail on certain node types in insertBefore...
2011-03-01  Nikolay Sivovmsxml3: Add get_output() implementation for processor.
2011-02-28  Nikolay Sivovmsxml3: Reject xmlns attribute to be added to element.
2011-02-28  Nikolay Sivovmsxml3/tests: Remove broken test and parameter check.
2011-02-25  Austin Englishmsxml3/tests: Remove win9x hacks.
2011-02-22  Alistair Leslie... msxml3: Add IObjectSafety support to IXMLHTTPRequest.
2011-02-22  Nikolay Sivovmsxml3: Store document event handler for ready state...
2011-02-18  Alistair Leslie... msxml3: Add IObjectWithSite support to IXMLHttpRequest.
2011-02-17  Nikolay Sivovmsxml3: Null pointer for schema uri should be treated...
2011-02-16  Nikolay Sivovmsxml3: Initial implementation of transform() method.
2011-02-16  Nikolay Sivovmsxml3: Store output stream for processor.
2011-02-16  Nikolay Sivovmsxml3: Basic put_input() method for IXSLProcessor.
2011-02-15  Nikolay Sivovmsxml3: Add a stub IXSLProcessor.
2011-02-15  Nikolay Sivovmsxml3: Add basic putref_stylesheet() implementation.
2011-02-10  Austin Englishmsxml3/tests: Make sure return value is used (LLVM...
2011-02-08  Austin Englishmsxml3/tests: Remove unneeded assignment (LLVM/Clang).
2011-01-17  Nikolay Sivovmsxml3/tests: Fix a lot of leaks in tests (Valgrind).
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-11-25  Adam Martinsonmsxml3/tests: Move domdoc.c schema-related tests to...
2010-11-24  Adam Martinsonmsxml3: Fix domdoc_getElementsByTagName()/domelem_getEl...
2010-11-24  Adam Martinsonmsxml3: Use the associated schema for domelem_get_dataT...
2010-11-16  Adam Martinsonmsxml3: Move schema cache into the domdoc_properties...
2010-11-16  Michael Stefaniucmsxml3/tests: Remove redundant NULL check before SysFre...
2010-11-15  Paul Vriensmsxml3/tests: Fix some test failures on Win98/WinMe.
2010-11-15  Adam Martinsonmsxml3: Use built-in urn:schemas-microsoft-com:datatype...
2010-11-15  Adam Martinsonmsxml3: XDR schema support.
2010-11-15  Adam Martinsonmsxml3/tests: XDR schema tests.
2010-11-10  Alexandre Julliardinclude: Move coclass definitions to msxml2.idl.
2010-11-09  Adam Martinsonmsxml3/tests: Tests for node_get_dataType() with XDR...
2010-11-09  Nikolay Sivovmsxml3: Fix duplicated declarations after document...
2010-11-05  Nikolay Sivovmsxml3: Encode special characters while setting attribu...
next