- 01 Dec, 2008 40 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Kai Blin authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Michael Karcher authored
The upcoming new implementation of attach_xmldoc needs HeapAlloc. Prepare for the failure case.
-
Michael Karcher authored
This->node should never be zero. Each IXMLDOMNode (and derived interfaces) always represents a present libxml data object. There is no no-data IXMLDOMNode, although there might be documents without a root element.
-
Michael Karcher authored
attach_xmlnode is only used to attach XML document nodes, and a cast is needed on each call. Rename it to attach_xmldoc, change the parameter type to move the cast at one point into the function.
-
Michael Karcher authored
-
Michael Karcher authored
The FIXME messages for unknown interfaces should not be emitted for interfaces that should not get implemented. Origin 8 spams you with these messsages.
-
Michael Karcher authored
-
Michael Karcher authored
The libxml documentation suggests to either use xmlEncodedEntitiesReentrant or xmlEncodeSpecialChars, but if you apply both, you end up producing "&".
-
Jeff Zaroyko authored
-
Andrew Riedi authored
-
Andrew Riedi authored
-
Vitaliy Margolen authored
-
Reece Dunn authored
-
Christian Costa authored
-
Christian Costa authored
-
Christian Costa authored
-
Christian Costa authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Michael Karcher authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Marcus Meissner authored
-
Hans Leidekker authored
-
Vitaly Lipatov authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-