msxml3: Fix xml declaration output when it's specified in loaded document (in case...
[wine] / dlls / mshtml /
2012-07-03  Jacek Cabanmshtml: Force cycle collection when releasing main...
2012-06-28  Jacek Cabanmshtml: Reimplement get_node_obj using vtbl comparison.
2012-06-28  Jacek Cabanmshtml: Return referenced object in get_node_obj.
2012-06-28  Jacek Cabanmshtml: Keep reference to document in HTMLDOMChildrenCo...
2012-06-28  Jacek Cabanmshtml: Share nsselect reference with nsnode.
2012-06-28  Jacek Cabanmshtml: Share nsinput reference with nsnode.
2012-06-28  Jacek Cabanmshtml: Use proper macro to release nstext.
2012-06-28  Jacek Cabanmshtml: Share nstextarea reference with nsnode.
2012-06-28  Jacek Cabanmshtml: Share nsstyle reference with nsnode.
2012-06-28  Jacek Cabanmshtml: Share nsrow reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Don't release nselem in HTMLElement_destructor.
2012-06-27  Jacek Cabanmshtml: Share nsobject reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Share nsscript reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Share nsoption reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Share nsimg reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Share nsdoc reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Share nstable reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Share nsframe and nsiframe references with...
2012-06-27  Jacek Cabanmshtml: Share nsform reference with nsnode.
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: Share nsanchor reference with nsnode.
2012-06-26  Jacek Cabanmshtml: Share nselem reference with nsnode.
2012-06-26  Jacek Cabanmshtml: Call HTMLDOMNode_Init directly in HTMLCommentEl...
2012-06-26  Jacek Cabanmshtml: Share nsIDOMText reference with nsIDOMNode.
2012-06-26  Jacek Cabanmshtml: Use inner window as script global object.
2012-06-26  Jacek Cabanmshtml: Return referenced instances from node constructors.
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-06-18  Jacek Cabanmshtml: Return true in IOmNavigator::javaEnabled.
2012-06-13  Jacek Cabanmshtml: Release script hosts in window_set_docnode.
2012-06-11  Jacek Cabanmshtml: Wine Gecko 1.6 release.
2012-05-30  Jacek Cabanmshtml: Added IWindowForBindingUI tests.
2012-05-30  Jacek Cabanmshtml: Forward BSCallback::QueryService call to document.
2012-05-30  Jacek Cabanmshtml: Added support for BSCallback::QueryService...
2012-05-30  Jacek Cabanmshtml: Added IWindowForBindingUI stub implementation.
2012-05-30  Alexandre Julliardappwiz.cpl: Specify a default download URL for add...
2012-05-29  Jacek Cabanmshtml: Fixed Exec_ShellDocView_84 tests.
2012-05-25  Michael Stefaniucmshtml/tests: Remove stray ok() calls.
2012-05-22  Michael Stefaniucmshtml/tests: Check the correct variables.
2012-05-22  Michael Stefaniucmshtml/tests: Remove leftover code from c3d8d052.
2012-05-21  Michael Stefaniucmshtml/tests: Remove duplicated ok() call.
2012-05-18  Jacek Cabanmshtml: Get rid of no longer needed nsIWindowCreator2.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Jacek Cabanmshtml: Always use English locale in document_write...
2012-05-04  Jacek Cabanmshtml: Fixed tests on old IEs.
2012-05-02  Jacek Cabanmshtml: Added IHTMLWindow2::get_history implementation.
2012-04-23  Jacek Cabanmshtml: Accept different VARIANT types in document_write.
2012-04-20  Jacek Cabanmshtml: Ignore dispid 3000026 in IPropertyNotifySink...
2012-04-18  Jacek Cabanmshtml: Copy filter value in HTMLElement_clone.
2012-04-18  Jacek Cabanmshtml: Allow more tests to be ran in non-administrator...
2012-04-17  Jacek Cabanmshtml: Added IHTMLStyle2::overflowY implementation.
2012-04-17  Jacek Cabanmshtml: Added IHTMLStyle2::overflowX implementation.
2012-04-17  Jacek Cabanmshtml: Added IHTMLWindow3::detachEvent implementation.
2012-04-17  Jacek CabanAdded support for shadowing of element pseudo-variables.
2012-04-17  Jacek Cabanmshtml: Added IHTMLDocument2::put_URL implementation.
2012-04-16  Jacek Cabanmshtml: Added IHTMLStyle::removeAttribute tests.
2012-04-16  Jacek Cabanmshtml: Added IHTMLStyle::removeAttribute implementation.
2012-04-16  Jacek Cabanmshtml: Moved style_tbl lookup to separated function.
2012-04-16  Jacek Cabanmshtml: Added support for IHTMLEventObj::cancelBubble...
2012-04-16  Jacek Cabanmshtml: Added IHTMLStyle2::bottom implementation.
2012-04-13  Jacek Cabanmshtml: Use return_nsstr helper in more functions.
2012-04-13  Jacek Cabanmshtml: Use return_nsstr helper in HTMLElement object...
2012-04-13  Jacek Cabanmshtml: Use return_nsstr helper in IHTMLBodyElement...
2012-04-13  Jacek Cabanmshtml: Improved helper for returning color as VARIANT...
2012-04-11  Jacek Cabanmshtml: Return self as a parent of global top window.
2012-04-10  Jacek Cabanmshtml: Added IHTMLElement2::blur implementation.
2012-04-10  Jacek Cabanmshtml: Added IHTMLDocument2::onkeypress implementation.
2012-04-10  Jacek Cabanmshtml: Added better IHTMLWindow2::get_opener stub.
2012-04-06  Jacek Cabanmshtml: Added IHTMLFormElement::submit implementation.
2012-04-05  Jacek Cabanmshtml: Added semi-stub implementation of IOmNavigator...
2012-04-05  Jacek Cabanmshtml: Added IHTMLImgElement::onerror tests.
2012-04-05  Jacek Cabanmshtml: Added IHTMLImgElement::onerror implementation.
2012-04-05  Jacek Cabanmshtml: Detach also internal listeners in detach_events.
2012-04-05  Jacek Cabanmshtml: Added support for IDispatch-only ActiveX objects.
2012-04-05  Jacek Cabanmshtml: Remove old channel from load group in nsIAsyncV...
2012-04-04  Jacek Cabanmshtml: Added IHTMLWindow2::onerror semi-stub implement...
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::put_zIndex implement...
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_left implementation.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_top implementation.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_height implement...
2012-04-04  Jacek Cabanmshtml: Use helpers for IHTMLStyle::put_verticalAlign...
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_httpEquiv implement...
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_content implementation.
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_name implementation.
2012-04-02  Jacek Cabanmshtml: Fixed status text cache implementation.
2012-04-02  Jacek Cabanmshtml: Added IHTMLMetaElement stub implementation.
2012-03-30  Jacek Cabanmshtml: Use better helper in IHTMLStyle::get_width...
2012-03-30  Jacek Cabanmshtml: Use proper helpers in IHTMLStyle::backgroundCol...
2012-03-30  Jacek Cabanmshtml: Use proper helpers in IHTMLStyle::color impleme...
2012-03-30  Jacek Cabanmshtml: Use proper helpers to implement IHTMLSyle:...
next