mshtml: Support IObjectIdentity interface in HTMLWindow object.
[wine] / dlls / mshtml / htmlwindow.c
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: Use nsAString_InitDepend in SetDesignMode call.
2013-04-15  Jacek Cabanmshtml: Added IHTMLWindow2::close partial implementation.
2013-03-26  Jacek Cabanmshtml: Use Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME in...
2013-02-20  Jacek Cabanmshtml: Added IHTMLWindow2::onfocus property implementa...
2013-01-23  Jacek Cabanmshtml: Get rid of PRUint32 outside XPCOM C API.
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-11-09  Jacek Cabanmshtml: Use flags in navigation functions.
2012-11-09  Jacek Cabanmshtml: Don't pass hash part of URI to EvaluateNewWindow.
2012-10-25  Jacek Cabanmshtml: Added IHTMLWindow2::onblur property implementation.
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in omnavigator.c...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in task.c (coverity).
2012-10-17  Jacek Cabanmshtml: Moved remove_target_tasks to detach_inner_window.
2012-10-17  Jacek Cabanmshtml: Make HTMLInnerWindow the owner of timers.
2012-10-17  Jacek Cabanmshtml: Use detach_inner_window in release_inner_window.
2012-10-16  Jacek Cabanmshtml: Added support for IHTMLScriptElement::put_src...
2012-10-16  Jacek Cabanmshtml: Moved HTMLScriptElement declaration to separate...
2012-09-25  Jacek Cabanmshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD...
2012-09-10  Jacek Cabanmshtml: Added IHTMLWindow2::onscroll implementation.
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: Use nsIDOMWindowCollection::NamedItem in get_wi...
2012-09-03  Jacek Cabanmshtml: Open targeted anchors in existing frames if...
2012-09-03  Jacek Cabanmshtml: Moved getting frame by name to separated function.
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-19  Marcus Meissnermshtml: Remove superflous check (Coverity).
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 detaching inner window to separated function.
2012-07-11  Jacek Cabanmshtml: Moved binding list to HTMLInnerWindow.
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-13  Jacek Cabanmshtml: Release script hosts in window_set_docnode.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-02  Jacek Cabanmshtml: Added IHTMLWindow2::get_history implementation.
2012-04-17  Jacek Cabanmshtml: Added IHTMLWindow3::detachEvent implementation.
2012-04-17  Jacek CabanAdded support for shadowing of element pseudo-variables.
2012-04-13  Jacek Cabanmshtml: Use return_nsstr helper in more functions.
2012-04-11  Jacek Cabanmshtml: Return self as a parent of global top window.
2012-04-10  Jacek Cabanmshtml: Added better IHTMLWindow2::get_opener stub.
2012-04-04  Jacek Cabanmshtml: Added IHTMLWindow2::onerror semi-stub implement...
2012-03-29  Jacek Cabanmshtml: Added support for anchors with target '_top'.
2012-03-28  Jacek Cabanmshtml: Improved VARIANT debug traces in htmlwindow.c.
2012-01-27  Jacek Cabanmshtml: Moved creating URIs relative to window to a...
2012-01-23  Jacek Cabanmshtml: Added IHTMLWindow5 stub implementation.
2012-01-20  Jacek Cabanmshtml: Better stub for ITravelLogClient::FindWindowByI...
2012-01-20  Jacek Cabanmshtml: Added ITravelLogClient stub implementation.
2012-01-09  Jacek Cabanmshtml: Added IHTMLWindow::open implementation.
2011-11-24  Jacek Cabanmshtml: Properly remove event listeners.
2011-11-15  Jacek Cabanmshtml: Split IHTMLPrivateWindow::SuperNavigate impleme...
2011-11-14  Jacek Cabanmshtml: Get rid of an unused parameter in prepare_for_b...
2011-11-14  Jacek Cabanmshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl functi...
2011-11-09  Jacek Cabanmshtml: Wine Gecko 1.4 release.
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.
next