resources: Define a generic mechanism for adding extra values to the common version...
[wine] / dlls / mshtml /
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-03  Jacek Cabanmshtml: Added ActiveX control creation implementation.
2010-12-03  Jacek Cabanmshtml: Added NP_GetEntryPoints implementation.
2010-12-03  Jacek Cabannpmshtml: Added Mozilla plugin for mshtml ActiveX controls.
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-12-02  Jacek Cabanmshtml: Improved error handling in HTMLElement_Create...
2010-12-02  Jacek Cabanmshtml: Use binary search in HTMLElement_Create.
2010-12-02  Jacek Cabanmshtml: Better error handling in create_node calls.
2010-12-01  Jacek Cabanmshtml: Improved error handling in get_node calls.
2010-11-30  Jacek Cabanmshtml: Added beginning ActiveX tests.
2010-11-30  Jacek Cabanmshtml: Fixed tests on Windows.
2010-11-29  Jacek Cabanmshtml: Added IHTMLStyle::padding property implementation.
2010-11-29  Jacek Cabanmshtml: Added SetUIHandler tests.
2010-11-29  Jacek Cabanmshtml: Don't overwrite custom UI handler in SetClientSite.
2010-11-29  Jacek Cabanmshtml: Added ICustomDoc::SetUIHandler implementation.
2010-11-25  Jacek Cabanmshtml: Fixed ref count tests on broken IEs.
2010-11-25  Jacek Cabanmshtml: Don't use wine_url in nsIURI::SchemeIs implemen...
2010-11-25  Jacek Cabanmshtml: Don't use wine_uri in nsIIOService::NewChannelF...
2010-11-25  Jacek Cabanmshtml: Don't use wine_url in nsURI::Clone implementation.
2010-11-18  Jacek Cabanmshtml: Removed tests failing on IE7.
2010-11-15  Jacek Cabanmshtml: Added document fragment cloneNode implementation.
2010-11-15  Jacek Cabanmshtml: Correctly handle NULL nsdoc in IHTMLDocument2...
2010-11-15  Jacek Cabanmshtml: Correctly handle NULL nsdoc in IHTMLDocument2...
2010-11-15  Jacek Cabanmshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in...
2010-11-15  Jacek Cabanmshtml: Added createDocumentFragment tests.
2010-11-15  Jacek Cabanmshtml: Added IHTMLDocument3::createDocumentFragment...
2010-11-15  Jacek Cabanmshtml: Use custom get_readyState implementations for...
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-11-15  Jacek Cabanmshtml: Use IUri for nsIURI::GetSpec implementation.
2010-11-15  Jacek Cabanmshtml: Use IUriBuilder for nsIURI::SetPath implementation.
2010-11-12  Jacek Cabanmshtml: Use IUriBuilder for IURI::SetQuery implementation.
2010-11-12  Jacek Cabanmshtml: Added IHTMLStyleElement stub implementation.
2010-11-12  Jacek Cabanmshtml: Added IHTMLObjectElement::get_vspace implementa...
2010-11-12  Jacek Cabanmshtml: Added HTMLWindow's IServiceProvider implementation.
2010-11-09  Jacek Cabanmshtml: Added execScript tests.
2010-11-09  Jacek Cabanmshtml: Added IHTMLWindow2::execScript implementation.
2010-11-08  Jacek Cabanmshtml: Use macro for tid declaration.
2010-11-08  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyleSheetsCol...
2010-11-08  Jacek Cabanmshtml: Added IOmNavigator::get_plugins implementation.
2010-11-08  Jacek Cabanmshtml: Don't free string that will be cleared by SafeA...
2010-11-08  Piotr Cabanmshtml: Impoved implementation of nsURI_GetAsciiHost.
2010-11-04  Jacek Cabanmshtml: Properly handle QueryService(SID_SOleUndoManage...
2010-11-02  Andrew Eikumhlink: Site data should only be set if the hlink has...
2010-10-29  Jacek Cabanmshtml: Added IHTMLEmbedElement stub implementation.
2010-10-29  Gustavo Henrique... mshtml: Update Portuguese translation.
2010-10-28  Piotr Cabanmshtml: Added IHTMLTextAreaElement_get_type implementation.
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_encoding imple...
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_name implement...
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_method impleme...
2010-10-28  Piotr Cabanmshtml/test: Fix some memory leaks.
2010-10-28  Jacek Cabanmshtml: Added IDispatchEx support to HTMLObjectElement...
2010-10-28  Jacek Cabanmshtml: Get rid of no longer needed parse_post_data.
2010-10-28  Jacek Cabanmshtml: Added IHTMLObjectElement stub implementation.
2010-10-25  Nikolay Sivovmshtml: Remove useless initialization.
2010-10-22  Paul Vriensmshtml: Add the Serbian (Latin and Cyrillic) translation.
2010-10-22  Yaron Shahrabanimshtml: Added Hebrew translation.
2010-10-21  Jacek Cabanmshtml: Use IUri in nsIURI::Equals implementation.
2010-10-13  Jacek Cabanmshtml: Added nsIHttpChannel::VisitResponseHeaders...
2010-10-07  Alexandre Goujonmshtml: Update the Gecko find procedure comment to...
2010-10-07  Jacek Cabanmshtml: Moved more code to handle_docobj_load.
2010-10-07  Jacek Cabanmshtml: Report better status in on_stop_nsrequest.
2010-10-05  Francois Gougetmshtml: Add a space before ellipses in the Slovenian...
2010-10-04  Alexandre Julliardmshtml: Try installing Gecko from the global data dir...
2010-10-04  Jacek Cabanmshtml: Use URLDownloadToFile to download Gecko package...
2010-10-04  Jacek Cabanmshtml: Try installing Gecko from hardcoded '/usr/share...
2010-09-29  Jacek Cabanmshtml: Added nsIURI::GetPath implementation.
2010-09-29  Jacek Cabanmshtml: Use IUri for nsIURL::GetQuery implementation.
2010-09-29  Jacek Cabanmshtml: Get rid of use_wine_url.
2010-09-29  Jacek Cabanmshtml: Use IUri for nsIURI::GetScheme implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetUserPass implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetHostPort implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetPort implementation.
2010-09-28  Jacek Cabanmshtml: Added nsIURI::GetHost implementation based...
2010-09-28  Jacek Cabanmshtml: Renamed uri to nsuri.
2010-09-22  Jacek Cabanmshtml: Added PrintHTML stub.
2010-09-19  Jacek Cabanmshtml: Fixed hash part stripping in GetQuery.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Jacek Cabanmshtml: Added nsIURL::GetQuery implementation.
2010-09-18  Jacek Cabanmshtml: Try getting window from notification callback...
2010-09-18  Jacek Cabanmshtml: Added nsIHttpChannel::VisitResponseHeaders...
2010-09-18  Łukasz Wojniłowiczmshtml: Update the Polish translation.
2010-09-18  Jacek Cabanmshtml: Use stored nsWineURI object to create moniker...
2010-09-14  Matej Spindlermshtml: Update Slovenian translation.
2010-09-13  Alistair Leslie... mshtml: Correct test for another unknown dispID.
2010-09-08  Alistair Leslie... mshtml: Correct test for unknown dispID.
2010-08-31  Akihiro Sagawamshtml: Update Japanese translation.
2010-08-31  Jacek Cabanmshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
2010-08-31  Jacek Cabanmshtml: Marked invalid test as broken.
2010-08-31  Francois Gougetmshtml: Make free_strings() static.
2010-08-27  Francois Gougetmshtml: Remove spaces before '\n's in the Portuguese...
2010-08-26  Jacek Cabanmshtml: Get rid of no longer needed nsIComponentRegistr...
2010-08-26  Jacek Cabanmshtml: Use IActiveScriptSiteDebug64 instead of IActive...
2010-08-25  Jacek Cabanmshtml: Added Gecko64 support.
2010-08-25  Jacek Cabanmshtml: Wine Gecko 1.1.0 release.
2010-08-24  Francois GougetAssorted spelling fixes.
2010-08-23  Jacek Cabanmshtml: Provide profile directory to Gecko.
2010-08-20  Juan Langmshtml: Fix off by one error in setting status text.
2010-08-19  Jacek Cabanmshtml: Don't use start_binding in IPersistStreamInit...
2010-08-19  Jacek Cabanmshtml: Added an explicit CDECL attribute to imported...
2010-08-18  Jacek Cabanmshtml: Avoid asynchronous parse_complete call.
next