mshtml: HTMLWindow_item code clean up.
[wine] / dlls / msxml3 /
2011-11-03  Nikolay Sivovmsxml3: Add type id placeholder for index 0 to make...
2011-11-02  Nikolay Sivovmsxml3: Silence IDispatchJS query.
2011-11-02  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMParseError.
2011-10-31  Nikolay Sivovmsxml3: Init IDispatchEx data for all node types.
2011-10-31  Nikolay Sivovmsxml3: Fix trace formats to match all other files.
2011-10-31  Piotr Cabanmsxml3/tests: Added NamespaceUri pointer test.
2011-10-31  Piotr Cabanmsxml3: Use namespaces stack in SAXAttributes interface...
2011-10-31  Piotr Cabanmsxml3: Don't allocate new strings when returning names...
2011-10-31  Piotr Cabanmsxml3: Don't use libxml namespaces stack.
2011-10-31  Piotr Cabanmsxml3/tests: Added SAXAttributes object pointer tests.
2011-10-31  Piotr Cabanmsxml3: Merge SAXLocator and SAXAttributes objects.
2011-10-31  Piotr Cabanmsxml3: Fix position computation in libxmlStartElementNS.
2011-10-31  Nikolay Sivovmsxml3: Implement IEnumVARIANT::Next() for IXMLDOMSelec...
2011-10-31  Nikolay Sivovmsxml3: Release IDispatchEx dynamic data properly.
2011-10-31  Nikolay Sivovmsxml3: Init dynamic data pointer in IDispatchEx implem...
2011-10-27  Nikolay Sivovmsxml3: Block attempt to modify namespace definition...
2011-10-26  Piotr Cabanmsxml3/tests: Added element attributes tests when SAXXM...
2011-10-26  Piotr Cabanmsxml3: Fix attributes handling when msxml6 is used.
2011-10-25  Piotr Cabanmsxml3/tests: Tests more XMLSAXReader versions.
2011-10-25  Piotr Cabanmsxml3: Accept S_FALSE as a valid callback result when...
2011-10-25  Piotr Cabanmsxml3: Make positions returned by ISAXLocator compatib...
2011-10-24  Piotr Cabanmsxml3/tests: Added saxreader error handling test.
2011-10-24  Piotr Cabanmsxml3: Prefer to report msxml error over libxml parsin...
2011-10-24  Piotr Cabanmsxml3: Return parser result in detach_url.
2011-10-24  Piotr Cabanmsxml3: Don't report fatal errors many times.
2011-10-24  Nikolay Sivovmsxml3: Add stub IEnumVARIANT support for IXMLDOMSelection.
2011-10-24  Nikolay Sivovmsxml3: Don't try to use null interface pointer.
2011-10-08  Andrew Talbotmsxml3: Add a break to a switch statement.
2011-10-06  Nikolay Sivovmsxml3: Use a helper to get property values.
2011-10-06  Nikolay Sivovmsxml3: Use helper to set properties.
2011-10-06  Nikolay Sivovmsxml3: Add some useful traces and demangle some parame...
2011-10-05  Nikolay Sivovmsxml3: Use provided qualified name length while writin...
2011-10-05  Nikolay Sivovmsxml3: Support setting namespaces feature to default...
2011-10-05  Nikolay Sivovmsxml3: Support setting unlimited nesting depth for...
2011-10-05  Nikolay Sivovmsxml3: Support setting unlimited xml stream length...
2011-10-05  Nikolay Sivovmsxml3: Accept DTD prohibition feature.
2011-10-05  Nikolay Sivovmsxml3: Accept lexical handler parameter entities switch.
2011-10-05  Nikolay Sivovmsxml3: Accept disabled parameter entities feature.
2011-10-04  Nikolay Sivovmsxml3: Accept disabling of external entities loading.
2011-10-03  Michael Stefaniucmsxml3: Use SUCCEEDED instead of !FAILED.
2011-09-26  Alistair Leslie... msxml3: Support creating IXMLParser Interface.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for declaration handler.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for lexical handler case.
2011-09-21  Francois Gougetmsxml3: Fix printing NULL strings.
2011-09-21  Nikolay Sivovmsxml3: It's not a failure to get S_FALSE from IStream...
2011-09-15  Alistair Leslie... msxml3: Move xmlparser.idl to msxml3.
2011-09-07  Alistair Leslie... msxml3: Only compare strings if the transform was succe...
2011-09-07  Alistair Leslie... msxml3: Correct Objsafe tests for older msxml3.
2011-09-06  Alistair Leslie... msxml3: Correct MSXML object safety tests.
2011-08-31  Octavian Voicumsxml3/tests: Fix a warning in saxreader tests when...
2011-08-29  Nikolay Sivovmsxml3: Use element name length passed to content handler.
2011-08-29  Nikolay Sivovmsxml3: Respect string length returned from ISAXAttributes.
2011-08-29  Nikolay Sivovmsxml3: Fix empty elements output.
2011-08-26  Nikolay Sivovmsxml3/tests: Tests for default properties values.
2011-08-26  Nikolay Sivovmsxml3: Fix attributes formatting.
2011-08-25  Alexandre Julliardmsxml3: Add a WinSxS manifest resource.
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for endElement().
2011-08-25  Nikolay Sivovmsxml3: Fix parameter validation for startElement(...
2011-08-25  Octavian Voicumsxml3/tests: Prevent crash in saxreader tests.
2011-08-25  Francois Gougetmsxml3/tests: Add a trailing '\n' to an ok() call.
2011-08-24  Nikolay Sivovmsxml3: Store class version for MXWriter instance.
2011-08-24  Nikolay Sivovmsxml3: Make version dependency checks more flexible...
2011-08-24  Nikolay Sivovmsxml3: Implement put_version() for MXWriter.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Support prefix override mode.
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implemented getURI().
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Implement declarePrefix() and getDe...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Stub IVBMXNamespaceManager and...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Add IMXNamespaceManager stub.
2011-08-23  Thomas Mullalymsxml3: Added IStream support to IMXWriter.
2011-08-23  Thomas Mullalymsxml3/tests: Added more IMXWriter tests.
2011-08-23  Thomas Mullalymsxml3/tests: Added IStream tests for IMXWriter.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardmakefiles: Remove some redundant registration scripts.
2011-08-02  Alexandre Julliardmakefiles: Generate resource files for typelibs.
2011-07-18  Adam Martinsonmsxml3: Don't include libxml/parser.h twice.
2011-07-15  Andrew Nguyenmsxml3/tests: Fix two minor leaks in test_mxwriter_prop...
2011-07-15  Andrew Nguyenmsxml3: Extend the lifetime of the SAX callback BSTRs...
2011-07-13  Adam Martinsonmsxml3: Don't cause an assert failure if the datatypes...
2011-07-06  Frédéric Delanoymsxml3: Remove dead assignment (Clang).
2011-07-05  Alistair Leslie... msxml3: clang corrections.
2011-06-29  Alistair Leslie... msxml3: Improve namespace tests to highlight get nodeNa...
2011-06-21  Adam Martinsonmsxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
2011-06-21  Adam Martinsonmsxml3: Fix a couple incorrect uses of VariantChangeType().
2011-06-17  Adam Martinsonmsxml3: SysAllocString*() automatically allocates a...
2011-06-16  Adam Martinsonmsxml3: Create CLSID_XMLHTTP when requested.
2011-05-20  Adam Martinsonmsxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdo...
2011-05-20  Adam Martinsonmsxml3/domdoc: Properly handle character encoding in...
2011-05-19  Michael Stefaniucmsxml3: COM cleanup for factory.c.
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-05-09  Nikolay Sivovmsxml3: Support get/set for disableOutputEscaping(...
2011-05-09  Nikolay Sivovmsxml3: Support byteOrderMark() property.
2011-05-09  Nikolay Sivovmsxml3: Store raw text data passed through characters().
2011-05-09  Nikolay Sivovmsxml3: Support indent() property.
2011-05-09  Nikolay Sivovmsxml3: Support attributes list for elements.
2011-05-09  Nikolay Sivovmsxml3: Basic support for startElement()/endElement().
2011-05-06  Peter Urbanecmsxml3: Reorder headers to allow use of libxml2 with...
2011-05-05  Adam Martinsonmsxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
2011-05-04  Nikolay Sivovmsxml3: Basic tests for startElement().
next