makefiles: List the static libraries as normal imports instead of extra libs.
[wine] / dlls / msxml3 / tests / domdoc.c
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.
2007-12-07  Alistair Leslie... msxml3: Implement cloneNode.
2007-11-21  Alistair Leslie... msxml: Tests for createTextNode.
2007-11-21  Alistair Leslie... msxml: Added test for get_text.
2007-11-15  Alistair Leslie... msxml: Test for insertBefore with a NULL output parameter.
2007-11-13  Alistair Leslie... msxml3: Enable test for bad argument / fix memory leak.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-05-18  Mikołaj Zalewskimsxml3: Add tests for XPath queries with namespaces.
2007-05-18  Mikołaj Zalewskimsxml3: For queries the get_item should change the...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-05-14  Mikołaj Zalewskimsxml3: Implement IXMLDOMDocument2::setProperty("Select...
2007-02-26  Huw Daviesmsxml3: Convert the domdoc object to use the IXMLDOMDoc...
2007-01-24  Paul Vriensmsxml3/tests: Cast-qual warning fixes.
2006-12-29  Colin Pitratmsxml: nextNode and reset functions.
2006-12-28  Rob Shearmanmsxml3: Add a simple test for XMLHTTP.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-14  Huw Daviesmsxml3: Add the CLSID_DOMDocument define in msxml2...
2006-10-13  Hans Leidekkermsxml3/tests: Win64 printf format warning fixes.
2006-09-21  Dan Hipschmanmsxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conforma...
2006-07-19  Huw Daviesmsxml3: removeChild should catch a NULL child node.
2006-07-19  Huw Daviesmsxml3: Add a test to check that selectSingleNode retur...
2006-07-11  Huw Daviesmsxml3: Implement removeChild.
2006-06-27  Huw Daviesmsxml3: Always have a libxml doc associated with a...
2006-06-12  Robert Shearmanmsxml3: Fix domelem_get_tagName to return a string...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-24  Huw Daviesmsxml3: Fix for empty node lists.
2006-02-16  Huw Daviesmsxml3: Fix get_text on text nodes.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-02-10  Huw Daviesmsxml: Add ISupportErrorInfo for named node maps.
2006-01-16  Huw Daviesmsxml: Fix for get_nodeValue on attributes.
2006-01-16  Huw Daviesmsxml: Implement setAttribute.
2006-01-14  Huw Daviesmsxml: Implement getAttribute.
2006-01-11  Huw Daviesmsxml: Implement createNode, appendChild and insertAfter.
2006-01-10  Huw Daviesmsxml: It's valid to release an empty document.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-23  Huw DaviesRelease a stray node.
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesImplement selectSingleNode.
next