mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
[wine] / dlls / mshtml / mshtml_private.h
2011-01-03  Michael Stefaniucmshtml: Use ifaces instead of vtbl pointers in HTMLDocu...
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-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in HTMLWi...
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in HTMLDo...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the remaining ifaces in nsChannel.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the nsIHttpChannel iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode2 iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement3 iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement2 iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement iface.
2010-12-28  Michael Stefaniucmshtml: COM cleanup for the remaining ifaces in NSConta...
2010-12-28  Michael Stefaniucmshtml: COM cleanup for the nsIWebBrowserChrome iface.
2010-12-28  Jacek Cabanmshtml: Fixed unsafe cast in CreateChromeWindow2 implem...
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-28  Jacek Cabanmshtml: Pass DispatchEx pointer instead of outer IUnkno...
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the rest of the *Window* ifaces...
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IHTMLWindow2 iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IObjectWithSite iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the ISupportErrorInfo iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IHlinkTarget iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for the IOleControl iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for all the IOleCommandTarget ifaces.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for all the IServiceProvider ifaces.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleInPlaceObjectWindowless...
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IViewObjectEx iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleInPlaceActiveObject...
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleDocumentView iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleDocument iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IOleObject iface.
2010-12-23  Michael Stefaniucmshtml: COM cleanup for the IMonikerProp iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IPersist* ifaces in HTMLDoc...
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument6 iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument5 iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument4 iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument3 iface.
2010-12-17  Jacek Cabanmshtml: Added IHTMLScriptElement::get_scr implementation.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-12-15  Jacek Cabanmshtml: Added IOleContainer stub implementation.
2010-12-09  Jacek Cabanmshtml: Associate PluginHost with containing HTMLDocume...
2010-12-07  Jacek Cabanmshtml: Use wineaddon.cpl to install Gecko.
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-12-02  Jacek Cabanmshtml: Improved error handling in HTMLElement_Create...
2010-12-02  Jacek Cabanmshtml: Better error handling in create_node calls.
2010-12-01  Jacek Cabanmshtml: Improved error handling in get_node calls.
2010-11-29  Jacek Cabanmshtml: Added ICustomDoc::SetUIHandler implementation.
2010-11-15  Jacek Cabanmshtml: Added IHTMLDocument3::createDocumentFragment...
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-11-12  Jacek Cabanmshtml: Added IHTMLStyleElement stub implementation.
2010-11-12  Jacek Cabanmshtml: Added HTMLWindow's IServiceProvider implementation.
2010-11-09  Jacek Cabanmshtml: Added IHTMLWindow2::execScript implementation.
2010-11-08  Jacek Cabanmshtml: Use macro for tid declaration.
2010-11-08  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyleSheetsCol...
2010-11-08  Jacek Cabanmshtml: Added IOmNavigator::get_plugins implementation.
2010-10-29  Jacek Cabanmshtml: Added IHTMLEmbedElement stub implementation.
2010-10-28  Jacek Cabanmshtml: Added IDispatchEx support to HTMLObjectElement...
2010-10-28  Jacek Cabanmshtml: Get rid of no longer needed parse_post_data.
2010-10-28  Jacek Cabanmshtml: Added IHTMLObjectElement stub implementation.
2010-10-07  Jacek Cabanmshtml: Report better status in on_stop_nsrequest.
2010-08-18  Jacek Cabanmshtml: Skip mutation notifications on documents that...
2010-08-18  Jacek Cabanmshtml: Added nsIURL::Resolve implementation.
2010-08-18  Jacek Cabanmshtml: Treat file URLs pointing to Gecko installation...
2010-08-18  Jacek Cabanmshtml: Added nsIHttpChannel::referrer implementation.
2010-08-04  Alexander Nicolays... mshtml: Send more informative messages to OleInPlaceFrame.
2010-08-04  Jacek Cabanmshtml: Added support for custom post data type.
2010-08-04  Jacek Cabanmshtml: Store request method in nsChannel.
2010-08-04  Jacek Cabanmshtml: Store request headers in nsChannel if possible.
2010-08-04  Jacek Cabanmshtml: Moved setting HTTP header to separated function.
2010-08-04  Jacek Cabanmshtml: Moved getting HTTP header to separated function.
2010-08-04  Jacek Cabanmshtml: Moved HTTP headers list freeing to separated...
2010-07-19  Jacek Cabanmshtml: Added IHTMLElement2::getBoundingClientRect...
2010-04-29  Jacek Cabanmshtml: Added support for accessing select options...
2010-04-22  Jacek Cabanmshtml: Use URI with stripped "wine:" part in NewURI...
2010-04-13  Jacek Cabanmshtml: Use DOM designMode to switch to editor mode.
2010-04-13  Jacek Cabanmshtml: Improved focus handling.
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetResponseHeader.
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetRequestSucceeded.
2010-03-24  Jacek Cabanmshtml: Added IHTMLElement::removeAttribute implementation.
2010-03-18  Jacek Cabanmshtml: Added support for load event on all nodes.
2010-03-03  Jacek Cabanmshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObje...
2010-03-03  Jacek Cabanmshtml: Added IHTMLPrivateWindow::SuperNavigate impleme...
2010-03-03  Jacek Cabanmshtml: Properly handle IHlinkFrame::Navigate result.
2010-03-03  Jacek Cabanmshtml: Allow post data and headers to be passed to...
2010-03-03  Jacek Cabanmshtml: Moved asynchronous document binding to separate...
2010-03-03  Jacek Cabanmshtml: Added IHTMLPrivateWindow stub implementation.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI::[GS]etNSContainer.
2010-02-22  Jacek Cabanmshtml: Get rid of nsIWineURI::[GS]etWindow.
2010-02-22  Jacek Cabanmshtml: Get rid of most nsIWineURI methods.
2010-02-22  Jacek Cabanmshtml: Use nsWineURL structure directly in load_nsuri.
2010-02-22  Jacek Cabanmshtml: Moved OnStartURIOpen implementation to nsio.c.
2010-02-22  Jacek Cabanmshtml: Store nsWineURI object instead of interface...
2010-02-15  Jacek Cabanmshtml: Added IViewObject::SetAdvise implementation.
2010-01-29  Jacek Cabanmshtml: Optimize nsAString handling.
2010-01-29  Jacek Cabanmshtml: Use NS_StringContainerInit2 instead of NS_Strin...
2010-01-29  Jacek Cabanmshtml: Added textarea element IDispatchEx support.
2010-01-28  Jacek Cabanmshtml: Added script element IDispatchEx support.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-14  Jacek Cabanmshtml: Added IHTMLIFrameElement IDispatchEx support.
next