mshtml: Added PluginHost's IOleInPlaceSite stub implementation.
[wine] / dlls / mshtml / tests /
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IOleInPlaceSite stub impleme...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IDispatch stub implementation.
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IPropertyNotifySink stub...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IAdviseSinkEx stub implement...
2010-12-06  Jacek Cabanmshtml: Added QuickActivate tests.
2010-12-06  Jacek Cabanmshtml: Added IOleControl calls test.
2010-12-03  Jacek Cabanmshtml: Added ActiveX control creation implementation.
2010-11-30  Jacek Cabanmshtml: Added beginning ActiveX tests.
2010-11-30  Jacek Cabanmshtml: Fixed tests on Windows.
2010-11-29  Jacek Cabanmshtml: Added IHTMLStyle::padding property implementation.
2010-11-29  Jacek Cabanmshtml: Added SetUIHandler tests.
2010-11-25  Jacek Cabanmshtml: Fixed ref count tests on broken IEs.
2010-11-18  Jacek Cabanmshtml: Removed tests failing on IE7.
2010-11-15  Jacek Cabanmshtml: Added document fragment cloneNode implementation.
2010-11-15  Jacek Cabanmshtml: Correctly handle NULL nsdoc in IHTMLDocument2...
2010-11-15  Jacek Cabanmshtml: Correctly handle NULL nsdoc in IHTMLDocument2...
2010-11-15  Jacek Cabanmshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in...
2010-11-15  Jacek Cabanmshtml: Added createDocumentFragment tests.
2010-11-12  Jacek Cabanmshtml: Added IHTMLStyleElement stub implementation.
2010-11-12  Jacek Cabanmshtml: Added IHTMLObjectElement::get_vspace implementa...
2010-11-12  Jacek Cabanmshtml: Added HTMLWindow's IServiceProvider implementation.
2010-11-09  Jacek Cabanmshtml: Added execScript tests.
2010-11-08  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyleSheetsCol...
2010-11-08  Jacek Cabanmshtml: Added IOmNavigator::get_plugins implementation.
2010-11-08  Jacek Cabanmshtml: Don't free string that will be cleared by SafeA...
2010-11-02  Andrew Eikumhlink: Site data should only be set if the hlink has...
2010-10-29  Jacek Cabanmshtml: Added IHTMLEmbedElement stub implementation.
2010-10-28  Piotr Cabanmshtml: Added IHTMLTextAreaElement_get_type implementation.
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_encoding imple...
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_name implement...
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_method impleme...
2010-10-28  Piotr Cabanmshtml/test: Fix some memory leaks.
2010-10-28  Jacek Cabanmshtml: Added IDispatchEx support to HTMLObjectElement...
2010-10-28  Jacek Cabanmshtml: Added IHTMLObjectElement stub implementation.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Alistair Leslie... mshtml: Correct test for another unknown dispID.
2010-09-08  Alistair Leslie... mshtml: Correct test for unknown dispID.
2010-08-31  Jacek Cabanmshtml: Marked invalid test as broken.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Jacek Cabanmshtml: Added IHTMLDocument3::detachEvent implementation.
2010-07-19  Jacek Cabanmshtml: Added implementation of remaining IHTMLRect...
2010-07-19  Jacek Cabanmshtml: Added IHTMLRect::get_top implementation.
2010-07-19  Jacek Cabanmshtml: Added IHTMLElement2::getBoundingClientRect...
2010-06-28  Jacek Cabanmshtml: Store client site in HTMLDocumentObj as soon...
2010-06-21  Jacek Cabanshdocvw: Return IHTMLDocument2's IDispatch in get_Document.
2010-06-21  Jacek Cabanmshtml: Check if event_table entry is allocated before...
2010-06-21  Jacek Cabanmshtml: Fixed event tests.
2010-06-14  Jacek Cabanmshtml: Added IHTMLWindow2::open test.
2010-05-14  Jacek Cabanmshtml: Fixed platform test on 64-bit IE6.
2010-05-13  Jacek Cabanmshtml: Fixed test on some IEs.
2010-05-11  Jacek Cabanmshtml: Added IHTMLTextAreaElement::readOnly property...
2010-05-11  Jacek Cabanmshtml: Added IHTMLFormElement::action property impleme...
2010-05-11  Jacek Cabanmshtml: Added IHTMLFormElement::item implementation.
2010-05-11  Jacek Cabanmshtml: Added IHTMLSelectElement::item implementation.
2010-05-11  Jacek Cabanmshtml: Added IHTMLTextAreaElement::put_value implement...
2010-05-11  Jacek Cabanmshtml: Added IHTMLOptionElement::selected property...
2010-05-11  Michael Stefaniucmshtml/tests: Replace long with LONG.
2010-05-08  Jacek Cabanmshtml: Test return value of OnStateChange.
2010-05-07  Jacek Cabanmshtml: Added IHTMLInputElement::put_name implementation.
2010-05-07  Jacek Cabanmshtml: Added IHTMLInputElement::get_type tests.
2010-05-07  Jacek Cabanmshtml: Added IHTMLDocument2::clear implementation.
2010-05-07  Jacek Cabanmshtml: Added IHTMLFormElement::get_length implementation.
2010-05-05  Jacek Cabanmshtml: Fixed IObjectSafety failure handling.
2010-05-03  Gerald Pfeifermshtml/tests: Fix return value of ActiveScript_SetScrip...
2010-04-29  Jacek Cabanmshtml: Added support for accessing select options...
2010-04-29  Jacek Cabanmshtml: Added IHTMLSelectElement::get_options implement...
2010-04-29  Jacek Cabanmshtml: Added IHTMLSelectElement::put_length implementa...
2010-04-02  Alexandre Julliardmshtml/tests: Don't crash when Gecko is missing.
2010-03-26  Jacek Cabanmshtml: Skip script tests on too old IE.
2010-03-24  Jacek Cabanmshtml: Added IHTMLElement:removeAttribute tests.
2010-03-18  Jacek Cabanmshtml: Added IHTMLImgElement::onload tests.
2010-03-18  Jacek Cabanmshtml: Fire readystatechange event on document nodes.
2010-03-18  Jacek Cabanmshtml: Make sure that readState is READYSTATE_LOADING...
2010-03-16  Paul Vriensmshtml/tests: Fix some test failures on Win9x/WinMe...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Jacek Cabanmshtml: Use user agent string in IOmNavigator::get_appV...
2010-03-03  Jacek Cabanmshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObje...
2010-03-03  Jacek Cabanmshtml: Added more navigation tests.
2010-02-26  Adam Petacciamshtml: Test IHTMLScriptElement_put_type.
2010-02-23  Vitaly Perovmshtml: Silence IStdMarshalInfo in htmldoc_qi FIXME.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-18  Vitaly Perovmshtml: Silence IExternalConnection in htmldoc_qi FIXME.
2010-02-15  Jacek Cabanmshtml: Added IViewObject::SetSink tests.
2010-02-15  Jacek Cabanmshtml: Added DOCHOST_DOCCANNAVIGATE tests.
2010-02-11  Jacek Cabanmshtml: Added tests showing that we should return E_NOT...
2010-02-11  Jacek Cabanmshtml: Added IHTMLStyle::get_border*Color implementation.
2010-02-10  Jacek Cabanmshtml: Added IHTMLStyle::get_borderRightColor implemen...
2010-02-10  Jacek Cabanmshtml: Forward IHTMLCommentElement::get_text to IHTMLE...
2010-02-09  Andrew Nguyenmshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument...
2010-02-09  Jacek Cabanmshtml: Correctly handle comment nodes in IHTMLElement...
2010-02-09  Jacek Cabanmshtml: Added IHTMLElement2::detachEvent implementation.
2010-02-09  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_wid...
2010-02-09  Jacek Cabanmshtml: Added IHTMLImgElement::height property implemen...
2010-02-09  Jacek Cabanmshtml: Added IHTMLImgElement::width property implement...
2010-01-29  Jacek Cabanmshtml: Added textarea element IDispatchEx support.
2010-01-28  Jacek Cabanmshtml: Added script element IDispatchEx support.
2010-01-25  Jacek Cabanmshtml: Code clean up.
2010-01-25  Jacek Cabanmshtml: Added support for pure IDispatch event handlers.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3::get_contentDocument...
next