Commit Graph

188 Commits

Author SHA1 Message Date
Alistair Leslie-Hughes a81d22d423 msxml3: Implement IXMLDOMEntityReference interface. 2008-01-22 11:59:54 +01:00
Alistair Leslie-Hughes bfeb14d0d8 msxml3: Entity Reference nodes do not support attributes property. 2008-01-21 12:37:04 +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 8c3dd87fa8 msxml3: Attribute nodes are not typed. 2008-01-18 11:56:19 +01:00
Francois Gouget 44b52b128c Assorted spelling fixes. 2008-01-16 12:48:29 +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 b57a7e01d6 msxml3: Implement GetClassID for XMLDocument IPersistStream interface. 2008-01-14 15:52:53 +01:00
Alistair Leslie-Hughes b9e9e041e8 msxml3: Implemented IXMLDOMCDATASection COM Object. 2008-01-14 15:52:34 +01:00
Alistair Leslie-Hughes bf4a43e1e0 msxml3: Correct get_attributes for CDATA Section. 2008-01-14 15:51:43 +01:00
Alistair Leslie-Hughes e989d48f43 msxml3: Implement get_dataType. 2008-01-14 15:51:37 +01:00
Gregor Münch be853b6f4f msxml3: Fix typo. 2008-01-14 13:10:22 +01:00
Andrew Talbot d9cd7502d5 msxml3: Remove unneeded cast. 2008-01-14 13:10:04 +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 3c94fb72de msxml3: Suppress IID_IRunnableObject FIXME since its not supported. 2008-01-09 13:38: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
Lei Zhang 672a6995c0 msxml: Fix compilation on machines without libxml2. 2008-01-07 22:56:58 +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 11331847ac msxml3: Implement get_xml. 2008-01-04 12:00:04 +01:00
Alistair Leslie-Hughes cdac6b5005 msxml3: Cannot add an attribute with appendChild. 2008-01-04 11:59:29 +01:00
Alistair Leslie-Hughes 0a80e7c04e msxml3: Add missing values for get_nodeName. 2008-01-04 11:59:04 +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 48c0e684cb msxml3: Implement setNamedItem. 2008-01-04 11:57:32 +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 b2add094ad msxml: Register missing components. 2007-12-11 12:08:51 +01:00
Alistair Leslie-Hughes 7ec06c8442 msxml3: Implement IPersistStream. 2007-12-10 14:37:11 +01:00
Alistair Leslie-Hughes 3fcc0cae51 msxml3: Fix memory leak. 2007-12-10 12:35:55 +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
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Alistair Leslie-Hughes f35673e9e9 msxml: Tests for createTextNode. 2007-11-21 12:55:35 +01:00
Alistair Leslie-Hughes 43d92f4d76 msxml: Implement createTextNode. 2007-11-21 12:55:31 +01:00
Alistair Leslie-Hughes c443674d13 msxml: Always return a string in get_text. 2007-11-21 12:54:31 +01:00
Alistair Leslie-Hughes 9845a9ced4 msxml: Added test for get_text. 2007-11-21 12:54:25 +01:00
Huw Davies 02be3e260a msxml3: Don't leak an interface on failure. 2007-11-16 12:33:08 +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 7fbf828afa msxml: Allow insertBefore to have a NULL output parameter. 2007-11-15 11:11:19 +01:00
Rob Shearman 306129c92e msxml3: Don't leak node in xmldoc_createElement in the wrong type was specified. 2007-11-15 11:07:28 +01:00