Jacek Caban
|
8c810372bc
|
msxml3: Store xmlnode reference in xmlnodemap object.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-17 16:23:13 +09:00 |
Nikolay Sivov
|
02e0e122a5
|
msxml3: Fix cloneNode() for document nodes.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-30 11:13:05 +01:00 |
Piotr Caban
|
e2cf78232d
|
msxml3/tests: Use exact comparison in IXMLDOMNode::get_text tests.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-21 19:50:28 +01:00 |
Piotr Caban
|
028d5e5179
|
msxml3: Add support for CDATA nodes in node_get_text.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-21 19:50:28 +01:00 |
Piotr Caban
|
900fe6afa6
|
msxml3: Reimplement node_get_text helper so it uses information about ignorred white space nodes.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-21 19:50:28 +01:00 |
Piotr Caban
|
1f2c20cff3
|
msxml3/tests: Run IXMLDOMNode::get_text whitespace tests on other msxml versions.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-25 01:28:32 +09:00 |
Piotr Caban
|
ef127caef2
|
msxml3/tests: Add CDATA block to whitespace trimming tests.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-19 20:55:15 +09:00 |
Piotr Caban
|
fa01cd0880
|
msxml3/tests: Show that sub-elements should not be divided with ' ' in IXMLDOMNode_get_text.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-19 20:55:15 +09:00 |
Piotr Caban
|
80df8c03e2
|
msxml3/tests: Add tests for sub-nodes whitespaces trimming while getting node text.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-19 20:55:15 +09:00 |
Piotr Caban
|
4386cac6ca
|
msxml3/tests: Add more IXMLDOMNode_get_text tests.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-19 20:55:15 +09:00 |
Nikolay Sivov
|
121b859fc5
|
msxml3/tests: Add missing return value test (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 12:45:05 +09:00 |
Daniel Lehman
|
a20d152282
|
msxml3: Treat namespace as attribute in IXMLDOMElement::getAttribute.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 21:02:38 +09:00 |
Daniel Lehman
|
1f7fb03ee9
|
msxml3: Fix crash when merging Text nodes.
|
2015-08-18 14:55:24 +09:00 |
Zhenbo Li
|
59c2b325ea
|
msxml3: Handle NULL parameter in IXMLDOMElement::get_ownerDocument().
|
2015-08-13 15:07:01 +09:00 |
Michael Stefaniuc
|
7c4d45c00b
|
msxml3/tests: Merge two adjacent if blocks with identical condition (PVS-Studio).
|
2015-03-06 20:32:04 +09:00 |
Michael Stefaniuc
|
1caf6286f0
|
msxml3/tests: Actually test the return values (PVS-Studio).
|
2015-01-19 14:21:00 +01:00 |
Michael Stefaniuc
|
fe61400088
|
msxml3/tests: Remove an unused assignment (PVS-Studio).
|
2015-01-19 14:20:56 +01:00 |
André Hentschel
|
1463325797
|
msxml3/tests: Remove unused code (Clang).
|
2014-12-02 10:32:13 +01:00 |
Nikolay Sivov
|
0430513448
|
msxml3: Return S_FALSE in getNamedItem() of PI node.
|
2014-10-30 23:09:20 +09:00 |
Nikolay Sivov
|
d7eec962e2
|
msxml3: Implement 'name' and 'nodeName' properties for doctype node.
|
2014-10-07 20:22:10 +02:00 |
Marcus Meissner
|
2c984fc8e2
|
msxml3: Removed unused allocation (Coverity).
|
2014-05-20 09:45:11 +02:00 |
Nikolay Sivov
|
82bb4f51c1
|
msxml3: Implement empty tagname case of getElementsByTagName() for document.
|
2014-05-13 11:45:29 +02:00 |
Nikolay Sivov
|
239d8077db
|
msxml3: Support 'any attribute' selection [@*] in XSLPattern predicates.
|
2014-05-13 11:45:25 +02:00 |
Nikolay Sivov
|
9e576e1089
|
msxml3: Fix some string leaks (Valgrind).
|
2014-05-06 09:56:24 +02:00 |
Nikolay Sivov
|
30410d48fd
|
msxml3/tests: Fix a BSTR leak (Valgrind).
|
2014-05-05 12:17:52 +02:00 |
Nikolay Sivov
|
3b16986a35
|
msxml3/tests: Fixed attributes map leak (Valgrind).
|
2014-04-28 14:00:55 +02:00 |
Nikolay Sivov
|
039712970b
|
msxml3/tests: Fix enumerator instance leak (Valgrind).
|
2014-04-25 16:18:16 +02:00 |
Nikolay Sivov
|
026c861794
|
msxml3/tests: Fix accessing released intreface pointer.
|
2014-04-16 10:53:18 +02:00 |
Nikolay Sivov
|
52c6c6a1d1
|
msxml3: Fix transformation result output for stream and BSTR cases.
|
2014-04-14 10:25:43 +02:00 |
Nikolay Sivov
|
db8ff72f00
|
msxml3: Handle NULL child in appendChild().
|
2014-04-03 11:11:16 +02:00 |
Nikolay Sivov
|
93bd41c3f7
|
msxml3/tests: Check return values (Coverity).
|
2014-03-31 11:46:09 +02:00 |
Nikolay Sivov
|
c7d45060e5
|
msxml3: Fix some test failures on Win8.1.
|
2014-03-13 20:22:20 +01:00 |
Nikolay Sivov
|
02af74400f
|
msxml3: Respect stylesheet output mode when dumping resulting document.
|
2014-03-13 20:22:13 +01:00 |
Nikolay Sivov
|
5b43c42c88
|
msxml3: Remove dynamic properties support.
|
2014-03-10 10:42:02 +01:00 |
Nikolay Sivov
|
fa21e6dd7c
|
msxml3/tests: Fix a couple of test failure when msxml4 is actually present.
|
2014-02-05 13:49:31 +01:00 |
Frédéric Delanoy
|
fd096ddbc9
|
msxml3/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-29 14:50:56 +01:00 |
Frédéric Delanoy
|
91f2435469
|
Assorted spelling fixes.
|
2014-01-09 17:39:59 +01:00 |
Marcus Meissner
|
88923cd6f3
|
msxml3: Avoid double free of str (Coverity).
|
2014-01-01 20:45:21 +01:00 |
Frédéric Delanoy
|
8a4e5ec68b
|
msxml3/tests: Constify some character strings.
|
2013-12-27 14:31:53 +01:00 |
Nikolay Sivov
|
40c8d6aa0a
|
msxml3: Store document url in properties so every instance could see it.
|
2013-12-16 16:08:39 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Alexandre Julliard
|
6bb1bda555
|
msxml3/tests: Avoid including xmldom.h.
|
2013-11-25 15:15:54 +01:00 |
Jacek Caban
|
66677e616f
|
msxml3: Compile tests with __WINESRC__ defined.
|
2013-11-18 11:17:29 +01:00 |
Nikolay Sivov
|
e0344e1a28
|
msxml3: Implement url() property of IXMLDOMDocument.
|
2013-11-04 17:41:11 +01:00 |
Nikolay Sivov
|
61c8a4e6ea
|
msxml3/tests: Consolidate check for available class versions.
|
2013-11-04 17:41:11 +01:00 |
Nikolay Sivov
|
abdf02526e
|
msxml3: Handle parser failure when loading from url.
|
2013-10-14 10:48:34 +02:00 |
Nikolay Sivov
|
26d42b9d5c
|
msxml3: Added ISupportErrorInfo support for schema cache.
|
2013-09-09 22:10:01 +02:00 |
Nikolay Sivov
|
88e94c7ef8
|
msxml3: Store namespace info for created attribute, fix returned properties.
|
2013-07-27 11:54:26 -05:00 |
Francois Gouget
|
f2deca025e
|
msxml3/tests: Add a trailing '\n' to an ok() call.
|
2013-07-09 22:21:58 +02:00 |
John Chadwick
|
36345a6c69
|
msxml3/tests: Add additional xpath conformance tests.
|
2013-07-08 15:15:43 +02:00 |