jscript: Moved resetting lastIndex to do_regexp_match_next.
[wine] / dlls / msxml3 /
2010-01-21  Nikolay Sivovmsxml3/tests: Fix interface leak.
2010-01-19  Nikolay Sivovmsxml3: Implement IXMLDOMComment::deleteData() with...
2010-01-19  Nikolay Sivovmsxml3: Use a helper to check for created content handler.
2010-01-19  Nikolay Sivovmsxml3: Implement IXMLDOMElement::removeAttribute().
2010-01-18  Mike Kaplinskiymsxml: getElementsByTagName does not respect namespaces.
2010-01-18  Nikolay Sivovmsxml3/tests: Fix interface leak and message typo.
2010-01-18  Nikolay Sivovmsxml3: Track linked/unlinked state for element and...
2010-01-18  Nikolay Sivovmsxml3: In IXMLElementCollection store pointer to node...
2010-01-18  Nikolay Sivovmsxml3: Implement IXMLElement::removeChild() with some...
2010-01-18  Nikolay Sivovmsxml3: Don't preallocate root element, return new...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: Don't leak document and stream on next...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: IPersistStreamInit::InitNew() seems...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: Fix IPersistStreamInit::GetClassID(...
2010-01-14  Nikolay Sivovmsxml3/tests: Add some tests for IPersistStreamInit...
2010-01-11  Nikolay Sivovmsxml3: Get rid of upper case converting helper.
2010-01-11  Nikolay Sivovmsxml3: Implement IXMLDocument::get_doctype().
2010-01-11  Nikolay Sivovmsxml3: Implement IXMLDocument::get_version().
2010-01-11  Nikolay Sivovmsxml3: Fix string leak while parsing with IXMLDOMDocument.
2010-01-11  Nikolay Sivovmsxml3/tests: Fix some string leaks in tests.
2010-01-11  Nikolay Sivovmsxml3: Don't lose pointer to externaly allocated xmlSA...
2010-01-11  Nikolay Sivovmsxml3: Don't leak externaly allocated xmlSAXHandler.
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-12-09  Huw Daviesmsxml3: Correctly test the variant returned by get_node...
2009-12-07  Piotr Cabanmsxml3: Fix VARIANT_from_xmlChar implementation.
2009-12-02  Rob Shearmanmsxml3: Fix double-free of BSTR in domdoc tests.
2009-11-29  Marcus Meissnermsxml3: Move element usage into element!=NULL check...
2009-11-24  Francois Gougetmsxml3: Make some functions static in node.c.
2009-11-23  Marcus Meissnermsxml3: Fix NULL ptr checking in domdoc test (Coverity).
2009-11-20  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
2009-11-20  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'bin...
2009-11-20  Piotr Cabanmsxml3: Implemented more data types handling xmlnode_ge...
2009-11-19  Piotr Cabanmsxml3: Remove test that fails on some systems.
2009-11-19  Piotr Cabanmsxml3: Ignore nanoseconds in xmlnode_get_nodeTypedValue.
2009-11-19  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'i1...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue date...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'boolean...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'fixed...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'int...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'number...
2009-11-18  Piotr Cabanmsxml3: Implemented xmlnode_get_nodeTypedValue 'string...
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in dom_pi.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in entityref.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domfrag.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domcomment.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domcdata.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domattr.
2009-09-30  Jacek Cabanmsxml3: Store pointer to node object in domtext.
2009-09-10  Alistair Leslie... msxml3: Add IDispatchEx support to IXMLDOMElement.
2009-09-01  Alexandre Julliardmsxml3: Move typelib definitions out of #ifdef HAVE_LIB...
2009-08-29  Jacek Cabanmsxml3: Added more IDispatchEx tests.
2009-08-29  Jacek Cabanmsxml3: Use IXMLDOMSelection as a main queryresult...
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-24  Jacek Cabanmsxml3: Get rid of not used aggregation support in...
2009-08-21  Jacek Cabanmsxml3: Store xmlnode object in domdoc.
2009-08-21  Jacek Cabanmsxml3: Store xmlnode object in domelem.
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-08-19  Alistair Leslie... msxml3: Support loading windows file paths.
2009-08-19  Alexandre Julliardmsxml3/tests: Use the global wine_dbgstr_w instead...
2009-08-14  Jacek Cabanmsxml3: Optimize bstr_from_xmlChar implementation.
2009-08-14  Alistair Leslie... msxml3: Register missing MXXMLWriter interfaces.
2009-08-14  Alistair Leslie... msxml3: IXMLDOMElement doesn't support IObjectIdentity.
2009-06-01  Gerald Pfeifermsxml3: Tweak two assertions.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml.idl.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2009-02-09  Alistair Leslie... msxml3: Use our parent doc if we don't have one.
2009-01-29  Marcus Meissnermsxml3: Handle get_element returning NULL (Coverity).
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2009-01-22  Alistair Leslie... msxml3: Implement IXMLDOMDocument2 IPersistStream_Save.
2009-01-22  Alistair Leslie... msxml3: IXMLDOMDocument2 async default value is VARIANT...
2009-01-22  Alistair Leslie... msxml3: Register missing SAXXMLReader Components.
2009-01-14  Alistair Leslie... msxml3: Add fixme for unsupported parameter.
2008-12-23  Alistair Leslie... msxml3: Use xmlNodeGetContent to get text data.
2008-12-20  Alistair Leslie... msxml3: Add ISupportErrorInfo interface to IXMLDOMDocument.
2008-12-20  Alistair Leslie... msxml3: Make functions static.
2008-12-17  Alistair Leslie... msxml3: Corrected getAttributeNode to return correct...
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-05  Michael Stefaniucmsxml3: Do not cast void pointers to other pointer...
2008-12-05  Vincent Povirkmsxml3/tests: Fix string format warnings.
2008-12-01  Michael Karchermsxml3: attach_xmldoc may fail.
2008-12-01  Michael Karchermsxml3: Remove attach_xmldoc(This, NULL) calls.
2008-12-01  Michael Karchermsxml3: Specialize attach_xmlnode to XML documents.
2008-12-01  Michael Karchermsxml3: Move attach_xmlnode.c to domdoc.c.
2008-12-01  Michael Karchermsxml3: Quiet noisy fixmes.
2008-12-01  Michael Karchermsxml3/tests: Fix BSTR leak.
2008-12-01  Michael Karchermsxml3: Avoid duplicate encoding.
2008-12-01  Alistair Leslie... msxml3: Implement IXMLDOMAttribute get/put value.
2008-11-25  Francois Gougetmsxml3: Remove WINAPI on static functions where not...
2008-11-20  Ricardo Filipemsxml3: Check some dead store results (llvm/clang).
2008-11-19  Francois Gougetmsxml3: Fix compilation on systems that don't have...
2008-11-18  Francois Gougetmsxml3: Dynamically load libxslt.so and only call xsltI...
2008-11-14  Andrew Talbotmsxml3: Void function should not return a value.
2008-11-03  Michael Karchermsxml3: Simplify IXMLDOMNodeMap::removeNamedItem.
2008-11-03  Michael Karchermsxml3: Clean up initialization.
2008-10-31  Michael Karchermsxml3: IXMLCDATASection is not an element.
2008-10-31  Marcus Meissnermsxml3: Fixed if nesting / ptr checking problems in...
next