usp10: Add Myanmar script.
[wine] / dlls / mshtml /
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...
2011-11-14  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_hei...
2011-11-14  Jacek Cabanmshtml: Fixed memory leak in nsIURL::GetDirectory imple...
2011-11-14  Jacek Cabanmshtml: Use IUri in use_gecko_script.
2011-11-14  Jacek Cabanmshtml: Use IUri in set_current_mon if possible and...
2011-11-14  Jacek Cabanmshtml: Store window URL as BSTR.
2011-11-09  Jacek Cabanmshtml: Wine Gecko 1.4 release.
2011-11-08  Jacek Cabanmshtml: Always use IUri-based nsIRI::GetAsciiHost imple...
2011-11-08  Jacek Cabanmshtml: Make nsIURL::GetParam a stub.
2011-11-03  Jacek Cabanmshtml: Fixed ref count leaks.
2011-11-03  Jacek Cabanmshtml: HTMLWindow_item code clean up.
2011-10-27  Jacek Cabanmshtml: Reimplement nsIURL::GetFileExtension on top...
2011-10-21  Jacek Cabanhlink: Return S_FALSE in GetTargetFrameName when return...
2011-10-19  Jacek Cabanmshtml: Added IHTMLWindow6 stub implementation.
2011-10-18  Jacek Cabanmshtml: Added IHTMLDocument2::elementFromPoint implemen...
2011-10-18  Marcus Meissnermshtml: Adjusted some incorrect sizeofs (Coverity).
2011-10-18  Jacek Cabanmshtml: Better error handling in NSContainer initializa...
2011-10-12  Alistair Leslie... mshtml: Implement IHTMLDOMNode replaceChild.
2011-10-12  André Hentschelmshtml: Add stub for QUERY_IS_CACHED_AND_USABLE_OFFLINE.
2011-10-06  Andrew Talbotmshtml: Mark fall-through in switch statement.
2011-10-04  Andrew Talbotmshtml: Mark some fall-throughs in switch statements.
2011-10-03  Marcus Meissnermshtml: Mark replace_node_by_html as hidden.
2011-10-03  Jacek Cabanmshtml: Properly release body element in basic_style_test.
2011-10-03  Jacek Cabanmshtml: Set frame interface to NULL after releasing...
2011-09-26  Alistair Leslie... mshtml: IID_IHTMLCurrentStyle4 isn't supported on IE6.
2011-09-23  Alistair Leslie... mshtml: Add IHTMLCurrentStyle2/3/4 support.
2011-09-22  Alistair Leslie... mshtml: Fix test for Windows 7 with IE9.
2011-09-21  Alistair Leslie... mshtml: Add IHTMLTable2/3 support.
2011-09-15  Francois Gougetmshtml/tests: Improve the current UI language detection...
2011-09-13  Francois Gougetmshtml/tests: Some tests require that the user interfac...
2011-09-13  Francois Gougetmshtml/tests: GetUserDefaultUILanguage() is not availab...
2011-09-13  Francois Gougetmshtml/tests: When a test fails, print the bad value.
2011-09-09  Gerald Pfeifermshtml: Add failure detection to set_downloading_proc.
2011-09-02  Piotr Cabanmshtml: Added more IHTMLElement_{put, get}_onclick...
2011-09-02  Piotr Cabanmshtml: Removed typo from HTMLDOMChildrenCollection_inv...
2011-09-02  Piotr Cabanmshtml/tests: Added IHTMLAttributeCollection IDispatchE...
2011-09-02  Piotr Cabanmshtml: Added HTMLAttributeCollection_invoke implementa...
2011-09-02  Piotr Cabanmshtml: Added HTMLAttributeCollection_get_dispid implem...
2011-09-02  Piotr Cabanmshtml/tests: Added IHTMLAttributeCollection tests.
2011-09-02  Piotr Cabanmshtml/tests: Added attributes tests on comment node.
2011-09-02  Piotr Cabanmshtml: Store attributes list in HTMLAttributeCollection.
2011-09-02  Piotr Cabanmshtml: Added HTMLAttributeCollection2_getNamedItem...
2011-09-02  Piotr Cabanmshtml: Don't cache HTMLAttributesCollection results.
2011-09-02  Jacek Cabanmshtml: Added support for text/vbscript script type.
2011-08-26  Piotr Cabanmshtml: Added HTMLDOMAttribute_get_nodeName implementation.
2011-08-26  Piotr Cabanmshtml: Added HTMLAttributeCollection_item implementation.
2011-08-26  Piotr Cabanmshtml: Added HTMLAttributeCollection_get_length implem...
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection3 stub.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection2 stub.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-25  André Hentschelmshtml: Remove obsolete proxy handling.
2011-08-25  André Hentschelmshtml: Initialize return value.
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: Remove no longer needed get_attr_from_nselem...
2011-08-23  Piotr Cabanmshtml/tests: Added dynamic properties accessing tests.
2011-08-23  Piotr Cabanmshtml: Make sure dynamic properties are initialized...
2011-08-23  Piotr Cabanmshtml: Populate dynamic properties table in get_dynami...
2011-08-23  Piotr Cabanmshtml: DeleteMemberByDispID should return E_NOTIMPL.
2011-08-23  Piotr Cabanmshtml: Added nsIDOMNamedNodeMap interface.
2011-08-05  Jacek Cabanmshtml: Fixed nsAString handling in navigate_anchor.
2011-08-04  Piotr Cabanmshtml: Added error handling to get_doc_string.
2011-08-04  Piotr Cabanmshtml: Fix DOCUMENT_NODE handling in nsnode_to_nsstrin...
next