msxml3/tests: Check the correct return value.
[wine] / dlls / msxml3 / tests / domdoc.c
2012-05-16  Michael Stefaniucmsxml3/tests: Check the correct return value.
2012-05-09  Nikolay Sivovmsxml3/tests: Really test load() on files with leading...
2012-05-07  Nikolay Sivovmsxml3: Make ::put_data() use passed BSTR as general...
2012-04-23  Nikolay Sivovmsxml3: getPrefix() should check all pushed contexts...
2012-04-23  Nikolay Sivovmsxml3: Implement push/pop operations for contexts.
2012-03-12  Nikolay Sivovmsxml3: Accept names in predicate expressions for XSLPa...
2012-02-20  Francois Gougetmsxml3/tests: Make test_XPath() static.
2012-01-24  Nikolay Sivovmsxml3: Block ::add() if collection is read-only.
2012-01-24  Nikolay Sivovmsxml3: Put all defined document namespaces in collection.
2012-01-23  Nikolay Sivovmsxml3: Initial implementation of ::getPrefix().
2012-01-23  Nikolay Sivovmsxml3: Make remove() method a stub in version 6, more...
2012-01-20  Nikolay Sivovmsxml3: IXMLDOMSchemaCollection::get() is a stub for...
2012-01-18  Nikolay Sivovmsxml3: Implemented IXMLHttpRequest::get_statusText().
2012-01-13  Nikolay Sivovmsxml3: Leading space chars are allowed in SelectionNam...
2012-01-11  Nikolay Sivovmsxml3: Try mshtml container url as a base for relative...
2012-01-09  Nikolay Sivovmsxml3: Some put_dataType() tests for nodes without...
2012-01-09  Nikolay Sivovmsxml3: Move put_dataType() test data to a table.
2011-12-19  Nikolay Sivovmsxml3: Support VT_VARIANT|VT_BYREF for body data.
2011-12-19  Nikolay Sivovmsxml3: Implement response headers access methods.
2011-12-19  Nikolay Sivovmsxml3: Skip leading space characters when loading...
2011-12-14  Nikolay Sivovmsxml3: Added IXMLDOMParseError2 support.
2011-12-14  Nikolay Sivovmsxml3: Implemented get_responseStream().
2011-12-12  Nikolay Sivovmsxml3: IDispatchEx support for MXNamespaceManager.
2011-12-08  Nikolay Sivovmsxml3: Added IDispatchEx for IXSLProcessor.
2011-12-08  Nikolay Sivovmsxml3: Added IDispatchEx support for IXSLTemplate.
2011-11-28  Nikolay Sivovmsxml3: Fix get_namespaceURI() for document nodes.
2011-11-28  Nikolay Sivovmsxml3: Place nodeValue() test data in a table.
2011-11-28  Nikolay Sivovmsxml3: Some refcount tests to show details of internal...
2011-11-23  Nikolay Sivovmsxml3: Fixed ISupportErrorInfo for IXMLDOMNamedNodeMap.
2011-11-22  Nikolay Sivovmsxml3: Add a couple of tests for unusual behaviour...
2011-11-21  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMNodeList too.
2011-11-21  Nikolay Sivovmsxml3: Fix support for IXMLDOMDocument3.
2011-11-21  Nikolay Sivovmsxml3: Added common ISupportErrorInfo implementation.
2011-11-16  Nikolay Sivovmsxml3: Convert test stream to single byte string.
2011-11-16  Nikolay Sivovmsxml3: Return qualified name from get_nodeName().
2011-11-16  Nikolay Sivovmsxml3: Fix get_namespaceURI().
2011-11-16  Nikolay Sivovmsxml3: Properly return node prefix from get_prefix().
2011-11-15  Nikolay Sivovmsxml3: Properly handle qualified names in getAttribute...
2011-11-15  Nikolay Sivovmsxml3: Added IDispatchEx support for IXMLDOMImplementa...
2011-11-14  Nikolay Sivovmsxml3: Fix getNamedItem() for qualified node names.
2011-11-08  Nikolay Sivovmsxml3: Move XSLPattern test data to a table.
2011-11-08  Nikolay Sivovmsxml3: Test that IXMLHTTPRequest doesn't support IDisp...
2011-11-08  Nikolay Sivovmsxml3: Some tests to show that leading spaces are...
2011-11-08  Nikolay Sivovmsxml3: Implement get_srcText().
2011-11-08  Nikolay Sivovmsxml3: Implement get_line() and get_linepos().
2011-11-07  Nikolay Sivovmsxml3: Fix collection index based support for IXMLDOMS...
2011-11-07  Nikolay Sivovmsxml3: Add IDispatchEx support for IXMLDOMNamedNodeMap.
2011-11-02  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMParseError.
2011-10-31  Nikolay Sivovmsxml3: Init IDispatchEx data for all node types.
2011-10-31  Nikolay Sivovmsxml3: Implement IEnumVARIANT::Next() for IXMLDOMSelec...
2011-10-27  Nikolay Sivovmsxml3: Block attempt to modify namespace definition...
2011-10-24  Nikolay Sivovmsxml3: Add stub IEnumVARIANT support for IXMLDOMSelection.
2011-10-24  Nikolay Sivovmsxml3: Don't try to use null interface pointer.
2011-09-07  Alistair Leslie... msxml3: Only compare strings if the transform was succe...
2011-09-07  Alistair Leslie... msxml3: Correct Objsafe tests for older msxml3.
2011-09-06  Alistair Leslie... msxml3: Correct MSXML object safety tests.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Support prefix override mode.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implemented getURI().
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implement declarePrefix() and getDe...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Stub IVBMXNamespaceManager and...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-07-05  Alistair Leslie... msxml3: clang corrections.
2011-06-29  Alistair Leslie... msxml3: Improve namespace tests to highlight get nodeNa...
2011-06-21  Adam Martinsonmsxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
2011-05-20  Adam Martinsonmsxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdo...
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-05-05  Adam Martinsonmsxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
2011-04-08  Francois Gougetmsxml3/tests: Fix variable initializations to conform...
2011-03-30  Francois Gougetmsxml3/tests: Add a '\n' to an ok() call.
2011-03-28  Alexandre Julliardmsxml3/tests: Avoid size_t in a trace.
2011-03-28  Nikolay Sivovmsxml3: Allow to create dummy node map for <?xml ?>.
2011-03-28  Nikolay Sivovmsxml3: More tests for <?xml ?> attributes.
2011-03-28  Nikolay Sivovmsxml3: Initial tests for IObjectWithSite support for...
2011-03-17  Nikolay Sivovmsxml3: Clean formatting chars before passing to base64...
2011-03-16  Nikolay Sivovmsxml3: Support VT_BSTR|VT_BYREF as source in load().
2011-03-16  Nikolay Sivovmsxml3: Merge save() tests to a single function.
2011-03-14  Nikolay Sivovmsxml3: Add IXMLDOMSelection stub.
2011-03-14  Nikolay Sivovmsxml3: Unlink node first before adding it as a child.
2011-03-11  Nikolay Sivovmsxml3: Fix reference counting behaviour for named...
2011-03-10  Nikolay Sivovmsxml3: Some get_attributes() tests.
2011-03-09  Nikolay Sivovmsxml3: Put together similar tests using tabled test...
2011-03-08  Nikolay Sivovmsxml3: Fix some leaks in tests.
2011-03-07  Nikolay Sivovmsxml3: Implemented get_doctype() with basic tests.
2011-03-07  Nikolay Sivovmsxml3: Implement get_nodeTypedValue() for nodes that...
2011-03-07  Nikolay Sivovmsxml3: Properly update xmldoc refcounts on insertBefore().
2011-03-04  Nikolay Sivovmsxml3: Test to show namespace definition output for...
2011-03-04  Nikolay Sivovmsxml3: Remove child with parent method first before...
2011-03-04  Nikolay Sivovmsxml3: Test insertBefore() behaviour with node relinki...
2011-03-03  Nikolay Sivovmsxml3: Link dom attribute with parent interface pointer.
2011-03-03  Nikolay Sivovmsxml3: Fail on certain node types in insertBefore...
2011-03-01  Nikolay Sivovmsxml3: Add get_output() implementation for processor.
2011-02-28  Nikolay Sivovmsxml3: Reject xmlns attribute to be added to element.
2011-02-28  Nikolay Sivovmsxml3/tests: Remove broken test and parameter check.
2011-02-25  Austin Englishmsxml3/tests: Remove win9x hacks.
2011-02-22  Alistair Leslie... msxml3: Add IObjectSafety support to IXMLHTTPRequest.
2011-02-22  Nikolay Sivovmsxml3: Store document event handler for ready state...
2011-02-18  Alistair Leslie... msxml3: Add IObjectWithSite support to IXMLHttpRequest.
2011-02-16  Nikolay Sivovmsxml3: Initial implementation of transform() method.
2011-02-16  Nikolay Sivovmsxml3: Store output stream for processor.
next