jscript: Added ChangeType implementation.
[wine] / dlls / mshtml /
2012-03-09  Jacek Cabanmshtml: Recognize UTF-8 BOM.
2012-03-08  Piotr Cabanmshtml/tests: Test HTMLDocument without MIME type reported.
2012-03-08  Piotr Cabanmshtml: Set proposed MIME to text/html on main document.
2012-03-08  Jacek Cabanmshtml: Get rid of no longer used silent argument of...
2012-02-11  André Hentschelmshtml: Only release the interface if it exists.
2012-02-09  Alistair Leslie... mshtml/tests: Interface ITravelLogClient may not be...
2012-02-08  Jacek Cabanmshtml: Added IHTMLDocument2::get_frames implementation.
2012-02-08  Jacek Cabanmshtml: Removed code duplication in frame collection...
2012-02-06  Alexandre Julliardmshtml: Use the current AppData folder instead of the...
2012-02-01  Jacek Cabanmshtml: Properly handle out of memory in IHTMLElement...
2012-02-01  Jacek Cabanmshtml: Properly handle GetScheme failure.
2012-02-01  Piotr Cabanmshtml: Make cookie parameter optional in ConnectionPoi...
2012-01-27  Jacek Cabanmshtml: Added VT_I2 handling to IHTMLSelectElement...
2012-01-27  Jacek Cabanmshtml: Added VT_I2 handling to debugstr_variant.
2012-01-27  Jacek Cabanmshtml: Fallback to text/html mime type for document...
2012-01-27  Jacek Cabanmshtml: Added support for middle-button opening anchors...
2012-01-27  Jacek Cabanmshtml: Added support for anchor targets.
2012-01-27  Jacek Cabanmshtml: Moved creating URIs relative to window to a...
2012-01-27  Jacek Cabanmshtml: Follow anchors only on left button click.
2012-01-26  Jacek Cabanmshtml: Don't use simplified fragment-only navigation...
2012-01-26  Jacek Cabanmshtml: Use helpers in IHTMLStyle::paddingLeft implemen...
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingBottom implementation.
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingRight implementation.
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::paddingTop implementation.
2012-01-26  Jacek Cabanmshtml: Use set_nsstyle_attr_var helper in IHTMLStyle...
2012-01-26  Jacek Cabanmshtml: Added IHTMLStyle::marginBottom property impleme...
2012-01-26  Jacek Cabanmshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
2012-01-26  Jacek Cabanmshtml: Use set_nsstyle_attr_var helper in IHTMLStyle...
2012-01-23  Jacek Cabanmshtml: Added IHTMLWindow5 stub implementation.
2012-01-20  Jacek Cabanmshtml: Added history update notification support.
2012-01-20  Jacek Cabanmshtml: Added more travel log tests.
2012-01-20  Jacek Cabanmshtml: Better stub for ITravelLogClient::FindWindowByI...
2012-01-20  Jacek Cabanmshtml: Added ITravelLogClient stub implementation.
2012-01-20  Nikolay Sivovmshtml: Respond to SID_SContainerDispatch service id.
2012-01-19  Jacek Cabanmshtml: Added IOleContainer::EnumObjects tests.
2012-01-19  Jacek Cabanmshtml: Added IOleContainer::EnumObjects implementation.
2012-01-19  Jacek Cabanmshtml: Added ITargetContainer::GetFramesContainer...
2012-01-18  Jacek Cabanmshtml: Added ITargetContainer stub implementation.
2012-01-18  Jacek Cabanmshtml: Added a test showing that HTMLDocument does...
2012-01-18  Jacek Cabanmshtml: Return error in IInternetHostSecurityManager...
2012-01-16  Michael Stefaniucmshtml: Remove superfluous NULL pointer check before...
2012-01-13  Jacek Cabanmshtml: Moved NPAPI struct declarations to npplugin.c.
2012-01-12  Jacek Cabanmshtml: Get rid of wrapped nsIURI in nsWineURI.
2012-01-11  Jacek Cabanmshtml: Get rid of wrapped nsurl.
2012-01-11  Jacek Cabanmshtml: Reimplement nsIURL::GetFileBaseName on top...
2012-01-11  Jacek Cabanmshtml: Reimplement nsIURL::GetFileName on top of IUri.
2012-01-11  Jacek Cabanmshtml: Reimplement nsIURL::GetDirectory using new...
2012-01-10  Jacek Cabanmshtml: Open document in a new window in IHlinkTarget...
2012-01-10  Andrew Eikummshtml: Fix WARN typo.
2012-01-09  Jacek Cabanmshtml: Added more IHTMLWindow2::open tests.
2012-01-09  Jacek Cabanmshtml: Added IHTMLWindow::open implementation.
2012-01-05  André Hentschelmshtml: Remove unused definitions.
2012-01-05  Jacek Cabanmshtml: Use do_query_service in QueryService implementa...
2012-01-05  Jacek Cabanmshtml: Use QueryService helper function in SetClientSi...
2012-01-05  Jacek Cabanmshtml: Use a helper function for QueryService calls...
2012-01-03  Marcus Meissnermshtml: Mark function as hidden.
2012-01-03  Jacek Cabanmshtml: Use IUri for IHTMLLocation::get_search implemen...
2011-12-30  Jacek Cabanmshtml: Use IUri in IHTMLLocation::put_port implementation.
2011-12-29  Jacek Cabanmshtml: Reorder nsIURL functions to match vtbl order.
2011-12-29  Jacek Cabanmshtml: Use IUri in IHTMLLocation::get_protocol impleme...
2011-12-28  Jacek Cabanmshtml: Use IURi for IHTMLLocation::get_hash implementa...
2011-12-12  Jacek Cabanmshtml: Initialize VARIANT before passing it to variant...
2011-12-06  Jacek Cabanmshtml: Added support for navigating to _self target.
2011-12-06  Jacek Cabanmshtml: Don't use WINAPI for assembly functions to...
2011-12-05  Jacek Cabanmshtml: Added tests for returning ActiveX object's...
2011-12-05  Jacek Cabanmshtml: Return wrapped ActiveX object's interface from...
2011-11-30  Alexandre Julliardmshtml: Convert dialogs to po files.
2011-11-30  Jacek Cabanmshtml: Fixed nsEventStates handling.
2011-11-24  Jacek Cabanmshtml: Properly remove event listeners.
2011-11-24  Marcus Meissnermshtml: Switch two checks (Coverity).
2011-11-23  Jacek Cabanmshtml: Added IMutable::SetMutable implementation.
2011-11-23  Jacek Cabanmshtml: Use codepage reported by http headers.
2011-11-23  Jacek Cabanmshtml: Added nsIChannel::SetContentCharset implementation.
2011-11-23  Jacek Cabanmshtml: Use IUri for IHTMLLocation::get_hostname implem...
2011-11-18  Jacek Cabanmshtml: Use CLEAR_CALLED instead of SET_CALLED in some...
2011-11-18  Jacek Cabanmshtml: Implement nsIStandardURL interface in nsWineURI...
2011-11-17  Jacek Cabanmshtml: Don't mix PRBool pointers with BOOL pointers.
2011-11-17  Jacek Cabanmshtml: Fixed remaining IE9 failures.
2011-11-17  Jacek Cabanmshtml: Added tests of handling ActiveX objects without...
2011-11-17  Jacek Cabanmshtml: Reinitialize list entry in detach_plugin_host.
2011-11-17  Thomas Fabermshtml: Fix MSVC build in htmllocation.c.
2011-11-17  Francois Gougetmshtml: Delete the dispex and gecko static critical...
2011-11-16  Jacek Cabanmshtml: Added support for ActiveX objects without IQuic...
2011-11-16  Jacek Cabanmshtml: Fixed events tests on IE9.
2011-11-16  Jacek Cabanmshtml: Fixed some htmldoc.c tests on IE9.
2011-11-16  Jacek Cabanmshtml: Update window URI when its binding is redirected.
2011-11-16  Andrew Talbotmshtml: Remove unused file-static variable.
2011-11-15  Jacek Cabanmshtml: Fixed script tests on IE9.
2011-11-15  Jacek Cabanmshtml: Added nsIURI::GetSpecIgnoringRef implementation.
2011-11-15  Jacek Cabanmshtml: Added more navigation tests.
2011-11-15  Jacek Cabanmshtml: Properly handle fragment-only navigation.
2011-11-15  Jacek Cabanmshtml: Properly implement nsIURI::EqualsExceptRef.
2011-11-15  Jacek Cabanmshtml: Properly implement nsIURI::CloneIgnoreRef.
2011-11-15  Jacek Cabanmshtml: Split setting window URI from set_current_mon.
2011-11-15  Jacek Cabanmshtml: Properly handle navigation in containers suppor...
2011-11-15  Jacek Cabanmshtml: Split IHTMLPrivateWindow::SuperNavigate impleme...
2011-11-14  Jacek Cabanmshtml: Improved debug traces in nsIChannel::AsyncOpen...
2011-11-14  Jacek Cabanmshtml: Moved QueryService(IID_IShellBrowser) call...
2011-11-14  Jacek Cabanmshtml: Get rid of an unused parameter in prepare_for_b...
2011-11-14  Jacek Cabanmshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl functi...
next