qmgr: Constify some variables.
[wine] / dlls / mshtml /
2008-06-20  Jacek Cabanmshtml: Added createElement test.
2008-06-20  Jacek Cabanmshtml: Added IDispatchEx support to HTMLGenericElement.
2008-06-20  Jacek Cabanmshtml: Added IHTMLGenericElement implementation.
2008-06-20  Jacek Cabanmshtml: Added IHTMLDocument2::createElement implementation.
2008-06-20  Jacek Cabanmshtml: Initialize node object from child node's constr...
2008-06-20  Jacek Cabanmshtml: Better timer handling.
2008-06-19  Jacek Cabanmshtml: Forward HTMLInputElement IDispatch calls to...
2008-06-19  Jacek Cabanmshtml: Added IHTMLInputElement::put_value implementation.
2008-06-19  Jacek Cabanmshtml: Added IHTMLElement::get_clientHeight implementa...
2008-06-19  Jacek Cabanmshtml: Added IHTMLElement2::get_clientWidth implementa...
2008-06-19  Jacek Cabanmshtml: Better stub for IHTMLElement::setAttribute...
2008-06-19  Jacek Cabanmshtml: Added IHTMLElement2::put_accessKey implementation.
2008-06-19  Jacek Cabanmshtml: Added IHTMLDOMNode::put_nodeValue implementation.
2008-06-19  Jacek Cabanmshtml: Added IHTMLDOMNode::get_nodeValue implementation.
2008-06-19  Jacek Cabanmshtml: Use heap_alloc_zero to allocate OmNavigator.
2008-06-19  Jacek Cabanmshtml: Added IHTMLElement2::focus implementation.
2008-06-18  Jacek Cabanmshtml: Added IHTMLStyle::put_color implementation.
2008-06-18  Jacek Cabanmshtml: Added IHTMLStyle::put_background implementation.
2008-06-18  Jacek Cabanmshtml: Change backslashes to shashes in URLs passed...
2008-06-18  Jacek Cabanmshtml: Added more IDispatchEx tests.
2008-06-18  Jacek Cabanmshtml: Added missing tids to HTMLCommentElement.
2008-06-18  Jacek Cabanmshtml: Use heap_alloc_zero in HTMLElementCollection_Cr...
2008-06-18  Jacek Cabanmshtml: Added fdexNameEnsure support to IDidpatchEx...
2008-06-18  Jacek Cabanmshtml: Added IDispatchEx support to HTMLSelectElement.
2008-06-18  Jacek Cabanmshtml: Added IHTMLElement::put_id implementation.
2008-06-18  Jacek Cabanmshtml: Added IHTMLElement::get_id implementation.
2008-06-18  Vladimir Pankratovmshtml: Update Russian translation.
2008-06-10  Alistair Leslie... mshtml: Stop test crash on error condition.
2008-06-09  Jacek Cabanmshtml: Added FIXME about QUERY_USES_HISTORYFOLDER...
2008-06-06  Paul Vriensurlmon/tests: Fix test on IE7.
2008-06-05  Francois GougetFix the resources to remove extraneous spaces in '...
2008-06-03  Kirill K. Smirnovmshtml: Fix yet another copy/paste typo.
2008-05-30  Michael Stefaniucmshtml: Fix the Hungarian translation.
2008-05-29  Michael Stefaniucmshtml: Fix the Finnish translation.
2008-05-26  Jacek Cabanmshtml: Fixed copy&paste typo.
2008-05-26  Kirill K. Smirnovmshtml: Fix copy/paste error.
2008-05-26  James Hawkinsmshtml: Fix a test failure in win2k3.
2008-05-26  Jacek Cabanmshtml: Fixed more tests on IE 7.
2008-05-26  Jacek Cabanmshtml: Make Wine behave like IE 7.
2008-05-26  Jacek Cabanmshtml: Fixed some tests on IE 7.
2008-05-23  James Hawkinsmshtml: Fix a few test failures in win2k3.
2008-05-22  Lei Zhangmshtml: Added ProxyEnable / ProxyServer handling.
2008-05-20  Andrew Talbotmshtml: Remove unused function.
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-13  Jacek Cabanmshtml: Fixed a typo.
2008-05-07  Jens Albretsenmshtml: Danish translation.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-05  Jacek Cabanmshtml: Added IMG element tests.
2008-05-05  Jacek Cabanmshtml: Added more script tests.
2008-05-05  Vitaliy Margolenmshtml: Don't overwrite file types that could be change...
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLImgElement.
2008-05-01  Jacek Cabanmshtml: Added IHTMLImgElement stub implementation.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyle.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLCommentElement.
2008-05-01  Jacek Cabanmshtml: Added comment and childNodes test.
2008-05-01  Jacek Cabanmshtml: Added IHTMLCommentElement stub implementation.
2008-05-01  Jacek Cabanmshtml: Handle COMMENT_NODE like ELEMENT_NODE in elemen...
2008-05-01  Jacek Cabanmshtml: Don't assume that nselem is valid in HTMLElement.
2008-05-01  Jacek Cabanmshtml: Moved IDispatchEx initialization to HTMLElement...
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLDOMChildrenCol...
2008-05-01  Jacek Cabanmshtml: Added IHTMLDOMChildrenCollection::item implemen...
2008-05-01  Jacek Cabanmshtml: Added IHTMLDOMChildrenCollection::get_length...
2008-05-01  Jacek Cabanmshtml: Added get_childNodes implementation.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLOptionElement.
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLInputElement.
2008-04-29  Jacek Cabanmshtml: Added indexed access to HTMLElementCollection...
2008-04-29  Jacek Cabanmshtml: Added support for custom DISPIDs.
2008-04-28  Jacek Cabanmshtml: Added IHTMLInputElement::get_disabled implement...
2008-04-28  Jacek Cabanmshtml: Added put_backgroundImage implementation.
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to HTMLElementCollect...
2008-04-24  Jacek Cabanmshtml: Added get_nodeType implementation.
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to text node.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMTextNode stub implementation.
2008-04-24  Jacek Cabanmshtml: Added get_firstChild implementation.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 to IDispatchEx support.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 stub implementation.
2008-04-24  Jacek Cabanmshtml: Return VT_NULL instead of empty string in getAt...
2008-04-24  Jacek Cabanmshtml: Added more IDispatchEx tests.
2008-04-24  Jacek Cabanmshtml: Return S_OK in QueryContinue.
2008-04-24  Jacek Cabanmshtml: Fixed typo.
2008-04-24  Jacek Cabanmshtml: Added elements IDispatchEx implementation.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDocument3::getElementById implementa...
2008-04-23  Joris Huizermshtml: Fixed copy/paste mistake.
2008-04-22  Andrew Talbotmshtml: Remove unused variable.
2008-04-21  Jacek Cabanmshtml: Forward IHTMLDocument2's IDispatch methods...
2008-04-21  Jacek Cabanmshtml: Added HTMLDocument's IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Make IHTMLDocument2 iterface offset independent.
2008-04-21  Jacek Cabanmshtml: Added setTimeout implementation.
2008-04-21  Jacek Cabanmshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow...
2008-04-21  Jacek Cabanmshtml: Added IHTMLWindow2::get_document implementation.
2008-04-21  Jacek Cabanmshtml: Added navigator's IDispatchEx test.
2008-04-21  Jacek Cabanmshtml: Forward window IDispatch methods.
2008-04-21  Jacek Cabanmshtml: Added window IDispatchEx implementation.
2008-04-21  Jacek Cabanmshtml: Forward IOmNavigator's IDispatch method to...
2008-04-21  Jacek Cabanmshtml: Added IDispatchEx::GetIDsOfNames implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispatchEx::Invoke implementation.
2008-04-21  Jacek Cabanmshtml: Added IDispatchEx::InvokeEx implementation.
next