wininet: Access request object directly in WININET_SetAuthorization.
[wine] / dlls / msxml3 /
2012-06-04  Michael Stefaniucmsxml3/tests: Fix the expected values in some ok()...
2012-05-21  Nikolay Sivovmsxml3: Use constant to store supported safety options.
2012-05-21  Nikolay Sivovmsxml3: Added IDispatch support for IServerXMLHTTPRequest.
2012-05-21  Nikolay Sivovmsxml3: Stub support for IServerXMLHTTPRequest.
2012-05-21  Nikolay Sivovmsxml3: Move methods implementation to separate functio...
2012-05-21  Nikolay Sivovmsxml3/tests: A test to show that writer flushes buffer...
2012-05-21  Nikolay Sivovmsxml3/tests: Fix test crashes running old versions.
2012-05-21  Nikolay Sivovmsxml3: Support dumping VT_VARIANT|VT_BYREF variants.
2012-05-16  Michael Stefaniucmsxml3/tests: Check the correct return value.
2012-05-15  Nikolay Sivovmsxml3: Remove no longer used get_xml() option to mess...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Austin Englishmsxml3: Avoid a dangling else (LLVM/Clang).
2012-05-14  Nikolay Sivovmsxml3: Support iso-8859-x encodings in writer.
2012-05-14  Nikolay Sivovmsxml3: Store encoding-codepage mapping in a table.
2012-05-09  Nikolay Sivovmsxml3/tests: Really test load() on files with leading...
2012-05-09  Nikolay Sivovmsxml3/tests: Correct variant type.
2012-05-08  Nikolay Sivovmsxml3: Add a helper to check that lexical handler...
2012-05-08  Nikolay Sivovmsxml3: Protect content callbacks from being called...
2012-05-07  Nikolay Sivovmsxml3: Make ::put_data() use passed BSTR as general...
2012-04-30  Nikolay Sivovmsxml3: Test for attribute value normalization.
2012-04-30  Nikolay Sivovmsxml3: Use dispex support for IDispatch implementation...
2012-04-27  Nikolay Sivovmsxml3: Query for handler interface instead of using...
2012-04-26  Nikolay Sivovmsxml3: Support disabled escaping mode when writing...
2012-04-26  Nikolay Sivovmsxml3: Support disabled escaping mode for characters...
2012-04-24  Nikolay Sivovmsxml3: Implement getURI() for IMXAttributes.
2012-04-24  Nikolay Sivovmsxml3: Implement getLocalName() for IMXAttributes.
2012-04-23  Nikolay Sivovmsxml3: Added getName() for IMXAttributes.
2012-04-23  Nikolay Sivovmsxml3: Added getValueFromName() for IMXAttributes.
2012-04-23  Nikolay Sivovmsxml3: getPrefix() should check all pushed contexts...
2012-04-23  Nikolay Sivovmsxml3: Implement push/pop operations for contexts.
2012-04-23  Nikolay Sivovmsxml3: Switch parser encoding manually when it won...
2012-04-20  Nikolay Sivovmsxml3: Support 'namespace-prefixes' feature.
2012-04-19  Nikolay Sivovmsxml3: Make failing Locator QI a warning.
2012-04-19  Nikolay Sivovmsxml3: Fix handling of feature values.
2012-04-19  Nikolay Sivovmsxml3: Respect 'namespaces' feature calling content...
2012-04-19  Nikolay Sivovmsxml3: Use lookup table for feature names.
2012-04-17  Nikolay Sivovmsxml3: Set namespace-prefixes on by default.
2012-04-17  Nikolay Sivovmsxml3: Added getIndexFromName() implementation for...
2012-04-17  Nikolay Sivovmsxml3: Added IMXAttributes::clear().
2012-04-17  Nikolay Sivovmsxml3: Fix end prefix iteration for SAXXMLReader40.
2012-04-16  Nikolay Sivovmsxml3: Use expected/actual sequence concept for reader...
2012-03-26  Nikolay Sivovmsxml3: Support ignorable whitespaces output in writer.
2012-03-26  Nikolay Sivovmsxml3: Support processing instructions in writer.
2012-03-26  Michael Stefaniucmsxml3: Print the debug string and not the pointer...
2012-03-16  Alexandre Julliardmsxml3: Avoid building code that isn't used without...
2012-03-15  Nikolay Sivovmsxml3: Added IVBSAXAttributes for MXAttributes.
2012-03-15  Nikolay Sivovmsxml3: Implement getValueFromQName() for MXAttributes.
2012-03-15  Jacek Cabanmsxml3: Avoid BAD_CAST in schemasInit.
2012-03-14  Nikolay Sivovmsxml3: Implement getIndexFromQName() for MXAttributes.
2012-03-14  Nikolay Sivovmsxml3: Implement getType() for MXAttributes.
2012-03-14  Nikolay Sivovmsxml3: Implement getValue() for MXAttributes.
2012-03-13  Nikolay Sivovmsxml3: Implement ISAXAttributes_getQName() for MXAttri...
2012-03-13  Nikolay Sivovmsxml3: Implement ISAXAttributes::getLength() for MXAtt...
2012-03-13  Nikolay Sivovmsxml3: Implement IMXAttributes::addAttribute().
2012-03-13  Piotr Cabanmsxml3: Added XMLView IPersistMoniker_Load test.
2012-03-13  Piotr Cabanmsxml3: Added partial XMLView IPersistMoniker_Load...
2012-03-13  Piotr Cabanmsxml3/tests: Skip tests when XMLView object fails...
2012-03-12  Piotr Cabanmsxml3: Added internal function for loading xml from...
2012-03-12  Piotr Cabanmsxml3/tests: Added XMLView QueryInterface tests.
2012-03-12  Piotr Cabanmsxml3: Added XMLView class stub.
2012-03-12  Nikolay Sivovmsxml3: Accept names in predicate expressions for XSLPa...
2012-03-09  Nikolay Sivovmsxml3: Add stub ISAXAttributes for MXAttributes implem...
2012-03-09  Nikolay Sivovmsxml3: Stub support for IMXAttributes.
2012-03-08  Nikolay Sivovmsxml3: Check for unsafe cast in addCollection().
2012-03-08  Nikolay Sivovmsxml3: Support element declaration output in MXWriter.
2012-03-08  Nikolay Sivovmsxml3: Add stub support of ISAXDeclHandler for MXWriter.
2012-03-01  Nikolay Sivovmsxml3: Return default namespace uri for 'xml'-prefixed...
2012-02-27  Nikolay Sivovmsxml3: Properly escape character data in text nodes.
2012-02-24  Nikolay Sivovmsxml3/tests: Tests for IMXAttributes::clear().
2012-02-24  Nikolay Sivovmsxml3/tests: Some tests for IMXAttributes::addAttribute().
2012-02-20  Francois Gougetmsxml3/tests: Make test_XPath() static.
2012-02-16  Nikolay Sivovmsxml3: Fix structured error callback implementation...
2012-02-16  Nikolay Sivovmsxml3: Use static buffer when tracing libxml2 error...
2012-02-06  Nikolay Sivovmsxml3: Fix element data leak on error.
2012-01-30  Nikolay Sivovmsxml3: Trace VARIANT parameters.
2012-01-27  Nikolay Sivovmsxml3: Add a helper to output quoted strings.
2012-01-27  Nikolay Sivovmsxml3: Support startDTD()/endDTD() in MXWriter.
2012-01-27  Nikolay Sivovmsxml3: Support CDATA nodes in MXWriter.
2012-01-27  Nikolay Sivovmsxml3: Support comment nodes in MXWriter.
2012-01-27  Nikolay Sivovmsxml3: Stub lexical handler support for MXWriter.
2012-01-24  Nikolay Sivovmsxml3: Internally call methods with interface macros.
2012-01-24  Nikolay Sivovmsxml3: Block ::add() if collection is read-only.
2012-01-24  Nikolay Sivovmsxml3: Put all defined document namespaces in collection.
2012-01-23  Nikolay Sivovmsxml3: Allocate private data when cloning from existin...
2012-01-23  Nikolay Sivovmsxml3: Initial implementation of ::getPrefix().
2012-01-23  Nikolay Sivovmsxml3: ::get_namespaceURI() doesn't reset out pointer...
2012-01-23  Nikolay Sivovmsxml3: Replace macro with another enum entry.
2012-01-23  Nikolay Sivovmsxml3: Make remove() method a stub in version 6, more...
2012-01-23  Nikolay Sivovmsxml3: Try IStream if IPersistStream save failed.
2012-01-20  Nikolay Sivovmsxml3: Move some xdr tests data to a table.
2012-01-20  Nikolay Sivovmsxml3: Use debugstr_* functions instead of wine_*...
2012-01-20  Nikolay Sivovmsxml3: IXMLDOMSchemaCollection::get() is a stub for...
2012-01-18  Nikolay Sivovmsxml3: Implemented IXMLHttpRequest::get_statusText().
2012-01-16  Nikolay Sivovmsxml3: Remove no longer used node data type helper.
2012-01-16  Nikolay Sivovmsxml3: Fix allocated length for header list element.
2012-01-13  Nikolay Sivovmsxml3: Leading space chars are allowed in SelectionNam...
2012-01-11  Nikolay Sivovmsxml3: Try mshtml container url as a base for relative...
2012-01-10  Nikolay Sivovmsxml3: Debug output support for VT_ERROR.
2012-01-09  Nikolay Sivovmsxml3: Some put_dataType() tests for nodes without...
2012-01-09  Nikolay Sivovmsxml3: Move put_dataType() test data to a table.
next