winmm: Fix a failing mixer test on 98 and ME.
[wine] / dlls / msxml3 / tests / domdoc.c
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-15  Alistair Leslie... msxml3: Correct test.
2008-09-03  Alistair Leslie... msxml3: Add IDispatchEx test.
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-23  Detlef Riekenbergmsxml3/tests: Fix failure and crash on win9x.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing document node.
2008-07-10  Piotr Cabanmsxml3: oldChild in xmlnode_removeChild may be NULL.
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-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-03  Zhangrong Huangmsxml3/test: Fix a typo in test node_to_string().
2008-07-03  Alistair Leslie... msxml3: Added tests to check for invalid arguments.
2008-07-03  Alistair Leslie... msxml3: Added support to create an Attribute in createNode.
2008-07-02  Piotr Cabanmsxml3: Added IXMLDOMElement_getAttributeNode implement...
2008-07-02  Piotr Cabanmsxml3: Added IXMLDOMElement_getAttributeNode test.
2008-06-06  Dan Kegelmsxml/tests: Use VariantInit, not VariantClear, to...
2008-05-26  Alistair Leslie... msxml3: Stopped tests from crashing and a Win98 fix.
2008-05-06  Francois Gougetmsxml3/tests: Add a trailing '\n' to an ok() call.
2008-04-29  Alistair Leslie... msxml3: Implement IXMLDOMComment insertData.
2008-04-25  Alistair Leslie... msxml3: Corrected transformNode.
2008-04-21  Alistair Leslie... msxml3: Add tests for get_prefix and get_namespaceURI.
2008-04-17  Alistair Leslie... msxml3: Implement transformNode.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-13  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection_insertData.
2008-03-13  Alistair Leslie... msxml3: Implement IXMLDOMComment_appendData.
2008-03-13  Alistair Leslie... msxml3: Cannot use put_nodeValue on a IXMLDOMProcessing...
2008-03-12  Alistair Leslie... msxml3: Allow IXMLDOMDocument to save as another IXMLDO...
2008-03-11  Alistair Leslie... msxml3: Corrected double free in test.
2008-03-10  Alistair Leslie... msxml3: Implemented IXMLDOMText_insertData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_appendData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_substringData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMComment_substringData.
2008-03-05  Alistair Leslie... msxml3: Stopped seg faults during regression tests...
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction_get_node...
2008-03-03  Alistair Leslie... msxml3: Implmented IXMLDOMCDATASection_get_data.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMText_appendData.
2008-02-29  Alistair Leslie... msxml3: Implemented IXMLDOMText substringData.
2008-02-29  Alistair Leslie... msxml3: Correct IXMLDOMProcessingInstruction_put_data...
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_data.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMText_get_data.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_nodeValue.
2008-02-27  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_length.
2008-02-27  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_length.
2008-02-25  Alistair Leslie... msxml3: Tests for put_data.
2008-02-21  Alistair Leslie... msxml3: Added PI tests.
2008-02-20  Alistair Leslie... msxml3: Implement put_dataType.
2008-02-19  Alistair Leslie... msxml3: Implement IXMLDOMText length property.
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMAttribute name property.
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction target.
2008-02-05  Reece H. Dunnmsxml3: Fix the domdoc test failures.
2008-02-04  Alistair Leslie... msxml3: Corrected Entity Reference Test.
2008-02-04  Alistair Leslie... msxml3: Validated attribute name.
2008-01-22  Alistair Leslie... msxml3: Implement IXMLDOMEntityReference interface.
2008-01-21  Alistair Leslie... msxml3: Implement IXMLDOMDocumentFragment Interface.
2008-01-18  Alistair Leslie... msxml3: Implement IXMLDOMImplementation Interface.
2008-01-16  Alistair Leslie... msxml3: Implement get_nodeTypeString.
2008-01-16  Alistair Leslie... msxml3: Implement put_text.
2008-01-14  Alistair Leslie... msxml3: Corrected getAttribute to return current value...
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.
2008-01-14  Alistair Leslie... msxml3: Implement get_dataType.
2008-01-11  Marcus Meissnermsxml3: Move potential NULL ptr derefs into their if...
2008-01-11  Alistair Leslie... msxml3: Fix memory leak in test.
2008-01-09  Alistair Leslie... msxml3: get_attributes not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: previousSibling not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: createProcessingInstruction: Check arguments...
2008-01-09  Alistair Leslie... msxml3: lastChild not supported for CDATASection, Comme...
2008-01-09  Alistair Leslie... msxml3: nextSibling not supported for Attribute, Docume...
2008-01-07  Francois Gougetmsxml3/tests: Add the trailing '\n' to an ok() call.
2008-01-04  Alistair Leslie... msxml3: Tests for get_xml, createAttribute, CreateComme...
2008-01-04  Alistair Leslie... msxml3: Implement createAttribute.
2008-01-04  Alistair Leslie... msxml3: Implement createComment.
2008-01-03  Alistair Leslie... msxml3: Return E_INVALIDARG when value is NULL.
2007-12-24  Alistair Leslie... msxml3: Fix memory leaks in tests.
2007-12-14  Alistair Leslie... msxml3: Fix memory leak in tests.
2007-12-11  Alistair Leslie... msxml3: Fix memory leak in test.
2007-12-10  Alistair Leslie... msxml3: Fix memory leaks.
next