atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / htmlframebase.c
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-10-24  Jacek Cabanmshtml: Added IHTMLFrameBase::marginWidth property...
2012-10-24  Jacek Cabanmshtml: Added IHTMLFrameBase::marginHeight property...
2012-10-02  Nikolay Sivovmshtml: Implement IHTMLFrameBase_put_name().
2012-09-21  Jacek Cabanmshtml: Use IUri as base URL in navigate_url.
2012-07-23  Jacek Cabanmshtml: Added IHTMLFrameBase::frameBorder implementation.
2012-06-27  Jacek Cabanmshtml: Share nsframe and nsiframe references with...
2012-06-25  Jacek Cabanmshtml: Moved document node from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Added separated types for outer and inner HTML...
2012-04-13  Jacek Cabanmshtml: Use return_nsstr helper in more functions.
2011-08-24  Jacek Cabanmshtml: Get rid of no longer useful get_nsdoc_window...
2011-01-03  Michael Stefaniucmshtml: Use ifaces instead of vtbl pointers in HTMLFram...
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IHTMLWindow2 iface.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3 stub implementation.
2009-12-15  Andrew Eikummshtml: Search content_window's properties in HTML...
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::get_name.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
2009-12-08  Andrew Eikummshtml: Store ns[i]frame reference in HTMLFrameBase.
2009-12-03  Jacek Cabanmshtml: Added generic bind_to_tree node notification...
2009-12-01  Jacek Cabanmshtml: Added IHTMLFrameBase2::get_readyState implement...
2009-12-01  Jacek Cabanmshtml: Added IHTMLFrameBase2::put_src implementation.
2009-11-29  Jacek Cabanmshtml: Return content document in get_document for...
2009-11-29  Jacek Cabanmshtml: Moved IHTMLFrameBase2 implementation to HTMLFra...
2009-11-03  Jacek Cabanmshtml: Added HTMLFrameElement object and associate...
2009-11-03  Jacek Cabanmshtml: Associate HTMLWindow with HTMLIFrame.
2009-11-03  Jacek Cabanmshtml: Moved content_window to HTMLFrameBase.
2009-11-03  Jacek Cabanmshtml: Moved IHTMLFrameBase to separated object to...