mshtml: Use stored nsdoc in IHTMLDocument2::get_title.
[wine] / dlls / mshtml / mshtml_private.h
2008-10-09  Jacek Cabanmshtml: Store nsIDOMHTMLDocument in HTMLDocument.
2008-10-08  Jacek Cabanmshtml: Added IDispatchEx support for HTMLIFrame.
2008-10-08  Jacek Cabanmshtml: Added HTMLIFrame stub implementation.
2008-10-08  Jacek Cabanmshtml: Added IHTMLElement3 stub implementation.
2008-10-07  Jacek Cabanmshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentS...
2008-10-07  Jacek Cabanmshtml: Moved HTMLStyle to separated header file.
2008-10-07  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCurrentStyle.
2008-10-06  Jacek Cabanmshtml: Added IHTMLElement2::get_currentStyle implement...
2008-10-06  Jacek Cabanmshtml: Added IHTMLStyle2 to IDispatchEx support.
2008-10-06  Jacek Cabanmshtml: Added IHTMStyle2 stub implementation.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTable::get_rows implementation.
2008-10-01  Jacek Cabanmshtml: Use create_all_collection in IHTMLElement:...
2008-10-01  Jacek Cabanmshtml: Move IHTMLElementCollection to separated file.
2008-10-01  Jacek Cabanmshtml: Don't use IHTMLControlElement in IDispatchEx...
2008-10-01  Jacek Cabanmshtml: Added IDispatchEx support to IHTMLTable.
2008-10-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLTableRow.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTableRow stub implementation.
2008-09-25  Jacek Cabanmshtml: Use ActiveScript for JavaScript in file protoco...
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-02  Alistair Leslie... mshtml: Add missing IDispatchEx tids.
2008-07-14  Jacek Cabanmshtml: Added IHTMLElement2::getElementsByTagName imple...
2008-07-01  Jacek Cabanmshtml: DispatchEx's QueryInterface implementation...
2008-06-30  Jacek Cabanmshtml: Added IHTMLWindow2::clearTimeout implementation.
2008-06-30  Jacek Cabanmshtml: Added IHTMLWindow3::setInterval implementation.
2008-06-25  Jacek Cabanmshtml: Added IHTMLSelectElement::put_onchange implemen...
2008-06-24  Jacek Cabanmshtml: Added keyup event support.
2008-06-23  Jacek Cabanmshtml: Added IHTMLElement::put_onclick implementation.
2008-06-23  Jacek Cabanmshtml: Added generic HTML event listener and use it...
2008-06-23  Jacek Cabanmshtml: Added onclick attribute support.
2008-06-20  Jacek Cabanmshtml: Added IDispatchEx support to HTMLGenericElement.
2008-06-20  Jacek Cabanmshtml: Added IHTMLGenericElement implementation.
2008-06-20  Jacek Cabanmshtml: Initialize node object from child node's constr...
2008-06-18  Jacek Cabanmshtml: Added fdexNameEnsure support to IDidpatchEx...
2008-06-18  Jacek Cabanmshtml: Added IDispatchEx support to HTMLSelectElement.
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLImgElement.
2008-05-01  Jacek Cabanmshtml: Added IHTMLImgElement stub implementation.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyle.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCommentElement.
2008-05-01  Jacek Cabanmshtml: Added IHTMLCommentElement stub implementation.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLDOMChildrenCol...
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLOptionElement.
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLInputElement.
2008-04-29  Jacek Cabanmshtml: Added support for custom DISPIDs.
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to HTMLElementCollect...
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to text node.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMTextNode stub implementation.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 to IDispatchEx support.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 stub implementation.
2008-04-24  Jacek Cabanmshtml: Added elements IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Added HTMLDocument's IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Added setTimeout implementation.
2008-04-21  Jacek Cabanmshtml: Added window IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispEx::GetDispID implementation.
2008-04-21  Jacek Cabanmshtml: Added load event support.
2008-04-21  Jacek Cabanmshtml: Parse and store onload attributes.
2008-04-18  Jacek Cabanmshtml: Added IHTMLWindow3 stub implementation.
2008-04-18  Jacek Cabanmshtml: Added possibility to get node object from nsIDO...
2008-04-17  Jacek Cabanmshtml: Move get_typeinfo to dispex.c.
2008-04-17  Jacek Cabanmshtml: Added generic IDispatchEx implementation and...
2008-04-17  Jacek Cabanmshtml: Make sure to null terminate buffer in parse_ext...
2008-04-07  Jacek Cabanmshtml: Added IHTMLWindow2::get_navigator implementation.
2008-03-28  Jacek Cabanmshtml: Set script engine state to SCRIPTSTATE_CONNECTE...
2008-03-26  Jacek Cabanmshtml: Pass buffer length to MultiByteToWideChar inste...
2008-03-26  Jacek Cabanmshtml: Rename nsChannel::content to content_type and...
2008-03-26  Jacek Cabanmshtml: Added IHTMLDocument2::get_location implementation.
2008-03-25  Jacek Cabanmshtml: Added script engine loading implementation.
2008-03-24  Jacek Cabanmshtml: Abstract BSCallback implementation.
2008-03-24  Jacek Cabanmshtml: Move BSCallback declaration to navigate.c.
2008-03-24  Jacek Cabanmshtml: Added new nsChannelBSC type.
2008-03-24  Jacek Cabanmshtml: Don't access BSCallback directly in nsembed.c.
2008-03-24  Jacek Cabanmshtml: Don't access BSCallback directly in nsio.c.
2008-03-10  Jacek Cabanmshtml: Added IHTMLDocument2::write implementation.
2008-03-03  Jacek Cabanmshtml: Added IHTMLScriptElement stub implementation.
2008-02-04  Jacek Cabanmshtml: Update wine_url in nsIURI::SetPath.
2008-01-10  Jacek Cabanmshtml: Handle fClearDirty flag in IPersistStreamInit...
2008-01-02  Jacek Cabanmshtml: Added PutProperty implementation.
2007-12-24  Jacek Cabanmshtml: Use IBindCtx passed to Load in BindToStorage...
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-17  Jacek Cabanmshtml: Remove not used argument of nsACString_GetData.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-04  Jacek Cabanmshtml: Move HTMLTextContainerEvents connection point...
2007-12-04  Jacek Cabanmshtml: Added IConnectionPointContainer iface to all...
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
2007-12-04  Jacek Cabanmshtml: Make IConnectionPointContainer more flexible.
2007-11-30  Jacek Cabanmshtml: Added IHTMLTable interface stub implementation.
2007-11-26  Jacek Cabanmshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet...
2007-11-20  Jacek Cabanmshtml: Move IOleInPlaceFrame::SetActiveObject call...
2007-11-12  Jacek Cabanmshtml: Reset focus after loading the page in edit...
2007-11-06  Jacek Cabanmshtml: Store HTMLDocument pointer in BSCallback object.
2007-10-18  Jacek Cabanmshtml: Import dimm.idl and fix compilation.
2007-10-15  Jacek Cabanmshtml: Added ref counting to node object.
2007-10-15  Jacek Cabanmshtml: Try installing Gecko from local file in DllRegi...
2007-10-15  Jacek Cabanmshtml: Added IHTMLDocument4 stub implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLWindow2::get_option implementation.
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...
2007-10-04  Jacek Cabanmshtml: Include document element in collection returned...
2007-10-04  Jacek Cabanmshtml: Move nodes' QueryInterface implementation to...
2007-10-04  Jacek Cabanmshtml: Use vtbl for node destructors.
next