mshtml: HTMLWindow_item code clean up.
[wine] / dlls / mshtml / htmlwindow.c
2011-11-03  Jacek Cabanmshtml: HTMLWindow_item code clean up.
2011-10-19  Jacek Cabanmshtml: Added IHTMLWindow6 stub implementation.
2011-08-24  Jacek Cabanmshtml: Get rid of no longer useful get_nsdoc_window...
2011-08-23  Jacek Cabanmshtml: Wine Gecko 1.3 release.
2011-08-23  Piotr Cabanmshtml: Populate dynamic properties table in get_dynami...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Jacek Cabanmshtml: Use task destructor for navigate_javascript...
2011-08-03  Jacek Cabanmshtml: Use task destructor for navigate task.
2011-08-03  Jacek Cabanmshtml: Allow async tasks to have custom destructors.
2011-08-01  Jacek Cabanmshtml: Added semi-stub implementation of IHTMLWindow2...
2011-07-24  Jacek Cabanmshtml: Added support for javascript: URLs.
2011-07-24  Jacek Cabanmshtml: Call set_moniker asynchronously in SuperNavigate.
2011-07-24  Jacek Cabanmshtml: Split set_moniker implementation.
2011-07-24  Jacek Cabanmshtml: Use CreateURLMonikerEx2 in SuperNavigate.
2011-07-24  Jacek Cabanmshtml: Moved binding-related declarations to separate...
2011-03-29  Jacek Cabanmshtml: Store security manager in HTMLWindow instead...
2011-03-29  Austin Englishmshtml: Avoid shadowing a parameter.
2011-03-14  Jacek Cabanmshtml: Fixed type in get_nsdoc_window.
2011-03-11  Piotr Cabanmshtml: Added IHTMLPrivateWindow_GetAddressBarUrl imple...
2011-03-09  Jacek Cabanmshtml: Don't assume that HTMLWindow_Create sets ret...
2011-03-08  Thomas Mullalymshtml: Correctly forward IHTMLWindow's IHTMLDocument...
2011-02-07  Jacek Cabanmshtml: Added IHTMLWindow2::focus implementation.
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IHTMLLocation iface.
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IHTMLImageElementFactory...
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IHTMLOptionElement* ifaces.
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-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement iface.
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 all the IServiceProvider ifaces.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument3 iface.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-11-12  Jacek Cabanmshtml: Added HTMLWindow's IServiceProvider implementation.
2010-11-09  Jacek Cabanmshtml: Added IHTMLWindow2::execScript implementation.
2010-06-07  Marcus Meissnermshtml: Add check for doc_obj being NULL (Coverity).
2010-04-21  Jacek Cabanmshtml: Limit message length to 2000 in IHTMLWindow2...
2010-04-13  Jacek Cabanmshtml: Use DOM designMode to switch to editor mode.
2010-03-18  Jacek Cabanmshtml: Added support for load event on all nodes.
2010-03-03  Jacek Cabanmshtml: Added IHTMLPrivateWindow::SuperNavigate impleme...
2010-03-03  Jacek Cabanmshtml: Added IHTMLPrivateWindow stub implementation.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2010-01-25  Jacek Cabanmshtml: Improved IHTMLWindow::GetIDsOfNames implementation.
2010-01-04  Jacek Cabanmshtml: Store body event target in HTMLDocumentNode.
2009-12-15  Andrew Eikummshtml: Search content_window's properties in HTML...
2009-12-08  Andrew Eikummshtml: Implement IHTMLWindow2::{get,put}_onresize.
2009-12-03  Jacek Cabanmshtml: Detach window from frame element on window...
2009-12-01  Jacek Cabanmshtml: Forward setting window.location to window.locat...
2009-12-01  Jacek Cabanmshtml: Added IHTMLWindow2::get_screen implementation.
2009-11-17  Andrew Eikummshtml: Implement IHTMLWindow2::get_top.
2009-11-16  Andrew Eikummshtml: Implement IHTMLWindow2::get_parent.
2009-11-16  Andrew Eikummshtml: Implement IHTMLWindow2::item.
2009-11-16  Andrew Eikummshtml: Implement IHTMLWindow2::get_frames and add...
2009-11-16  Andrew Eikummshtml: Implement IHTMLWindow4::get_frameElement.
2009-11-16  Andrew Eikummshtml: Add stub implementation of IHTMLWindow4.
2009-11-03  Jacek Cabanmshtml: Moved readystate to HTMLWindow.
2009-11-03  Jacek Cabanmshtml: Added support for accessing elements id by...
2009-11-03  Jacek Cabanmshtml: Moved global property allocation to separated...
2009-11-03  Michael Stefaniucmshtml: Free the right variable (Smatch).
2009-10-29  Jacek Cabanmshtml: Inherit scriptmode from parent window.
2009-10-28  Jacek Cabanmshtml: Moved event_vector to HTMLDocumentNode.
2009-10-27  Andrew Eikummshtml: Fix typo in TRACE.
2009-10-27  Jacek Cabanmshtml: Moved binding list to HTMLDocumentNode.
2009-10-27  Jacek Cabanmshtml: Moved url and mon to HTMLWindow.
2009-10-27  Jacek Cabanmshtml: Moved bscallback to HTMLWindow.
2009-10-27  Jacek Cabanmshtml: Store window reference in nsURI.
2009-10-22  Jacek Cabanmshtml: Initialize iframe windows when added to document.
2009-10-22  Jacek Cabanmshtml: Moved HTMLDocumentNode creating to HTMLWindow_C...
2009-10-21  Andrew Eikummshtml: Add stub implementation for HTMLImageElementFac...
2009-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::get_length implementation.
2009-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::name property implementation.
2009-09-17  Jacek Cabanmshtml: Moved hwnd and tooltip_hwnd to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Move client site ifaces to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Store reference to document node in window...
2009-09-17  Jacek Cabanmshtml: Store document node in window.
2009-09-17  Jacek Cabanmshtml: Don't create window in create_doc_from_nsdoc.
2009-09-17  Jacek Cabanmshtml: Moved event_vector to HTMLWindow.
2009-09-17  Jacek Cabanmshtml: Moved HTMLLocation object to HTMLWindow.
2009-09-17  Jacek Cabanmshtml: Moved option_factory to HTMLWindow object.
2009-09-10  Jacek Cabanmshtml: Added support for quering global variables...
2009-09-10  Jacek Cabanmshtml: Moved script host objects to HTMLWindow.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow3::attachEvent implementation.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow2::onload property.
2009-09-09  Jacek Cabanmshtml: Added IHTMLWindow2::onbeforeunload property...
2009-09-09  Jacek Cabanmshtml: Store body event target in window object.
2009-09-01  Jacek Cabanmshtml: Properly release DispatchEx data.
2009-09-01  Jacek Cabanmshtml: Added IHTMLWindow2::toString implementation.
2009-03-13  Piotr Cabanmshtml: Added IHTMLWindow2_confirm implementation.
2009-03-13  Piotr Cabanmshtml: Added HTMLWindow2_prompt implementation.
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (htmlwindow...
2009-01-04  Jacek Cabanmshtml: Added IHTMLWindow2::get_location implementation.
2008-10-13  Jacek Cabanmshtml: Move GetContentDOMWindow call from HTMLWindow_C...
2008-10-13  Jacek Cabanmshtml: Added IHTMLWindow2::get_event implementation.
2008-10-10  Jacek Cabanmshtml: Get rid of setup_nswindow.
2008-08-19  Jacek Cabanmshtml: Use heap_alloc_zero for HTMLWindow allocation.
2008-07-04  Jacek Cabanmshtml: Don't mix nsresult with HRESULT.
2008-07-03  Sinitsin Ivanmshtml: Add HTMLWindow_scrollBy implementation.
2008-07-03  Sinitsin Ivanmshtml: Add HTMLWindow_scrollTo implementation.
next