projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msxml3: Don't force parser encoding when loading from file.
[wine]
/
dlls
/
msxml3
/
tests
/
2010-06-14
Andrew Nguyen
msxml3/tests: Correct the sense of a few test failure...
tree
|
commitdiff
2010-06-14
Andrew Nguyen
msxml3: Ignore the encoding attribute when loading...
tree
|
commitdiff
2010-06-14
Andrew Nguyen
msxml3: Add proper skips when msxml3 DOM interfaces...
tree
|
commitdiff
2010-06-14
Nikolay Sivov
msxml3: Avoid SysStringLen() testing for an empty strin...
tree
|
commitdiff
2010-03-26
Paul Vriens
msxml3/tests: Skip some tests when network connection...
tree
|
commitdiff
2010-03-16
Alexandre Julliard
makefiles: Remove the no longer needed explicit separat...
tree
|
commitdiff
2010-03-15
Nikolay Sivov
msxml3: Treat input BSTR as general WCHAR string for...
tree
|
commitdiff
2010-03-01
Reece Dunn
msxml3/tests: Improve the IObjectSecurity tests to...
tree
|
commitdiff
2010-02-22
Nikolay Sivov
msxml3: Simplify IXMLDOMElement_get_tagName(), add...
tree
|
commitdiff
2010-02-22
Alexandre Julliard
makefiles: Use the standard C_SRCS variable as the...
tree
|
commitdiff
2010-02-19
Nikolay Sivov
msxml3: Accept IObjectSafety for query from IXMLDOMDocu...
tree
|
commitdiff
2010-02-17
Nikolay Sivov
msxml3/tests: Fix leaks and wrong pointer use.
tree
|
commitdiff
2010-02-16
Nikolay Sivov
msxml3: Implement ::replaceData() for Text, Comment...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Fix return value for IXMLDOMNode_put_nodeValue...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Accept NODE_ENTITY_REFERENCE in ::createNode...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createProcessingIn...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createAttribute...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createCDATASection...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createTextNode...
tree
|
commitdiff
2010-02-15
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createComment...
tree
|
commitdiff
2010-02-12
Nikolay Sivov
msxml3: Reimplement IXMLDOMDocument::createElement...
tree
|
commitdiff
2010-02-12
Nikolay Sivov
msxml3/tests: Don't try to use wchar buffers as BSTR...
tree
|
commitdiff
2010-02-12
Nikolay Sivov
msxml3: Support more node types in IXMLDOMDocument_crea...
tree
|
commitdiff
2010-02-12
Nikolay Sivov
msxml3: Check for Null out pointer in node creation...
tree
|
commitdiff
2010-02-10
Nikolay Sivov
msxml3: Accept PI node in on base name request.
tree
|
commitdiff
2010-02-10
Nikolay Sivov
msxml3/tests: Add a trivial test for IXMLDOMDocumentFra...
tree
|
commitdiff
2010-02-10
Nikolay Sivov
msxml3: IXMLDOMAttribute shouldn't report its parent.
tree
|
commitdiff
2010-02-09
Nikolay Sivov
msxml3: Support comment node type in IXMLDOMNode_get_ba...
tree
|
commitdiff
2010-01-29
Nikolay Sivov
msxml3: Implement IXMLDOMText::deleteData().
tree
|
commitdiff
2010-01-29
Nikolay Sivov
msxml3: Implement IXMLDOMCDATASection::deleteData(...
tree
|
commitdiff
2010-01-21
Nikolay Sivov
msxml3/tests: Fix interface leak.
tree
|
commitdiff
2010-01-19
Nikolay Sivov
msxml3: Implement IXMLDOMComment::deleteData() with...
tree
|
commitdiff
2010-01-18
Nikolay Sivov
msxml3/tests: Fix interface leak and message typo.
tree
|
commitdiff
2010-01-18
Nikolay Sivov
msxml3: Track linked/unlinked state for element and...
tree
|
commitdiff
2010-01-18
Nikolay Sivov
msxml3: In IXMLElementCollection store pointer to node...
tree
|
commitdiff
2010-01-18
Nikolay Sivov
msxml3: Implement IXMLElement::removeChild() with some...
tree
|
commitdiff
2010-01-18
Nikolay Sivov
msxml3: Don't preallocate root element, return new...
tree
|
commitdiff
2010-01-14
Nikolay Sivov
msxml3/xmldoc: Don't leak document and stream on next...
tree
|
commitdiff
2010-01-14
Nikolay Sivov
msxml3/xmldoc: IPersistStreamInit::InitNew() seems...
tree
|
commitdiff
2010-01-14
Nikolay Sivov
msxml3/xmldoc: Fix IPersistStreamInit::GetClassID(...
tree
|
commitdiff
2010-01-14
Nikolay Sivov
msxml3/tests: Add some tests for IPersistStreamInit...
tree
|
commitdiff
2010-01-11
Nikolay Sivov
msxml3: Implement IXMLDocument::get_doctype().
tree
|
commitdiff
2010-01-11
Nikolay Sivov
msxml3: Implement IXMLDocument::get_version().
tree
|
commitdiff
2010-01-11
Nikolay Sivov
msxml3/tests: Fix some string leaks in tests.
tree
|
commitdiff
2009-12-09
Huw Davies
msxml3: Correctly test the variant returned by get_node...
tree
|
commitdiff
2009-12-02
Rob Shearman
msxml3: Fix double-free of BSTR in domdoc tests.
tree
|
commitdiff
2009-11-29
Marcus Meissner
msxml3: Move element usage into element!=NULL check...
tree
|
commitdiff
2009-11-23
Marcus Meissner
msxml3: Fix NULL ptr checking in domdoc test (Coverity).
tree
|
commitdiff
2009-11-20
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
tree
|
commitdiff
2009-11-20
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
tree
|
commitdiff
2009-11-20
Piotr Caban
msxml3: Implemented more data types handling xmlnode_ge...
tree
|
commitdiff
2009-11-19
Piotr Caban
msxml3: Remove test that fails on some systems.
tree
|
commitdiff
2009-11-19
Piotr Caban
msxml3: Ignore nanoseconds in xmlnode_get_nodeTypedValue.
tree
|
commitdiff
2009-11-19
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'i1...
tree
|
commitdiff
2009-11-18
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue date...
tree
|
commitdiff
2009-11-18
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'boolean...
tree
|
commitdiff
2009-11-18
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'fixed...
tree
|
commitdiff
2009-11-18
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'int...
tree
|
commitdiff
2009-11-18
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'number...
tree
|
commitdiff
2009-11-18
Piotr Caban
msxml3: Implemented xmlnode_get_nodeTypedValue 'string...
tree
|
commitdiff
2009-09-10
Alistair Leslie...
msxml3: Add IDispatchEx support to IXMLDOMElement.
tree
|
commitdiff
2009-08-29
Jacek Caban
msxml3: Added more IDispatchEx tests.
tree
|
commitdiff
2009-08-19
Alistair Leslie...
msxml3: Support loading windows file paths.
tree
|
commitdiff
2009-08-19
Alexandre Julliard
msxml3/tests: Use the global wine_dbgstr_w instead...
tree
|
commitdiff
2009-08-14
Alistair Leslie...
msxml3: IXMLDOMElement doesn't support IObjectIdentity.
tree
|
commitdiff
2009-03-10
Michael Stefaniuc
msxml3: Change long to LONG in msxml.idl.
tree
|
commitdiff
2009-03-10
Michael Stefaniuc
msxml3: Change long to LONG in msxml2.idl and xmldom...
tree
|
commitdiff
2009-02-09
Alistair Leslie...
msxml3: Use our parent doc if we don't have one.
tree
|
commitdiff
2009-01-26
Michael Stefaniuc
msxml3: Remove superfluous pointer casts.
tree
|
commitdiff
2009-01-22
Alistair Leslie...
msxml3: IXMLDOMDocument2 async default value is VARIANT...
tree
|
commitdiff
2008-12-23
Alistair Leslie...
msxml3: Use xmlNodeGetContent to get text data.
tree
|
commitdiff
2008-12-20
Alistair Leslie...
msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
tree
|
commitdiff
2008-12-17
Alistair Leslie...
msxml3: Corrected getAttributeNode to return correct...
tree
|
commitdiff
2008-12-05
Vincent Povirk
msxml3/tests: Fix string format warnings.
tree
|
commitdiff
2008-12-01
Michael Karcher
msxml3/tests: Fix BSTR leak.
tree
|
commitdiff
2008-12-01
Michael Karcher
msxml3: Avoid duplicate encoding.
tree
|
commitdiff
2008-10-31
Michael Karcher
msxml3: IXMLCDATASection is not an element.
tree
|
commitdiff
2008-10-28
Alistair Leslie...
msxml3: Add support to get_nodeTypedValue on Element...
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3/tests: Fix assorted memory leaks.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Correct handling of listLength == NULL in IXMLD...
tree
|
commitdiff
2008-10-13
Michael Karcher
msxml3: Implementation of IXMLDOMNamedNodeMap::removeNa...
tree
|
commitdiff
2008-10-10
Michael Karcher
msxml3: Text node should not aggregate element.
tree
|
commitdiff
2008-10-09
Alistair Leslie...
msxml3: Add IXMLHTTPRequest support.
tree
|
commitdiff
2008-10-08
Michael Stefaniuc
msxml3/tests: Use SUCCEEDED instead of !FAILED.
tree
|
commitdiff
2008-10-08
Paul Vriens
msxml3/tests: Compare instead of assign.
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: Revert "Simplify IXMLDOMNode::removeChild".
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: Handle all variant types in IXMLDOMDocument...
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: replaceNode accepts IXMLDOMElement instead...
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3: Basic implementation of IXMLDOMNode::replaceChild.
tree
|
commitdiff
2008-10-07
Michael Karcher
msxml3/tests: Valgrind fix.
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: Parameter validation for IXMLDOMNode::replaceCh...
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: Fail a bit earlier on removeChild(...,NULL...
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3: removeChild can only delete direct children.
tree
|
commitdiff
2008-10-06
Michael Karcher
msxml3/tests: Clean up test_removeChild.
tree
|
commitdiff
2008-09-25
Michael Stefaniuc
msxml3/tests: Remove redundant NULL check before SysFre...
tree
|
commitdiff
2008-09-22
Piotr Caban
msxml3/test: Add test for ISAXXMLReader_parse (passing...
tree
|
commitdiff
2008-09-15
Alistair Leslie...
msxml3: Correct test.
tree
|
commitdiff
2008-09-05
Marcus Meissner
msxml3: Fixed incorrect MultiByteToWideChar.
tree
|
commitdiff
2008-09-03
Alistair Leslie...
msxml3: Add IDispatchEx test.
tree
|
commitdiff
next