msi/tests: Add test for merging string types.
[wine] / dlls / mshtml /
2009-10-20  Jacek Cabanmshtml: Use create_nsdoc in exec_indent.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in exec_hyperlink.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in set_font_size.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in IHTMLOptionFactory::create.
2009-10-20  Jacek Cabanmshtml: Moved creating new element to separated function.
2009-10-20  Michael Stefaniucmshtml: Remove redundant NULL check before HeapFree...
2009-10-20  Jacek Cabanmshtml: Ignore version bits in grfdex.
2009-10-20  Andrew Eikummshtml/tests: Remove todo_wine paths.
2009-10-20  Andrew Eikummshtml: Implement IHTMLLocation::get_search.
2009-10-20  Andrew Eikummshtml: Implement IHTMLLocation::get_hash.
2009-10-19  Andrew Eikummshtml: Reimplement HTMLLocation::get_pathname.
2009-10-19  Andrew Eikummshtml: Reimplement IHTMLLocation::get_href.
2009-10-16  Andrew Eikummshtml: Implement IHTMLLocation::get_hostname.
2009-10-16  Andrew Eikummshtml: Implement IHTMLLocation::get_host.
2009-10-16  Andrew Eikummshtml: Implement IHTMLLocation::get_protocol.
2009-10-15  Andrew Eikummshtml: Implement IHTMLLocation::get_port.
2009-10-15  Andrew Eikummshtml: Add helper function get_url_components.
2009-10-15  Andrew Eikummshtml: Add test suite for IHTMLLocation.
2009-10-14  Jacek Cabanmshtml: Return failure in GetContentType if content...
2009-10-14  Jacek Cabanmshtml: Added support for DISPATCH_METHOD|DISPATCH_PROP...
2009-10-14  Jacek Cabanmshtml: Use DISPATCH_* macros instead of INVOKE_*.
2009-10-14  Jacek Cabanmshtml: Added IHTMLFrameBase IDispatchEx support.
2009-10-14  Jacek Cabanmshtml: Added IHTMLBaseFrame interface stub implementation.
2009-10-13  Andrew Eikummshtml: Add stub implementation for IHTMLDocument6.
2009-10-13  Jacek Cabanmshtml: Added more events tests.
2009-10-13  Jacek Cabanmshtml: Added IHTMLElement::click implementation.
2009-10-13  Jacek Cabanmshtml: Added IHTMLElement3::fireEvent implementation.
2009-10-13  Jacek Cabanmshtml: Create nsIDOMEvent in create_event if not avail...
2009-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::get_length implementation.
2009-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::name property implementation.
2009-10-12  Jacek Cabanmshtml: Added IHTMLLocation::put_href implementation.
2009-10-12  Jacek Cabanmshtml: Moved QueryService call to hlink_frame_navigate.
2009-10-12  Jacek Cabanmshtml: Improved IHTMLElement2::doScroll stub.
2009-10-12  Jacek Cabanmshtml: Return NULL documentElement in READYSTATE_UNINI...
2009-10-12  Andrew Eikummshtml: Fix typo in TRACE.
2009-10-12  Andrew Eikummshtml: Fix typo in WARN.
2009-10-07  Francois Gougetmshtml: Make HTMLDocumentNode_destructor() static.
2009-10-05  Jacek Cabanmshtml: Fixed typo in IHTMLElement2::get_scrollHeight.
2009-10-05  Jacek Cabanmshtml: Added IHTMLElement2::client[Top|Left] tests.
2009-10-05  Jacek Cabanmshtml: Added IHTMLElement2::clientLeft implementation.
2009-10-05  Jacek Cabanmshtml: Added IHTMLElement2::clientTop implementation.
2009-10-02  Jacek Cabanmshtml: Added IHTMLDOMNode::cloneNode implementation.
2009-10-02  Jacek Cabanmshtml: Use document.defaultView to get iframe contentW...
2009-10-02  Jacek Cabanmshtml: Added IHTMLAnchorElement::get_href tests.
2009-10-02  Jacek Cabanmshtml: Added IHTMLAnchorElement::get_href implementation.
2009-10-02  Jacek Cabanmshtml: Get rid of no longer needed HTMLLocation_value.
2009-10-02  Jacek Cabanmshtml: Use dispinterface DISPID_VALUE implementation...
2009-10-02  Jacek Cabanmshtml: Added HTMLAnchorElement dispex data.
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-10-01  Jacek Cabanmshtml: Added QueryCustomPolicy implementation.
2009-10-01  Jacek Cabanmshtml: Added IInternetHostSecurity::ProcessUrlAction...
2009-10-01  Jacek Cabanmshtml: Return HTMLDocumentNode object in ScriptHost...
2009-09-29  Jacek Cabanmshtml: Added IInternetHostSecurityManager stub impleme...
2009-09-29  Jacek Cabanmshtml: Added ScriptHost IServiceProvider stub implemen...
2009-09-29  Andrew Eikummshtml: Check for null pointers in IHTMLLocation_get*.
2009-09-28  Jacek Cabanmshtml: Added IHTMLDocument3::attachEvent implementation.
2009-09-24  Ge van Geldorpmshtml/tests: Fix copyright notice.
2009-09-23  Ge van Geldorpmshtml/tests: Fix htmldoc test on Windows Server and...
2009-09-22  Marcus Meissnermshmtl: Check nsrange before calling ->Release (coverity).
2009-09-22  Andrew Eikummshtml: Reimplement IHTMLElement::{get, set}Attribute...
2009-09-22  Jacek Cabanmshtml: Added IHTMLDOMNode2::get_ownerDocument tests.
2009-09-22  Jacek Cabanmshtml: Added IHTMLDOMNode2::get_ownerDocument implemen...
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textIndent.
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_lineHeight.
2009-09-17  Jacek Cabanmshtml: Use node event_target for HTMLDocument.
2009-09-17  Jacek Cabanmshtml: Use node's IDispatchEx implementation in HTMLDo...
2009-09-17  Jacek Cabanmshtml: Get rid of htmldoc_vtbl_t.
2009-09-17  Jacek Cabanmshmtl: Moved ICustomDoc implementation to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Inherit HTMLDocumentNode from HTMLDOMNode.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-09-17  Jacek Cabanmshtml: Move update flags to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move mime to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move readystate to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved usermode to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved binding variables to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved range_list to HTMLDocumentNode object.
2009-09-17  Jacek Cabanmshtml: Moved state flags to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved hostinfo to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved hwnd and tooltip_hwnd to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved undomgr to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move client site ifaces to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Moved selection_list to HTMLDocumentNode object.
2009-09-17  Jacek Cabanmshtml: Moved NSContainer to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Use stored nswindow in IHTMLTxtRange::select.
2009-09-17  Jacek Cabanmshtml: Store reference to document node in window...
2009-09-17  Jacek Cabanmshtml: Store document node in window.
2009-09-17  Jacek Cabanmshtml: Create HTMLDocumentNode for each HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Don't create window in create_doc_from_nsdoc.
2009-09-17  Jacek Cabanmshtml: Moved event_vector to HTMLWindow.
2009-09-17  Jacek Cabanmshtml: Use stored HTMLWindow in get_selection implemen...
2009-09-17  Jacek Cabanmshtml: Make COM inproc object and document node separa...
2009-09-17  Jacek Cabanmshtml: Moved HTMLLocation object to HTMLWindow.
2009-09-17  Jacek Cabanmshtml: Moved option_factory to HTMLWindow object.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_bottom.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_right.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginBottom.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginTop.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_letterSpacing.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingBottom.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingRight.
next