Commit Graph

153 Commits

Author SHA1 Message Date
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
Rob Shearman 76d0cab17d msxml3: Fix some memory leaks of name in test_xmldoc. 2007-11-15 11:07:25 +01:00
Alistair Leslie-Hughes fad20c9ce0 msxml3: Enable test for bad argument / fix memory leak. 2007-11-13 15:06:11 +01:00
Alistair Leslie-Hughes 8de2d5290a msxml3: Return E_INVALIDARG on bad parameter. 2007-11-13 15:05:59 +01:00
Alistair Leslie-Hughes 2ad4f102f7 msxml3: Fix memory leak. 2007-11-07 13:20:57 +01:00
Alistair Leslie-Hughes 73e2ff5901 msxml: Fix a memory leak. 2007-11-05 15:00:52 +01:00
Francois Gouget 2993785f3a Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
Stefan Leichter 5987d3a37b msxml3: Remove 'recursive registry key delete' function. 2007-08-27 11:58:30 +02:00
Andrew Talbot 11904c80fa msxml3: Cast-qual warning fix. 2007-07-25 13:02:13 +02:00
Mikołaj Zalewski 3c29359286 msxml3/tests: Avoid a crash that happens on some native systems. 2007-07-19 13:22:28 +02:00
Rob Shearman d3a524cdba msxml3: Implement IXMLDOMNode::get_text for CDATA, processing instruction and comment nodes. 2007-07-13 12:27:20 +02:00
Michael Stefaniuc 0152ec0375 janitorial: Remove superfluous casts of void pointers to other pointer types. 2007-06-27 12:53:50 +02:00
Alexandre Julliard 6d8c6c5a3a msxml: Don't use VariantClear on an uninitialized variant. 2007-06-11 15:00:11 +02:00
Francois Gouget fa48cb042c Assorted spelling fixes. 2007-05-29 13:47:18 +02:00
Alexandre Julliard e269fa378b msxml3: Fixed compilation without libxml. 2007-05-29 12:05:20 +02:00
James Hawkins e24667cc6e msxml3: Add tests for IXMLDocument. 2007-05-25 20:12:38 +02:00
James Hawkins 9c04d0d8ca msxml3: Add tests for IXMLElement and IXMLElementCollection. 2007-05-25 20:12:27 +02:00
James Hawkins f5e9a1ea6f msxml3: Add initial implementation of IXMLDocument. 2007-05-25 20:12:12 +02:00
James Hawkins 74f18d968f msxml3: Add initial implementation of IXMLElement and IXMLElementCollection. 2007-05-25 20:11:15 +02:00
Mikołaj Zalewski 08fc650869 msxml3: Implement IXMLDOMElement::getElementsByTagName. 2007-05-18 20:00:03 +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
Andrew Talbot abea9c409f msxml3: Exclude unused headers. 2007-05-15 12:19:27 +02:00
Mikołaj Zalewski bf3849ad6f msxml3: Implement IXMLDOMDocument2::setProperty("SelectionLanguage", ...). 2007-05-14 14:22:08 +02:00
Stefan Huehner 4d1d01f266 Mark several functions as static. 2007-03-13 13:35:12 +01:00
Huw Davies 1780ca678c msxml3: Implement {get,putref}_schemas. 2007-02-28 13:28:18 +01:00
Huw Davies c30c6e23ba msxml3: Add a schema cache object. 2007-02-28 13:28:13 +01:00
Huw Davies cdac075e41 msxml3: Register schema cache classes. 2007-02-26 19:04:14 +01:00
Huw Davies 9ceb5a3ea7 msxml3: Convert the domdoc object to use the IXMLDOMDocument2 interface. 2007-02-26 17:33:45 +01:00
Hans Leidekker 78e0f23b68 msxml3: Stub out some more getters and setters of IXMLDOMDocument. 2007-02-19 12:41:51 +01:00
Paul Vriens 695fa7542a msxml3/tests: Cast-qual warning fixes. 2007-01-24 11:59:08 +01:00
Bang Jun-Young 45e8e360cd msxml3: config.h police. 2007-01-22 13:29:07 +01:00
Andrew Talbot 7786576525 msxml3: Remove unused functions. 2007-01-15 14:22:35 +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