Austin English
|
5de180beeb
|
msxml3: Avoid a dangling else (LLVM/Clang).
|
2012-05-14 17:53:07 +02:00 |
Michael Stefaniuc
|
4df6fe1246
|
msxml3: Print the debug string and not the pointer to it.
|
2012-03-26 18:15:22 +02:00 |
Piotr Caban
|
85055298fa
|
msxml3: Added partial XMLView IPersistMoniker_Load implementation.
|
2012-03-13 10:56:41 +01:00 |
Piotr Caban
|
2cbd6a63df
|
msxml3: Added internal function for loading xml from IMoniker.
|
2012-03-12 16:04:50 +01:00 |
Nikolay Sivov
|
d56070a233
|
msxml3: Trace VARIANT parameters.
|
2012-01-30 20:44:47 +01:00 |
Nikolay Sivov
|
e983db8518
|
msxml3: Internally call methods with interface macros.
|
2012-01-24 16:57:32 +01:00 |
Nikolay Sivov
|
95b9b82181
|
msxml3: Put all defined document namespaces in collection.
|
2012-01-24 16:57:31 +01:00 |
Nikolay Sivov
|
916de3998e
|
msxml3: Allocate private data when cloning from existing document.
|
2012-01-23 17:44:11 +01:00 |
Nikolay Sivov
|
ae5c984b12
|
msxml3: Use debugstr_* functions instead of wine_* prefixed for consistency.
|
2012-01-20 13:32:04 +01:00 |
Nikolay Sivov
|
ca046f9eb5
|
msxml3: IXMLDOMSchemaCollection::get() is a stub for version 6.
|
2012-01-20 13:31:59 +01:00 |
Nikolay Sivov
|
0f658d9dc8
|
msxml3: Leading space chars are allowed in SelectionNamespaces value string.
|
2012-01-13 17:34:30 +01:00 |
Nikolay Sivov
|
e736c3e983
|
msxml3: Skip leading space characters when loading from BSTR.
|
2011-12-19 11:10:16 +01:00 |
Nikolay Sivov
|
2508025bcd
|
msxml3: Fix get_namespaceURI() for document nodes.
|
2011-11-28 16:40:48 +01:00 |
Nikolay Sivov
|
ed908b7b18
|
msxml3: Forward IDispatch to IDispatchEx when supported.
|
2011-11-21 11:03:30 +01:00 |
Nikolay Sivov
|
a9d8f9a0a2
|
msxml3: Fix support for IXMLDOMDocument3.
|
2011-11-21 11:03:19 +01:00 |
Nikolay Sivov
|
b26ad412d3
|
msxml3: Added common ISupportErrorInfo implementation.
|
2011-11-21 11:03:13 +01:00 |
Nikolay Sivov
|
8bd54c56e7
|
msxml3: Init IDispatchEx data for all node types.
|
2011-10-31 23:53:37 +01:00 |
Piotr Caban
|
41eba1c30d
|
msxml3: Return parser result in detach_url.
|
2011-10-24 19:54:15 +02:00 |
Andrew Talbot
|
708f3a3fef
|
msxml3: Add a break to a switch statement.
|
2011-10-08 20:23:01 +02:00 |
Michael Stefaniuc
|
718a924f5b
|
msxml3: Use SUCCEEDED instead of !FAILED.
|
2011-10-03 09:43:36 -05:00 |
Alistair Leslie-Hughes
|
33736bb871
|
msxml3: Correct MSXML object safety tests.
|
2011-09-06 15:58:35 +02:00 |
Nikolay Sivov
|
4877da66b3
|
msxml3: Make version dependency checks more flexible, move CLSID checks to factory creation.
|
2011-08-24 19:07:45 +02:00 |
Frédéric Delanoy
|
a3e0623641
|
msxml3: Remove dead assignment (Clang).
|
2011-07-06 11:25:55 +02:00 |
Adam Martinson
|
4f58e11601
|
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
|
2011-06-21 12:25:33 +02:00 |
Adam Martinson
|
f730d13c84
|
msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().
|
2011-05-20 17:56:58 +02:00 |
Adam Martinson
|
17f72b8b67
|
msxml3/domdoc: Properly handle character encoding in doparse().
|
2011-05-20 17:56:55 +02:00 |
Adam Martinson
|
11df66af0b
|
msxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
|
2011-05-05 11:46:33 +02:00 |
Michael Stefaniuc
|
31057e4b75
|
msxml3: COM cleanup in domdoc.c.
|
2011-04-27 11:53:12 +02:00 |
Francois Gouget
|
462d325eb2
|
msxml3: Make ConnectionPoint_Init() and BindStatusCallback_Detach() static.
|
2011-03-16 14:14:24 +01:00 |
Nikolay Sivov
|
cde8e6c8cc
|
msxml3: Support VT_BSTR|VT_BYREF as source in load().
|
2011-03-16 14:14:22 +01:00 |
Nikolay Sivov
|
9176c9e886
|
msxml3: Downgrade FIXME to TRACE for unsupported interfaces.
|
2011-03-14 12:39:27 +01:00 |
Nikolay Sivov
|
610725289b
|
msxml3: Protect SAX character callback from null node.
|
2011-03-14 12:39:26 +01:00 |
Nikolay Sivov
|
c26c55995a
|
msxml3: Add IXMLDOMSelection stub.
|
2011-03-14 12:38:59 +01:00 |
Alistair Leslie-Hughes
|
e030b3ce56
|
msxml3: Ignore XML property ResolveExternals.
|
2011-03-11 14:29:19 +01:00 |
Nikolay Sivov
|
fb96151b0e
|
msxml3: Move string conversion helper to header.
|
2011-03-11 11:49:18 +01:00 |
Nikolay Sivov
|
f9f431186f
|
msxml3: Implemented get_doctype() with basic tests.
|
2011-03-07 13:19:11 +01:00 |
Nikolay Sivov
|
46fa479105
|
msxml3: Implement get_nodeTypedValue() for nodes that can't have type.
|
2011-03-07 13:19:05 +01:00 |
Nikolay Sivov
|
179daa20b9
|
msxml3: Remove child with parent method first before insert with insertBefore().
|
2011-03-04 16:26:00 +01:00 |
Nikolay Sivov
|
bf01d1b3d7
|
msxml3: Remove transformNode() forward.
|
2011-02-24 15:49:30 +01:00 |
Nikolay Sivov
|
aac690d4fc
|
msxml3: Remove selectSingleNode() forward.
|
2011-02-24 15:49:29 +01:00 |
Nikolay Sivov
|
004944c81a
|
msxml3: Remove selectNodes() forward.
|
2011-02-24 15:49:29 +01:00 |
Alexandre Julliard
|
a1c8f6df84
|
msxml3: Include the system libxml headers before the Windows headers.
|
2011-02-24 15:49:28 +01:00 |
Nikolay Sivov
|
d0bff37cb2
|
msxml3: Remove get_text() forward.
|
2011-02-23 18:22:18 +01:00 |
Nikolay Sivov
|
2e5a0dd63f
|
msxml3: Remove get_ownerDocument() forward.
|
2011-02-23 18:22:12 +01:00 |
Nikolay Sivov
|
3d63982f86
|
msxml3: Remove hasChildNodes() forward.
|
2011-02-23 18:22:04 +01:00 |
Nikolay Sivov
|
5775bcde4a
|
msxml3: Remove appendChild() forward.
|
2011-02-23 18:21:57 +01:00 |
Nikolay Sivov
|
1178f7b46e
|
msxml3: Remove forward to removeChild() method for nodes.
|
2011-02-23 18:21:51 +01:00 |
Nikolay Sivov
|
df08e9b4f6
|
msxml3: Store document event handler for ready state notification.
|
2011-02-22 12:28:25 +01:00 |
Michael Stefaniuc
|
b500bccc60
|
msxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
|
2011-01-24 14:43:26 +01:00 |
Jacek Caban
|
d3f456d146
|
msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
|
2011-01-10 10:41:18 +01:00 |