msxml3: Fix compiler warnings with flag -Wcast-qual.
[wine] / dlls / msxml3 / tests / domdoc.c
2010-03-26  Paul Vriensmsxml3/tests: Skip some tests when network connection...
2010-03-15  Nikolay Sivovmsxml3: Treat input BSTR as general WCHAR string for...
2010-03-01  Reece Dunnmsxml3/tests: Improve the IObjectSecurity tests to...
2010-02-22  Nikolay Sivovmsxml3: Simplify IXMLDOMElement_get_tagName(), add...
2010-02-19  Nikolay Sivovmsxml3: Accept IObjectSafety for query from IXMLDOMDocu...
2010-02-17  Nikolay Sivovmsxml3/tests: Fix leaks and wrong pointer use.
2010-02-16  Nikolay Sivovmsxml3: Implement ::replaceData() for Text, Comment...
2010-02-15  Nikolay Sivovmsxml3: Fix return value for IXMLDOMNode_put_nodeValue...
2010-02-15  Nikolay Sivovmsxml3: Accept NODE_ENTITY_REFERENCE in ::createNode...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createProcessingIn...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createAttribute...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createCDATASection...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createTextNode...
2010-02-15  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createComment...
2010-02-12  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createElement...
2010-02-12  Nikolay Sivovmsxml3/tests: Don't try to use wchar buffers as BSTR...
2010-02-12  Nikolay Sivovmsxml3: Support more node types in IXMLDOMDocument_crea...
2010-02-12  Nikolay Sivovmsxml3: Check for Null out pointer in node creation...
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-19  Nikolay Sivovmsxml3: Implement IXMLDOMComment::deleteData() with...
2010-01-18  Nikolay Sivovmsxml3/tests: Fix interface leak and message typo.
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-14  Alistair Leslie... msxml3: IXMLDOMElement doesn't support IObjectIdentity.
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-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-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-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.
next