mshtml: Support IObjectIdentity interface in HTMLWindow object.
[wine] / dlls / mshtml / mshtml_private.h
2013-04-26  Piotr Cabanmshtml: Support IObjectIdentity interface in HTMLWindow...
2013-04-23  Piotr Cabanmshtml: Added IOmHistory::get_length implementation.
2013-04-23  Jacek Cabanmshtml: Moved exec_editmode implementation to a helper...
2013-04-15  Jacek Cabanmshtml: Store IWebBrowserApp reference in HTMLDocumentObj.
2013-03-15  Jacek Cabanmshtml: Added HTMLElementEvents2 support.
2013-03-15  Jacek Cabanmshtml: Use lazy allocation for connection points.
2013-03-14  Jacek Cabanmshtml: Added IHTMLButtonElement stub implementation.
2013-03-01  Jacek Cabanmshtml: Added IHTMLElement2::insertAdjacentElement...
2013-02-28  Jacek Cabanmshtml: Added IHTMLLabelElement stub implementation.
2013-02-20  Jacek Cabanmshtml: Addeed IHTMLDocument5::createAttribute implemen...
2013-01-23  Jacek Cabanmshtml: Get rid of PRUint32 outside XPCOM C API.
2013-01-09  Jacek Cabanmshtml: Wine Gecko 1.9 release.
2012-11-21  Jacek Cabanmshtml: Always use UTF-8 encoding in nsWineURL.
2012-11-19  AndrĂ© Hentschelmshtml: Fix possible NULL pointer access in heap_str*.
2012-11-12  Jacek Cabanmshtml: Added exec_refresh implementation.
2012-11-12  Jacek Cabanmshtml: Store embedder's IOleComandTarget iface in...
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-11-09  Jacek Cabanmshtml: Use fregment-less URI in super_navigate.
2012-11-09  Jacek Cabanmshtml: Don't pass hash part of URI to EvaluateNewWindow.
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in task.c (coverity).
2012-10-17  Jacek Cabanmshtml: Make HTMLInnerWindow the owner of timers.
2012-10-16  Jacek Cabanmshtml: Added support for IHTMLScriptElement::put_src...
2012-10-16  Jacek Cabanmshtml: Added beginning IHTMLScriptElement::put_src...
2012-10-16  Jacek Cabanmshtml: Moved HTMLScriptElement declaration to separate...
2012-10-15  Jacek Cabanmshtml: Added IHTMLLinkElement stub implementation.
2012-10-11  Jacek Cabanmshtml: Moved creating HTML element to separated function.
2012-10-09  Jacek Cabanmshtml: Wine Gecko 1.8 release.
2012-10-02  Jacek Cabanmshtml: Added support for script 'for' and 'event'...
2012-10-02  Jacek Cabanmshtml: Store information if script was already parsed...
2012-10-02  Jacek Cabanmshtml: Moved getElementById implementation to separate...
2012-10-02  Jacek Cabanmshtml: Store nsIDOMNodeSelector in HTMLDocumentNode.
2012-09-21  Jacek Cabanmshtml: Use IUri as base URL in navigate_url.
2012-09-10  Jacek Cabanmshtml: Use first script host's GUID as default script...
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-09-04  Jacek Cabanmshtml: Properly expose frame and iframe element's...
2012-09-03  Jacek Cabanmshtml: Added IHTMLIFrameElement3 stub implementation.
2012-09-03  Jacek Cabanmshtml: Added IHTMLIFrameElement2 stub implementation.
2012-09-03  Jacek Cabanmshtml: Open targeted anchors in existing frames if...
2012-08-20  Jacek Cabanmshtml: Added IHTMLWindow6::get_sessionStorage implemen...
2012-08-14  Jacek Cabanmshtml: Moved HTMLLocation reference to inner window.
2012-08-14  Jacek Cabanmshtml: Store moniker in HTMLInnerWindow.
2012-08-13  Jacek Cabanmshtml: Default to previous script type if not given.
2012-07-30  Jacek Cabanmshtml: Store inner window directly in HTMLDocumentNode.
2012-07-27  Jacek Cabanmshtml: Moved conversion to unicode of buffers from...
2012-07-25  Jacek Cabanmshtml: Added IHTMLElement2::get_runtimeStyle hackish...
2012-07-25  Jacek Cabanmshtml: Moved more logic to HTMLStyle_Create.
2012-07-24  Jacek Cabanmshtml: Added IHTMLDOMAttribute::get_specified implemen...
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL::GetFile implementation.
2012-07-19  Jacek Cabanmshtml: Store MSHTML node reference in Gecko node objec...
2012-07-19  Jacek Cabanmshtml: Make nsIDOMHTMLDocument reference cycle collect...
2012-07-19  Jacek Cabanmshtml: Make node object's dynamic IDispatchEx-based...
2012-07-19  Jacek Cabanmshtml: Make node object cycle collector aware.
2012-07-12  Jacek Cabanmshtml: Don't store outer window in nsChannelBSC.
2012-07-12  Jacek Cabanmshtml: Use per-inner window task_magic for binding.
2012-07-12  Jacek Cabanmshtml: Create inner window early in binding process...
2012-07-11  Jacek Cabanmshtml: Moved binding list to HTMLInnerWindow.
2012-06-27  Jacek Cabanmshtml: Get rid of no longer needed unk_ref from HTMLEl...
2012-06-27  Jacek Cabanmshtml: Keep references to nodes stored in HTMLElementC...
2012-06-26  Jacek Cabanmshtml: Moved history property to HTMLInnerWindow.
2012-06-26  Jacek Cabanmshtml: Moved screen property to HTMLInnerWindow.
2012-06-26  Jacek Cabanmshtml: Moved image_factory to HTMLInnerWindow.
2012-06-25  Jacek Cabanmshtml: Store event object in HTMLInnerWindow instead...
2012-06-25  Jacek Cabanmshtml: Moved script_hosts from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Moved option_factory from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Moved global_props from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Moved DispatchEx instance from HTMLOuterWindow...
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-06-25  Jacek Cabanmshtml: Keep reference in node returned from get_node.
2012-05-30  Jacek Cabanmshtml: Added IWindowForBindingUI stub implementation.
2012-05-29  Jacek Cabanmshtml: Fixed Exec_ShellDocView_84 tests.
2012-05-18  Jacek Cabanmshtml: Get rid of no longer needed nsIWindowCreator2.
2012-05-02  Jacek Cabanmshtml: Added IHTMLWindow2::get_history implementation.
2012-04-17  Jacek CabanAdded support for shadowing of element pseudo-variables.
2012-04-02  Jacek Cabanmshtml: Added IHTMLMetaElement stub implementation.
2012-03-29  Jacek Cabanmshtml: Added support for anchors with target '_top'.
2012-03-28  Jacek Cabanmshtml: Added IHTMLTableCell interface stub implementation.
2012-03-27  Jacek Cabanmshtml: Added IHTMLObjectElement2 stub implementation.
2012-03-16  Jacek Cabanmshtml: Store filter in HTMLElement object.
2012-03-08  Jacek Cabanmshtml: Get rid of no longer used silent argument of...
2012-01-27  Jacek Cabanmshtml: Added VT_I2 handling to IHTMLSelectElement...
2012-01-27  Jacek Cabanmshtml: Follow anchors only on left button click.
2012-01-23  Jacek Cabanmshtml: Added IHTMLWindow5 stub implementation.
2012-01-20  Jacek Cabanmshtml: Added ITravelLogClient stub implementation.
2012-01-18  Jacek Cabanmshtml: Added ITargetContainer stub implementation.
2012-01-09  Jacek Cabanmshtml: Added IHTMLWindow::open implementation.
2012-01-05  Jacek Cabanmshtml: Use a helper function for QueryService calls...
2011-12-05  Jacek Cabanmshtml: Return wrapped ActiveX object's interface from...
2011-11-15  Jacek Cabanmshtml: Properly handle fragment-only navigation.
2011-11-15  Jacek Cabanmshtml: Properly handle navigation in containers suppor...
2011-11-14  Jacek Cabanmshtml: Use IUri in set_current_mon if possible and...
2011-11-14  Jacek Cabanmshtml: Store window URL as BSTR.
2011-10-19  Jacek Cabanmshtml: Added IHTMLWindow6 stub implementation.
2011-10-18  Jacek Cabanmshtml: Better error handling in NSContainer initializa...
2011-10-03  Marcus Meissnermshtml: Mark replace_node_by_html as hidden.
2011-09-21  Alistair Leslie... mshtml: Add IHTMLTable2/3 support.
2011-09-02  Piotr Cabanmshtml: Store attributes list in HTMLAttributeCollection.
2011-09-02  Piotr Cabanmshtml: Don't cache HTMLAttributesCollection results.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-24  Jacek Cabanmshtml: Get rid of no longer useful get_nsdoc_window...
next