midimap: Obey the size parameter in GetDevCaps.
[wine] / dlls / msxml3 / tests /
2010-02-10  Nikolay Sivovmsxml3: Accept PI node in on base name request.
2010-02-10  Nikolay Sivovmsxml3/tests: Add a trivial test for IXMLDOMDocumentFra...
2010-02-10  Nikolay Sivovmsxml3: IXMLDOMAttribute shouldn't report its parent.
2010-02-09  Nikolay Sivovmsxml3: Support comment node type in IXMLDOMNode_get_ba...
2010-01-29  Nikolay Sivovmsxml3: Implement IXMLDOMText::deleteData().
2010-01-29  Nikolay Sivovmsxml3: Implement IXMLDOMCDATASection::deleteData(...
2010-01-21  Nikolay Sivovmsxml3/tests: Fix interface leak.
2010-01-19  Nikolay Sivovmsxml3: Implement IXMLDOMComment::deleteData() with...
2010-01-18  Nikolay Sivovmsxml3/tests: Fix interface leak and message typo.
2010-01-18  Nikolay Sivovmsxml3: Track linked/unlinked state for element and...
2010-01-18  Nikolay Sivovmsxml3: In IXMLElementCollection store pointer to node...
2010-01-18  Nikolay Sivovmsxml3: Implement IXMLElement::removeChild() with some...
2010-01-18  Nikolay Sivovmsxml3: Don't preallocate root element, return new...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: Don't leak document and stream on next...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: IPersistStreamInit::InitNew() seems...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: Fix IPersistStreamInit::GetClassID(...
2010-01-14  Nikolay Sivovmsxml3/tests: Add some tests for IPersistStreamInit...
2010-01-11  Nikolay Sivovmsxml3: Implement IXMLDocument::get_doctype().
2010-01-11  Nikolay Sivovmsxml3: Implement IXMLDocument::get_version().
2010-01-11  Nikolay Sivovmsxml3/tests: Fix some string leaks in tests.
2009-12-09  Huw Daviesmsxml3: Correctly test the variant returned by get_node...
2009-12-02  Rob Shearmanmsxml3: Fix double-free of BSTR in domdoc tests.
2009-11-29  Marcus Meissnermsxml3: Move element usage into element!=NULL check...
2009-11-23  Marcus Meissnermsxml3: Fix NULL ptr checking in domdoc test (Coverity).
2009-11-20  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
2009-11-20  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
2009-11-20  Piotr Cabanmsxml3: Implemented more data types handling xmlnode_ge...
2009-11-19  Piotr Cabanmsxml3: Remove test that fails on some systems.
2009-11-19  Piotr Cabanmsxml3: Ignore nanoseconds in xmlnode_get_nodeTypedValue.
2009-11-19  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'i1...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue date...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'boolean...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'fixed...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'int...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'number...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'string...
2009-09-10  Alistair Leslie... msxml3: Add IDispatchEx support to IXMLDOMElement.
2009-08-29  Jacek Cabanmsxml3: Added more IDispatchEx tests.
2009-08-19  Alistair Leslie... msxml3: Support loading windows file paths.
2009-08-19  Alexandre Julliardmsxml3/tests: Use the global wine_dbgstr_w instead...
2009-08-14  Alistair Leslie... msxml3: IXMLDOMElement doesn't support IObjectIdentity.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml.idl.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2009-02-09  Alistair Leslie... msxml3: Use our parent doc if we don't have one.
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2009-01-22  Alistair Leslie... msxml3: IXMLDOMDocument2 async default value is VARIANT...
2008-12-23  Alistair Leslie... msxml3: Use xmlNodeGetContent to get text data.
2008-12-20  Alistair Leslie... msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
2008-12-17  Alistair Leslie... msxml3: Corrected getAttributeNode to return correct...
2008-12-05  Vincent Povirkmsxml3/tests: Fix string format warnings.
2008-12-01  Michael Karchermsxml3/tests: Fix BSTR leak.
2008-12-01  Michael Karchermsxml3: Avoid duplicate encoding.
2008-10-31  Michael Karchermsxml3: IXMLCDATASection is not an element.
2008-10-28  Alistair Leslie... msxml3: Add support to get_nodeTypedValue on Element...
2008-10-13  Michael Karchermsxml3/tests: Fix assorted memory leaks.
2008-10-13  Michael Karchermsxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
2008-10-13  Michael Karchermsxml3: Correct handling of listLength == NULL in IXMLD...
2008-10-13  Michael Karchermsxml3: Implementation of IXMLDOMNamedNodeMap::removeNa...
2008-10-10  Michael Karchermsxml3: Text node should not aggregate element.
2008-10-09  Alistair Leslie... msxml3: Add IXMLHTTPRequest support.
2008-10-08  Michael Stefaniucmsxml3/tests: Use SUCCEEDED instead of !FAILED.
2008-10-08  Paul Vriensmsxml3/tests: Compare instead of assign.
2008-10-07  Michael Karchermsxml3: Revert "Simplify IXMLDOMNode::removeChild".
2008-10-07  Michael Karchermsxml3: Handle all variant types in IXMLDOMDocument...
2008-10-07  Michael Karchermsxml3: replaceNode accepts IXMLDOMElement instead...
2008-10-07  Michael Karchermsxml3: Basic implementation of IXMLDOMNode::replaceChild.
2008-10-07  Michael Karchermsxml3/tests: Valgrind fix.
2008-10-06  Michael Karchermsxml3: Parameter validation for IXMLDOMNode::replaceCh...
2008-10-06  Michael Karchermsxml3: Fail a bit earlier on removeChild(...,NULL...
2008-10-06  Michael Karchermsxml3: removeChild can only delete direct children.
2008-10-06  Michael Karchermsxml3/tests: Clean up test_removeChild.
2008-09-25  Michael Stefaniucmsxml3/tests: Remove redundant NULL check before SysFre...
2008-09-22  Piotr Cabanmsxml3/test: Add test for ISAXXMLReader_parse (passing...
2008-09-15  Alistair Leslie... msxml3: Correct test.
2008-09-05  Marcus Meissnermsxml3: Fixed incorrect MultiByteToWideChar.
2008-09-03  Alistair Leslie... msxml3: Add IDispatchEx test.
2008-09-03  Paul Vriensmsxml3/tests: Fix a test on win98.
2008-09-03  Paul Vriensmsxml3/tests: Use CreateFileA to please win98.
2008-09-02  Paul Vriensmsxml3/tests: Add a missing CoUninitialize.
2008-09-02  Paul Vriensmsxml3/tests: Add a missing CoUninitialize.
2008-08-27  Alistair Leslie... msxml3: Correct unsupported functions in IDispatchEx.
2008-08-22  Piotr Cabanmsxml3: Added IDispatchEx QueryInterface test.
2008-07-28  Alistair Leslie... msxml3: Format get_xml string to be more like msxml3.
2008-07-28  Piotr Cabanmsxml3/tests: Added test for ISAXXMLReader_parseURL.
2008-07-24  Piotr Cabanmsxml3/tests: Add test for parsing document with '...
2008-07-24  Piotr Cabanmsxml3/tests: Add test for parsing from IStream.
2008-07-23  Detlef Riekenbergmsxml3/tests: Fix failure and crash on win9x.
2008-07-21  Piotr Cabanmsxml3/tests: Added test for ISAXXMLReader_parse with...
2008-07-21  Piotr Cabanmsxml3/tests: Added tests for ISAXXMLReader_putErrorHan...
2008-07-17  Piotr Cabanmsxml3/tests: Added more tests for ISAXXMLReader_parse...
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing document node.
2008-07-11  Piotr Cabanmsxml3/tests: Added test for getContentHandler with...
2008-07-10  Piotr Cabanmsxml3: oldChild in xmlnode_removeChild may be NULL.
2008-07-10  Piotr Cabanmsxml3/tests: Added more tests to ISAXXMLReader_putCont...
2008-07-10  Francois Gougetmsxml3/tests: Add a trailing '\n' to ok() calls.
2008-07-09  Alexandre Julliardmsxml3/tests: Fix test cleanup.
2008-07-09  Piotr Cabanmsxml3: Skip the first XML declaration in file generate...
2008-07-09  Piotr Cabanmsxml3: Added test of files generated by IXMLDOMDocumen...
2008-07-09  Piotr Cabanmsxml3: Implemented xmlnode_get_ownerDocument.
2008-07-09  Piotr Cabanmsxml3/test: Added ISAXXMLReader test.
next