msxml3: Implement get_srcText().
[wine] / dlls / msxml3 / tests /
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-07  Nikolay Sivovmsxml3: Support IDispatch in IXMLElement.
2011-11-07  Nikolay Sivovmsxml3: Fix IDispatch support for IXMLDocument.
2011-11-02  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMParseError.
2011-10-31  Nikolay Sivovmsxml3: Init IDispatchEx data for all node types.
2011-10-31  Piotr Cabanmsxml3/tests: Added NamespaceUri pointer test.
2011-10-31  Piotr Cabanmsxml3/tests: Added SAXAttributes object pointer tests.
2011-10-31  Nikolay Sivovmsxml3: Implement IEnumVARIANT::Next() for IXMLDOMSelec...
2011-10-27  Nikolay Sivovmsxml3: Block attempt to modify namespace definition...
2011-10-26  Piotr Cabanmsxml3/tests: Added element attributes tests when SAXXM...
2011-10-25  Piotr Cabanmsxml3/tests: Tests more XMLSAXReader versions.
2011-10-24  Piotr Cabanmsxml3/tests: Added saxreader error handling test.
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-10-05  Nikolay Sivovmsxml3: Use provided qualified name length while writin...
2011-10-05  Nikolay Sivovmsxml3: Support setting namespaces feature to default...
2011-09-26  Alistair Leslie... msxml3: Support creating IXMLParser Interface.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for declaration handler.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for lexical handler case.
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-31  Octavian Voicumsxml3/tests: Fix a warning in saxreader tests when...
2011-08-29  Nikolay Sivovmsxml3: Use element name length passed to content handler.
2011-08-29  Nikolay Sivovmsxml3: Respect string length returned from ISAXAttributes.
2011-08-29  Nikolay Sivovmsxml3: Fix empty elements output.
2011-08-26  Nikolay Sivovmsxml3/tests: Tests for default properties values.
2011-08-26  Nikolay Sivovmsxml3: Fix attributes formatting.
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for endElement().
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for startElement(...
2011-08-25  Octavian Voicumsxml3/tests: Prevent crash in saxreader tests.
2011-08-25  Francois Gougetmsxml3/tests: Add a trailing '\n' to an ok() call.
2011-08-24  Nikolay Sivovmsxml3: Implement put_version() for MXWriter.
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-23  Thomas Mullalymsxml3: Added IStream support to IMXWriter.
2011-08-23  Thomas Mullalymsxml3/tests: Added more IMXWriter tests.
2011-08-23  Thomas Mullalymsxml3/tests: Added IStream tests for IMXWriter.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-07-15  Andrew Nguyenmsxml3/tests: Fix two minor leaks in test_mxwriter_prop...
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-09  Nikolay Sivovmsxml3: Support get/set for disableOutputEscaping(...
2011-05-09  Nikolay Sivovmsxml3: Support byteOrderMark() property.
2011-05-09  Nikolay Sivovmsxml3: Store raw text data passed through characters().
2011-05-09  Nikolay Sivovmsxml3: Support indent() property.
2011-05-09  Nikolay Sivovmsxml3: Support attributes list for elements.
2011-05-09  Nikolay Sivovmsxml3: Basic support for startElement()/endElement().
2011-05-05  Adam Martinsonmsxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
2011-05-04  Nikolay Sivovmsxml3: Basic tests for startElement().
2011-05-04  Nikolay Sivovmsxml3: Add support for omitXMLDeclaration() property.
2011-05-02  Nikolay Sivovmsxml3: Basic support for startDocument().
2011-05-02  Nikolay Sivovmsxml3: Basic support for encoding property.
2011-05-02  Nikolay Sivovmsxml3: Store stream reference as destination.
2011-05-02  Nikolay Sivovmsxml3: Add support for standalone property.
2011-05-02  Nikolay Sivovmsxml3: Add ISAXContentHandler stub for MXXMLWriter.
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-08  Nikolay Sivovmsxml3: Merge obsolete interfaces tests in a single...
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-17  Nikolay Sivovmsxml3: Null pointer for schema uri should be treated...
2011-02-16  Nikolay Sivovmsxml3: Initial implementation of transform() method.
2011-02-16  Nikolay Sivovmsxml3: Store output stream for processor.
2011-02-16  Nikolay Sivovmsxml3: Basic put_input() method for IXSLProcessor.
next