ole32: We do need to implement Commit/Revert for non-root storage.
[wine] / dlls / mshtml /
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.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingTop.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderRightColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor.
2009-09-15  Jacek Cabanmshtml: Added IHTMLInputElement::src property implement...
2009-09-15  Jacek Cabanmshtml: Added semi-stub IHTMLElement2::onreadystatechan...
2009-09-15  Jacek Cabanmshtml: Report download failure to necko.
2009-09-15  Jacek Cabanmshtml: Fixed tests.
2009-09-10  Alistair Leslie... mshtml: Add support for Reference BSTR when setting...
2009-09-10  Jacek Cabanmshtml: Use ActiveScript for JavaScript in about protoc...
2009-09-10  Jacek Cabanmshtml: Added window global properties test.
2009-09-10  Jacek Cabanmshtml: Added support for quering global variables...
2009-09-10  Jacek Cabanmshtml: Moved script host objects to HTMLWindow.
2009-09-10  Paul Vriensmshtml/tests: Fix test failures on Win9x/WinME.
2009-09-10  Paul Vriensmshtml/tests: Fix some test failures on Win98 and WinME.
2009-09-09  Jacek Cabanmshtml: Added IHTMLElement::dblclick property implement...
2009-09-09  Jacek Cabanmshtml: Fire beforeunload event on body element.
2009-09-09  Jacek Cabanmshtml: Added support for document events in fire_event.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow3::attachEvent implementation.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow2::onload property.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow2::onbeforeunload property...
2009-09-09  Jacek Cabanmshtml: Store body event target in window object.
2009-09-09  Jacek Cabanmshtml: Added javascript protocol tests.
2009-09-09  Jacek Cabanmshtml: Added JScriptProtocolInfo::QueryInfo implementa...
2009-09-09  Jacek Cabanmshtml: Added JSProtocolInfo::ParseUrl implementation.
2009-09-09  Jacek Cabanmshtml: Added JSProtocol class factory stub implementation.
2009-09-09  Jacek Cabanmshtml: Improve debug messages for timer invocation.
2009-09-09  Jacek Cabanmshtml: Make empty string is a valid overflow style.
2009-09-08  Jacek Cabanmshtml: Added HTML events test.
2009-09-08  Jacek Cabanmshtml: Added IHTMLElement2::attachEvent implementation.
2009-09-08  Jacek Cabanmshtml: Store event handlers in vector structure.
2009-09-08  Jacek Cabanmshtml: Added IHTMLDocument2::onclick property implemen...
2009-09-08  Jacek Cabanmshtml: Improve IHTMLEventObj getter stubs.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_screen[XY] implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_client[XY] implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_button implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_keyCode implementation.
2009-09-08  Jacek Cabanmshtml: Addded IHTMLEventObj::get_shiftKey implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_ctrKey implementation.
2009-09-08  Jacek Cabanmshtml: Added IHTMLEventObj::get_altKey implementation.
next