Nikolay Sivov
|
b190a72bfe
|
xmllite/tests: Use todo_wine_if() in tests.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-15 23:50:15 +09:00 |
Alistair Leslie-Hughes
|
3e9b4c1a17
|
xmllite/tests: Fix memory leak (valgrind).
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-30 16:39:17 +09:00 |
André Hentschel
|
b91084a992
|
xmllite/tests: Clarify ok() condition (PVS-Studio).
|
2014-11-11 14:21:37 +09:00 |
Dmitry Timoshkov
|
529d9ea922
|
xmllite: Also clear the attr pointer in reader_clear_attrs.
|
2014-02-22 08:40:44 -06:00 |
Dmitry Timoshkov
|
f41f8af021
|
xmllite/tests: Add a test for parsing an empty element after XML declaration.
|
2014-02-20 15:15:45 +01:00 |
Dmitry Timoshkov
|
f78b4f305d
|
xmllite: Reader should set starting string offsets when encoding is being parsed.
|
2014-02-14 13:49:24 +01:00 |
Dmitry Timoshkov
|
493e406bbc
|
xmllite/tests: Add a test for names and values parsed from an XML declaration.
|
2014-02-14 13:49:13 +01:00 |
Dmitry Timoshkov
|
09f371920f
|
xmllite: Don't fail if standalone declaration is missing.
|
2014-02-14 13:49:01 +01:00 |
Dmitry Timoshkov
|
b02ea57e04
|
xmllite/tests: Add a test for short variant of xml declaration.
|
2014-02-10 10:43:46 +01:00 |
Dmitry Timoshkov
|
ce894b9fc6
|
xmllite/tests: There is no need to initialize OLE.
|
2014-02-10 10:43:42 +01:00 |
Dmitry Timoshkov
|
42e681e31d
|
xmllite/tests: Fix stack corruption in 64-bit builds.
|
2014-02-10 10:43:11 +01:00 |
Frédéric Delanoy
|
8610af58fe
|
xmllite/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-29 14:50:55 +01:00 |
Frédéric Delanoy
|
e5b689b71e
|
xmllite/tests: Use BOOL type where appropriate.
|
2014-01-07 10:42:08 +01:00 |
Nikolay Sivov
|
619ceae967
|
xmllite: Support resuming and value reporting for whitespace nodes in Misc.
|
2013-10-14 10:49:53 +02:00 |
Nikolay Sivov
|
ae341b9bd7
|
xmllite: Use buffer offset instead of pointers.
|
2013-10-09 17:48:26 +02:00 |
Nikolay Sivov
|
ece36f17d0
|
xmllite: Fix node type for whitespace text nodes in Content.
|
2013-09-30 20:34:52 +02:00 |
Nikolay Sivov
|
249b45786f
|
xmllite: Reset resume state when text node is parsed.
|
2013-09-30 20:34:52 +02:00 |
Nikolay Sivov
|
c75726ba76
|
xmllite: Support predefined xml entities.
|
2013-08-20 13:01:00 +02:00 |
Nikolay Sivov
|
a04064b886
|
xmllite: Improve attribute value parsing.
|
2013-08-19 12:53:21 +02:00 |
Nikolay Sivov
|
e51ab3c03a
|
xmllite: Support reporting of a local name and value for attributes.
|
2013-08-19 12:53:21 +02:00 |
Nikolay Sivov
|
53f72826a2
|
xmllite: Initial implementation of attribute parsing.
|
2013-07-30 19:12:04 +02:00 |
Nikolay Sivov
|
80e70a8271
|
xmllite: Handle nesting depth limit better.
|
2013-07-24 11:11:38 -05:00 |
Nikolay Sivov
|
d315e438a2
|
xmllite: Implement IsEmptyElement().
|
2013-07-22 17:15:59 +02:00 |
Nikolay Sivov
|
f02b2225ee
|
xmllite: Initial support for CharData (or Text) nodes.
|
2013-07-22 17:15:59 +02:00 |
Nikolay Sivov
|
9997ef3fbc
|
xmllite: It's acceptable to have NULL length pointer in GetLocalName().
|
2013-06-12 12:09:00 +02:00 |
Nikolay Sivov
|
2bdaffd879
|
xmllite: Partially implement value normalization for CDATA sections.
|
2013-03-26 12:09:59 +01:00 |
Nikolay Sivov
|
b1d7517ab1
|
xmllite: Implement ReadValueChunk().
|
2013-03-14 14:55:47 +01:00 |
Nikolay Sivov
|
e5a48b2d75
|
xmllite: Fix a test failure on Windows 8.
|
2013-03-11 10:45:47 +01:00 |
Nikolay Sivov
|
4d1a65c1ba
|
xmllite: Support CDATA nodes.
|
2013-03-11 10:45:33 +01:00 |
Nikolay Sivov
|
c87a85cce3
|
xmllite: Support resuming for start tag.
|
2013-03-11 10:45:20 +01:00 |
Nikolay Sivov
|
d1c52fe168
|
xmllite: Support pending input reads for PI nodes.
|
2013-03-11 10:45:14 +01:00 |
Nikolay Sivov
|
0a7d802ef3
|
xmllite: Basic test for chunk value read vs full value read.
|
2013-02-11 11:46:12 +01:00 |
Nikolay Sivov
|
9d664b2217
|
xmllite: Handle E_PENDING from stream for comment nodes.
|
2013-01-28 14:04:03 +01:00 |
Nikolay Sivov
|
6ab47275aa
|
xmllite: Complete content parsing with implemented parts and stubs.
|
2013-01-23 12:48:51 +01:00 |
Nikolay Sivov
|
fad7e7a011
|
xmllite: Implement end tag parsing.
|
2013-01-22 12:13:27 +01:00 |
Nikolay Sivov
|
1ae300d753
|
xmllite: Handle empty elements and transition to content/misc part, update depth on push.
|
2013-01-21 12:51:23 +01:00 |
Nikolay Sivov
|
77735419eb
|
xmllite: Add a name stack for elements.
|
2013-01-21 12:51:22 +01:00 |
Nikolay Sivov
|
61b4673827
|
xmllite: Initial support for start tag parsing.
|
2013-01-18 13:28:38 +01:00 |
Nikolay Sivov
|
e7c58fca12
|
xmllite: Initial implementation of DTD external id parsing.
|
2013-01-16 12:22:27 +01:00 |
Nikolay Sivov
|
fc114a9b15
|
xmllite: Support whitespace nodes reporting.
|
2013-01-14 17:35:26 +01:00 |
Nikolay Sivov
|
e79b2b3fc4
|
xmllite: Report value for PI nodes.
|
2013-01-08 19:09:16 +01:00 |
Nikolay Sivov
|
57148ae964
|
xmllite: Report node value for comment nodes.
|
2013-01-08 19:09:10 +01:00 |
Nikolay Sivov
|
0d715c2024
|
xmllite: Support name reporting for comments and PIs.
|
2013-01-07 13:38:08 +01:00 |
Nikolay Sivov
|
4c0f142e92
|
xmllite: Support streams starting with comments, simplify tests.
|
2013-01-07 13:38:07 +01:00 |
Nikolay Sivov
|
65bcdb2c80
|
xmllite: Implement PI parsing.
|
2013-01-07 13:38:00 +01:00 |
Nikolay Sivov
|
c085b8d930
|
xmllite: Support comment nodes.
|
2012-12-19 14:38:58 +01:00 |
Nikolay Sivov
|
61483a581e
|
xmllite: Track internal parser state to select expected node type.
|
2012-12-19 14:38:57 +01:00 |
Nikolay Sivov
|
201b1c2aba
|
xmllite: Fix reported node type for attributes.
|
2012-12-06 14:20:10 +01:00 |
Nikolay Sivov
|
f6e6b835b6
|
xmllite: Implement attribute iteration methods.
|
2012-12-06 14:19:53 +01:00 |
Nikolay Sivov
|
0dce2e6d9a
|
xmllite: Initial support for attribute list.
|
2012-12-04 16:54:40 +01:00 |