wined3d: CMP supports _SAT.
[wine] / dlls / mshtml / htmlframe.c
2011-01-03  Michael Stefaniucmshtml: Use ifaces instead of vtbl pointers in HTMLFram...
2010-12-31  Michael Stefaniucmshtml: Remove some stray #undef.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in HTMLWi...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IHTMLWindow2 iface.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-12-07  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in HTMLF...
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Use custom get_readyState implementations for...
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3::get_contentDocument...
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3 stub implementation.