mciqtz: Improve MCIQTZ_mciSet traces.
[wine] / dlls / mshtml /
2009-12-29  Jacek Cabanmshtml: Use FindMimeFromData to find MIME if moniker...
2009-12-29  Piotr Cabanmshtml: Added IDispatch ConnectionPoint.
2009-12-29  Piotr Cabanmshtml: Query OleClientSite about services in ServicePr...
2009-12-28  Jacek Cabanmshtml: Fixed nsIDOMNSHTMLElement declaration.
2009-12-28  Jacek Cabanmshtml: Added better default bgColor test and code...
2009-12-28  Jacek Cabanmshtml: Use nscolor_to_str in IHTMLBodyElement::get_tex...
2009-12-28  Jacek Cabanmshtml: Correctly parse color strings.
2009-12-28  Jacek Cabanmshtml: Store known colors as RGB.
2009-12-28  Jacek Cabanmshtml: Added better error handling to nscolor_to_str.
2009-12-23  Alistair Leslie... mshtml: Implement IHTMLDocument2 get/put onmouseout.
2009-12-23  Alistair Leslie... mshtml: Implement IHTMLDocument2 get/put onmousedown.
2009-12-23  Alistair Leslie... mshtml: Implement IHTMLDocument2 get/put onmouseup.
2009-12-22  Alistair Leslie... mshtml: Add stub interface IHTMLFiltersCollection.
2009-12-22  Jacek Cabanmshtml: Added JavaScript tests architecture and simple...
2009-12-22  Jacek Cabanmshtml: Use JScript for JavaScript in res: protocol...
2009-12-21  Jacek Cabanmshtml: Don't use necko nsIHttpChannel in nsChannel...
2009-12-18  Jacek Cabanmshtml: Don't use necko nsIHttpChannelInternal implemen...
2009-12-16  Piotr Cabanmshtml: Added IObjectWithSite stubs.
2009-12-16  Piotr Cabanmshtml: Added ViewObjectEx stub implementation.
2009-12-16  Jacek Cabanmshtml: Added support for redirected binding.
2009-12-15  Alistair Leslie... mshtml: Implement IHTMLImgElement get_Name.
2009-12-15  Andrew Eikummshtml: Search content_window's properties in HTML...
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle2::right implementation.
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle::marginTop implementation.
2009-12-14  Francois Gougetmshtml/tests: Make test_UIActivate() static.
2009-12-10  Jacek Cabanmshtml: Removed ref count tests that fail on some Windows.
2009-12-10  Jacek Cabanmshtml: Added IHTMLDOMTextNode::get_length implementation.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::get_name.
2009-12-08  Andrew Eikummshtml: Implement IHTMLWindow2::{get,put}_onresize.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
2009-12-08  Andrew Eikummshtml: Store ns[i]frame reference in HTMLFrameBase.
2009-12-08  Jacek Cabanmshtml: Added IHTMLDocument2::onreadystatechange proper...
2009-12-07  Paul Vriensmshtml/tests: Skip some tests on older IE.
2009-12-07  Piotr Cabanmshtml: Added more OleDocumentView_UIActivate tests.
2009-12-07  Piotr Cabanmshtml: Improved OleDocumentView_UIActivate implementation.
2009-12-07  Piotr Cabanmshtml: Added Advise handling to OleObject_Close.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Advise tests.
2009-12-07  Piotr Cabanmshtml: Added OleObject_EnumAdvise implementation.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Unadvise implementation.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Advise implementation.
2009-12-07  Piotr Cabanmshtml: Added PersistStreamInit_InitNew implementation.
2009-12-07  Jacek Cabanmshtml: Added test for setting VT_EMPTY event handler.
2009-12-07  Jacek Cabanmshtml: Don't pass fdexNameEnsure flag to script engine...
2009-12-07  Francois Gougetmshtml/tests: Fix the get_event_src() macro declaration.
2009-12-04  Francois Gougetmshtml: Make nsACString_{Init,Finish}() static.
2009-12-03  Jacek Cabanmshtml: Disable Gecko installation on unsupported CPU...
2009-12-03  Paul Vriensmshtml/tests: Run tests again on boxes with older IE.
2009-12-03  Jacek Cabanmshtml: Detach window from frame element on window...
2009-12-03  Jacek Cabanmshtml: Fixed dispid lookup in_cp_event.
2009-12-03  Jacek Cabanmshtml: Added generic bind_to_tree node notification...
2009-12-03  Jacek Cabanmshtml: Fixed tests on older IEs.
2009-12-02  Marcus Meissnermshtml: Check for NULL return from allocations.
2009-12-02  Jacek Cabanmshtml: Added IHTMLDocument::cookie tests.
2009-12-02  Jacek Cabanmshtml: Added IHTMLDocument2::put_cookie implementation.
2009-12-02  Jacek Cabanmshtml: Added IHTMLDocument2::get_cookie implementation.
2009-12-02  Jacek Cabanmshtml: Don't depend on necko channel in nsChannel...
2009-12-02  Jacek Cabanmshtml: Don't wrap URIs related to Gecko special URIs.
2009-12-02  Andrew Eikummshtml: Implement IHTMLStyle::{get, put}_border{Top...
2009-12-02  Andrew Eikummshtml: Support get_dispid and invoke methods in HTMLFo...
2009-12-02  Andrew Eikummshtml: Add get_dispid and invoke methods to HTMLNode...
2009-12-01  Andrew Eikummshtml: Add stub implementation of IHTMLFormElement.
2009-12-01  Jacek Cabanmshtml: Added onreadystatechange tests.
2009-12-01  Jacek Cabanmshtml: Added onreadystatechange event support.
2009-12-01  Jacek Cabanmshtml: Added IHTMLFrameBase2::get_readyState implement...
2009-12-01  Jacek Cabanmshtml: Added IHTMLFrameBase2::put_src implementation.
2009-12-01  Jacek Cabanmshtml: Always return fake scheme in nsIURI::GetScheme...
2009-12-01  Jacek Cabanmshtml: Added support for frames in navigate_url.
2009-12-01  Jacek Cabanmshtml: Don't change nsIWineURI in OnStartBinding if...
2009-12-01  Jacek Cabanmshtml: Added support for relative URLs in navigate_url.
2009-12-01  Jacek Cabanmshtml: Use special handling only for main documents...
2009-12-01  Jacek Cabanmshtml: Don't fail in NewChannelFromURI if necko failed...
2009-12-01  Jacek Cabanmshtml: Always set use_wine_url if there is no necko...
2009-12-01  Jacek Cabanmshtml: Added IHTMLElement2::get_readyState test.
2009-12-01  Jacek Cabanmshtml: Added IHTMLElement2::get_readyState implementation.
2009-12-01  Jacek Cabanmshtml: Forward setting window.location to window.locat...
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_colorDepth implementation.
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_height implementation.
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_width implementation.
2009-12-01  Jacek Cabanmshtml.idl: Added DispHTMLScreen declaration and use...
2009-12-01  Jacek Cabanmshtml: Added IHTMLWindow2::get_screen implementation.
2009-11-30  Paul Vriensmshtml/tests: Use the globally available wine_dbgstr_w.
2009-11-29  Jacek Cabanmshtml: Added [i]frame elements content document tests.
2009-11-29  Jacek Cabanmshtml: Return content document in get_document for...
2009-11-29  Jacek Cabanmshtml: Moved IHTMLFrameBase2 implementation to HTMLFra...
2009-11-29  Jacek Cabanmshtml: Fixed ref count leak and code clean up.
2009-11-24  Jacek Cabanmshtml: Added connection point notification test.
2009-11-24  Jacek Cabanmshtml: Added support for connection point HTML notific...
2009-11-24  Jacek Cabanmshtml: Share connection points between HTMLDocumentObj...
2009-11-24  Jacek Cabanmshtml: Forward common function from IHTMLAnchorElement...
2009-11-21  Andrew Eikummshtml: Also search by node name attribute in IHTMLDocu...
2009-11-21  Andrew Eikummshtml: Also get dispid by element name & id in HTMLEle...
2009-11-20  Jacek Cabanmshtml: Get rid of no longer needed Gecko checks in...
2009-11-20  Jacek Cabanmshtml: Check for CATID_SafeForScripting in GUID_CUSTOM...
2009-11-19  Jeremy Whitemshtml: Declare prototype of wine_dos_get_file_name...
2009-11-18  Francois Gougetmshtml/tests: Add a trailing '\n' to ok() calls.
2009-11-17  Andrew Eikummshtml: Implement IHTMLWindow2::get_top.
2009-11-17  Jacek Cabanmshtml: Improved IHTMLStyle3::put_zoom stub.
2009-11-16  Jacek Cabanmshtml: Don't use nselem in InsertAdjacentNode implemen...
2009-11-16  Jacek Cabanmshtml: Added IHTMLElement::put_outerHTML implementation.
2009-11-16  Vladimir Pankratovmshtml: Update Russian translation.
next