128 Commits

Author SHA1 Message Date
Alistair Leslie-Hughes
3c4cc5fb88 msxml3: Implement put_dataType. 2008-02-20 12:09:49 +01:00
Alistair Leslie-Hughes
72e70a0122 msxml3: Implement IXMLDOMText length property. 2008-02-19 14:17:33 +01:00
Alistair Leslie-Hughes
e9063b7776 msxml3: Implement IXMLDOMAttribute name property. 2008-02-16 16:02:21 +01:00
Alistair Leslie-Hughes
701991ca32 msxml3: Implement IXMLDOMProcessingInstruction target. 2008-02-16 16:02:15 +01:00
Reece H. Dunn
fb36abaee9 msxml3: Fix the domdoc test failures. 2008-02-05 12:44:26 +01:00
Alistair Leslie-Hughes
d4a4b12a43 msxml3: Corrected Entity Reference Test. 2008-02-04 14:18:20 +01:00
Alistair Leslie-Hughes
b7e6906c2d msxml3: Validated attribute name. 2008-02-04 14:18:20 +01:00
Alistair Leslie-Hughes
a81d22d423 msxml3: Implement IXMLDOMEntityReference interface. 2008-01-22 11:59:54 +01:00
Alistair Leslie-Hughes
c40d4997b3 msxml3: Implement IXMLDOMDocumentFragment Interface. 2008-01-21 12:36:39 +01:00
Alistair Leslie-Hughes
ed5a22fb29 msxml3: Implement IXMLDOMImplementation Interface. 2008-01-18 11:56:58 +01:00
Alistair Leslie-Hughes
055b5e44fe msxml3: Implement get_nodeTypeString. 2008-01-16 12:16:39 +01:00
Alistair Leslie-Hughes
b2101b8177 msxml3: Implement put_text. 2008-01-16 12:16:25 +01:00
Alistair Leslie-Hughes
83300893a2 msxml3: Corrected getAttribute to return current value and assign output var. 2008-01-14 15:53:05 +01:00
Alistair Leslie-Hughes
b9e9e041e8 msxml3: Implemented IXMLDOMCDATASection COM Object. 2008-01-14 15:52:34 +01:00
Alistair Leslie-Hughes
e989d48f43 msxml3: Implement get_dataType. 2008-01-14 15:51:37 +01:00
Marcus Meissner
9bccd06bf9 msxml3: Move potential NULL ptr derefs into their if () case. 2008-01-11 12:24:14 +01:00
Alistair Leslie-Hughes
8e1e3e5c51 msxml3: Fix memory leak in test. 2008-01-11 12:24:03 +01:00
Alistair Leslie-Hughes
e906b136eb msxml3: get_attributes not supported for Attribute, CData, Comment, Doc, Doc Frag, Entity and Text Nodes. 2008-01-09 13:38:02 +01:00
Alistair Leslie-Hughes
2896c46245 msxml3: previousSibling not supported for Attribute, Document and Document Fragment Nodes. 2008-01-09 13:38:02 +01:00
Alistair Leslie-Hughes
f31cd30841 msxml3: createProcessingInstruction: Check arguments are valid. 2008-01-09 13:38:02 +01:00
Alistair Leslie-Hughes
91ad27ea25 msxml3: lastChild not supported for CDATASection, Comment, PI and Text Nodes. 2008-01-09 13:38:02 +01:00
Alistair Leslie-Hughes
4e908f65fb msxml3: nextSibling not supported for Attribute, Document and Document Fragment Nodes. 2008-01-09 13:38:02 +01:00
Francois Gouget
ca64f7c75a msxml3/tests: Add the trailing '\n' to an ok() call. 2008-01-07 12:37:02 +01:00
Alistair Leslie-Hughes
667df8e47f msxml3: Tests for get_xml, createAttribute, CreateComment, setNamedItem. 2008-01-04 12:00:41 +01:00
Alistair Leslie-Hughes
300191d58c msxml3: Implement createAttribute. 2008-01-04 11:58:39 +01:00
Alistair Leslie-Hughes
2e3f5243ca msxml3: Implement createComment. 2008-01-04 11:58:16 +01:00
Alistair Leslie-Hughes
7c1a7491ec msxml3: Return E_INVALIDARG when value is NULL. 2008-01-03 13:30:41 +01:00
Alistair Leslie-Hughes
3b43ea73ef msxml3: Fix memory leaks in tests. 2007-12-24 13:31:02 +01:00
Alistair Leslie-Hughes
497c2949c7 msxml3: Fix memory leak in tests. 2007-12-14 12:26:33 +01:00
Alistair Leslie-Hughes
93b6476671 msxml3: Fix memory leak in test. 2007-12-11 12:09:22 +01:00
Alistair Leslie-Hughes
e3bfe193ca msxml3: Fix memory leaks. 2007-12-10 12:27:18 +01:00
Alistair Leslie-Hughes
86af5b9754 msxml3: Implement cloneNode. 2007-12-07 17:36:01 +01:00
Alistair Leslie-Hughes
f35673e9e9 msxml: Tests for createTextNode. 2007-11-21 12:55:35 +01:00
Alistair Leslie-Hughes
9845a9ced4 msxml: Added test for get_text. 2007-11-21 12:54:25 +01:00
Alistair Leslie-Hughes
9c657b26af msxml: Test for insertBefore with a NULL output parameter. 2007-11-15 11:11:27 +01:00
Alistair Leslie-Hughes
fad20c9ce0 msxml3: Enable test for bad argument / fix memory leak. 2007-11-13 15:06:11 +01:00
Francois Gouget
2993785f3a Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
Mikołaj Zalewski
37ea00731a msxml3: Add tests for XPath queries with namespaces. 2007-05-18 19:59:52 +02:00
Mikołaj Zalewski
b5c1d274c5 msxml3: For queries the get_item should change the current position. 2007-05-18 19:59:45 +02:00
Mikołaj Zalewski
e1cbec75c1 msxml3: Improve the XPath queries handling. 2007-05-18 14:50:21 +02:00
Mikołaj Zalewski
bf3849ad6f msxml3: Implement IXMLDOMDocument2::setProperty("SelectionLanguage", ...). 2007-05-14 14:22:08 +02:00
Huw Davies
9ceb5a3ea7 msxml3: Convert the domdoc object to use the IXMLDOMDocument2 interface. 2007-02-26 17:33:45 +01:00
Paul Vriens
695fa7542a msxml3/tests: Cast-qual warning fixes. 2007-01-24 11:59:08 +01:00
Colin Pitrat
f57bf10024 msxml: nextNode and reset functions. 2006-12-29 12:49:40 +01:00
Rob Shearman
588e423bde msxml3: Add a simple test for XMLHTTP. 2006-12-28 12:23:45 +01:00
Marcus Meissner
f0280cbd1e made functions and variables static in some testcases. 2006-12-11 12:18:29 +01:00
Huw Davies
9e1284df23 msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK. 2006-11-14 11:42:17 +01:00
Hans Leidekker
fe1f3b0da5 msxml3/tests: Win64 printf format warning fixes. 2006-10-13 14:49:46 +02:00
Dan Hipschman
47b6d3a1e3 msxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error. 2006-09-21 11:26:25 +02:00
Huw Davies
a307901ac0 msxml3: removeChild should catch a NULL child node. 2006-07-19 09:38:35 +02:00