msxml3: DOMFreeThreadedDocument's thread model is Both, not Free.
[wine] / dlls / msxml3 / tests /
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-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
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-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
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.
2005-11-08  Huw DaviesImplement get_parseError.
2005-11-05  Huw DaviesFilter out CTEXT nodes when building element child...
2005-11-03  Stefan HuehnerAdd indexed access to attributes (nodemap) and childNodes
2005-11-02  Stefan HuehnerExtend get_nodeName add testcases for it.
2005-10-26  Stefan HuehnerFix IXMLDOMDocument error handling.
2005-08-23  Mike McCormackAdd some node tests.
2005-08-12  Mike McCormackAdd some msxml3 tests.