mshtml: Use special handling only for main documents in AsyncOpen.
[wine] / dlls / mshtml /
2009-12-01  Jacek Cabanmshtml: Use special handling only for main documents...
2009-12-01  Jacek Cabanmshtml: Don't fail in NewChannelFromURI if necko failed...
2009-12-01  Jacek Cabanmshtml: Always set use_wine_url if there is no necko...
2009-12-01  Jacek Cabanmshtml: Added IHTMLElement2::get_readyState test.
2009-12-01  Jacek Cabanmshtml: Added IHTMLElement2::get_readyState implementation.
2009-12-01  Jacek Cabanmshtml: Forward setting window.location to window.locat...
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_colorDepth implementation.
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_height implementation.
2009-12-01  Jacek Cabanmshtml: Added IHTMLScreen::get_width implementation.
2009-12-01  Jacek Cabanmshtml.idl: Added DispHTMLScreen declaration and use...
2009-12-01  Jacek Cabanmshtml: Added IHTMLWindow2::get_screen implementation.
2009-11-30  Paul Vriensmshtml/tests: Use the globally available wine_dbgstr_w.
2009-11-29  Jacek Cabanmshtml: Added [i]frame elements content document tests.
2009-11-29  Jacek Cabanmshtml: Return content document in get_document for...
2009-11-29  Jacek Cabanmshtml: Moved IHTMLFrameBase2 implementation to HTMLFra...
2009-11-29  Jacek Cabanmshtml: Fixed ref count leak and code clean up.
2009-11-24  Jacek Cabanmshtml: Added connection point notification test.
2009-11-24  Jacek Cabanmshtml: Added support for connection point HTML notific...
2009-11-24  Jacek Cabanmshtml: Share connection points between HTMLDocumentObj...
2009-11-24  Jacek Cabanmshtml: Forward common function from IHTMLAnchorElement...
2009-11-21  Andrew Eikummshtml: Also search by node name attribute in IHTMLDocu...
2009-11-21  Andrew Eikummshtml: Also get dispid by element name & id in HTMLEle...
2009-11-20  Jacek Cabanmshtml: Get rid of no longer needed Gecko checks in...
2009-11-20  Jacek Cabanmshtml: Check for CATID_SafeForScripting in GUID_CUSTOM...
2009-11-19  Jeremy Whitemshtml: Declare prototype of wine_dos_get_file_name...
2009-11-18  Francois Gougetmshtml/tests: Add a trailing '\n' to ok() calls.
2009-11-17  Andrew Eikummshtml: Implement IHTMLWindow2::get_top.
2009-11-17  Jacek Cabanmshtml: Improved IHTMLStyle3::put_zoom stub.
2009-11-16  Jacek Cabanmshtml: Don't use nselem in InsertAdjacentNode implemen...
2009-11-16  Jacek Cabanmshtml: Added IHTMLElement::put_outerHTML implementation.
2009-11-16  Vladimir Pankratovmshtml: Update Russian translation.
2009-11-16  Francois Gougetmshtml: parse_complete() is unused so remove it.
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-16  Anders Jonssonmshtml: Update Swedish translation.
2009-11-16  André Hentschelmshtml: Update German Gecko installer dialog.
2009-11-16  Aurimas Fišerasmshtml: Update Lithuanain translation.
2009-11-13  Jacek Cabanmshtml: Update description in Gecko installer dialog.
2009-11-12  Jacek Cabanmshtml: Download Gecko in DllRegisterServer.
2009-11-12  Jacek Cabanmshtml: Moved GeckoUrl registry to mshtml.inf.
2009-11-12  Jacek Cabanmshtml: Get rid of no longer needed bind_complete in...
2009-11-12  Jacek Cabanmshtml: Correctly handle NULL nschannel in channelbsc_l...
2009-11-11  Alexandre Julliardmshtml: Register a few more MIME types.
2009-11-11  Alexandre Julliardmshtml: Move some Content-Type registry keys to mshtml...
2009-11-09  Jacek Cabanmshtml: Split parse_complete to handle_load and mutatio...
2009-11-09  Francois Gougetmshtml/tests: Fix a trailing '\n' in an ok() call.
2009-11-03  Jacek Cabanmshtml: Moved readystate to HTMLWindow.
2009-11-03  Jacek Cabanmshtml: Moved add_script_runner call to push_mutation_q...
2009-11-03  Jacek Cabanmshtml: Handle EndLoad via script runner.
2009-11-03  Jacek Cabanmshtml: Moved readystate changes to separated function.
2009-11-03  Jacek Cabanmshtml: Return NULL ownerDocument for document node.
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  Jacek Cabanmshtml: Don't create dynamic property if alloc arg...
2009-11-03  Jacek Cabanmshtml: Added fdexNameCaseInsensitive support.
2009-11-03  Jacek Cabanmshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PR...
2009-11-03  Jacek Cabanmshtml: Return NS_OK for empty aRef in nsIURL::SetRef.
2009-11-03  Jacek Cabanmshtml: Added HTMLFrameElement object and associate...
2009-11-03  Jacek Cabanmshtml: Associate HTMLWindow with HTMLIFrame.
2009-11-03  Jacek Cabanmshtml: Moved content_window to HTMLFrameBase.
2009-11-03  Jacek Cabanmshtml: Store content window on HTMLIFrameElement creation.
2009-11-03  Jacek Cabanmshtml: Moved IHTMLFrameBase to separated object to...
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-11-03  Michael Stefaniucmshtml: Free the right variable (Smatch).
2009-10-29  Jacek Cabanmshtml: Added IHTMLDOMNode::nextSibling implementation.
2009-10-29  Jacek Cabanmshtml: Inherit scriptmode from parent window.
2009-10-29  Jacek Cabanmshtml: Improve debug traces.
2009-10-28  Jacek Cabanmshtml: Added HTML frames support.
2009-10-28  Jacek Cabanmshtml: Avoid crash in nsIURI:Equals if other_url is...
2009-10-28  Jacek Cabanmshtml: Moved event_vector to HTMLDocumentNode.
2009-10-28  Jacek Cabanmshtml: Moved nsIDOMEventListener implementations to...
2009-10-27  Andrew Eikummshtml: Fix typo in TRACE.
2009-10-27  Jacek Cabanmshtml: Moved binding list to HTMLDocumentNode.
2009-10-27  Jacek Cabanmshtml: Allow task queue to be used for different targets.
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: Use HTMLWindow in AsyncOpen implementation.
2009-10-27  Jacek Cabanmshtml: Store window reference in nsURI.
2009-10-26  Jacek Cabanmshtml: Fail to create HTMLDocument if Gecko is not...
2009-10-23  Jacek Cabanmshtml: Call pop_mutation_queue in MUTATION_IFRAME...
2009-10-22  Andrew Eikummshtml: Add HTMLImageElementFactory::value for construc...
2009-10-22  Andrew Eikummshtml: Handle DISPATCH_CONSTRUCT flag for DispatchEx...
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-22  Jacek Cabanmshtml: Get rid of update_nsdocument call in SetStatus...
2009-10-22  Jacek Cabanmshtml: Moved Wine[Add|Remove]Observer calls to HTMLDoc...
2009-10-22  Jacek Cabanmshtml: Moved nsIDocumentObserver implementation to...
2009-10-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-10-21  Andrew Eikummshtml: Add DispatchEx support to HTMLImageElementFactory.
2009-10-21  Andrew Eikummshtml: Implement HTMLImageElementFactory::create.
2009-10-21  Andrew Eikummshtml: Add stub implementation for HTMLImageElementFac...
2009-10-21  Andrew Eikumhlink: Use HLINKSETF flags in Hlink::fnSetMonikerReference.
2009-10-20  Jacek Cabanmshtml: Use create_nsdoc in exec_indent.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in exec_hyperlink.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in set_font_size.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in IHTMLOptionFactory::create.
2009-10-20  Jacek Cabanmshtml: Moved creating new element to separated function.
next