msxml3/tests: Fix test crashes running old versions.
[wine] / dlls / msxml3 / nodemap.c
2012-01-09  Nikolay Sivovmsxml3: Remove wrong ERR(), some renames.
2011-11-23  Nikolay Sivovmsxml3: Fixed ISupportErrorInfo for IXMLDOMNamedNodeMap.
2011-11-21  Nikolay Sivovmsxml3: Forward IDispatch to IDispatchEx when supported.
2011-11-15  Nikolay Sivovmsxml3: Support multiple IXMLDOMNamedNodeMap implementa...
2011-11-14  Nikolay Sivovmsxml3: Fix getNamedItem() for qualified node names.
2011-11-07  Nikolay Sivovmsxml3: Add IDispatchEx support for IXMLDOMNamedNodeMap.
2011-03-14  Nikolay Sivovmsxml3: Downgrade FIXME to TRACE for unsupported interf...
2011-03-11  Nikolay Sivovmsxml3: Move string conversion helper to header.
2011-03-11  Nikolay Sivovmsxml3: Fix reference counting behaviour for named...
2011-03-07  Nikolay Sivovmsxml3: Trace ref counts for all dom objects.
2011-03-04  Nikolay Sivovmsxml3: Remove child with parent method first before...
2011-03-01  Nikolay Sivovmsxml3: Always set out pointer to null on failed QueryI...
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2010-12-16  Michael Stefaniucmsxml3: Use ifaces instead of vtbl pointers in xmlnodemap.
2010-09-07  Nikolay Sivovmsxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQua...
2010-09-06  Jacek Cabanmsxml3: Use fake IID to safely cast IXMLDOMNode interfa...
2010-09-03  Nikolay Sivovmsxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().
2010-09-02  Nikolay Sivovmsxml3: Fix IXMLDOMDocument::getElementsByTagName(...
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-11-03  Michael Karchermsxml3: Simplify IXMLDOMNodeMap::removeNamedItem.
2008-10-13  Michael Karchermsxml3: Use orphan node list.
2008-10-13  Michael Karchermsxml3: Correct handling of listLength == NULL in IXMLD...
2008-10-13  Michael Karchermsxml3: Implementation of IXMLDOMNamedNodeMap::removeNa...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMNamedNodeMap.
2008-01-14  Andrew Talbotmsxml3: Remove unneeded cast.
2008-01-04  Alistair Leslie... msxml3: Implement setNamedItem.
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2006-12-29  Colin Pitratmsxml: nextNode and reset functions.
2006-09-21  Dan Hipschmanmsxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conforma...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-10  Huw Daviesmsxml: Add ISupportErrorInfo for named node maps.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
2005-11-03  Stefan HuehnerAdd indexed access to attributes (nodemap) and childNodes
2005-10-31  Huw DaviesActually print the IIDs.
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-08  Jacek CabanFixed msxml compilation when libxml2 is not available.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.