Assorted spelling fixes.
[wine] / dlls / msxml3 / tests /
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-25  James Hawkinsmsxml3: Add tests for IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add tests for IXMLElement and IXMLElementCollec...
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-03-13  Stefan HuehnerMark several functions as static.
2007-02-28  Huw Daviesmsxml3: Implement {get,putref}_schemas.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
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-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-21  Dan Hipschmanmsxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conforma...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
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.