search for: ihtmlselectelement

Displaying 14 results from an estimated 14 matches for "ihtmlselectelement".

2015 Aug 07
0
Wine release 1.7.49
...sText property implementation. mshtml: Add IHTMLXMLHttpRequest::getResponseHeader() method implementation. mshtml: Add IHTMLXMLHttpRequest::getAllResponseHeaders() method implementation. mshtml: Add IHTMLOpinionElement::index property's getter implementation. mshtml: Add IHTMLSelectElement::size property implementation. mshtml: Fix error handler in IHTMLSelectElement::remove(). -- Alexandre Julliard julliard at winehq.org
2008 Jun 27
0
Wine release 1.1.0
...Added support to accessing child nodes by index in IHTMLDOMChildrenCollection. mshtml: Fixed argument checking in IHTMLDOMChildrenCollection::item. mshtml: Added IHTMLDOMNode::removeChild implementation. mshtml: Added IHTMLDOMNode::hasChildNodes implementation. mshtml: Added IHTMLSelectElement::put_value implementation. mshtml: Return NULL instead of empty string in IHTMLSelectElement::get_value. mshtml: Added IHTMLSelectElement::put_onchange implementation. mshtml: Added IHTMLElement::get_title implementation. mshtml: Added IHTMLElement::put_title implementation...
2015 Aug 21
0
Wine release 1.7.50
...Add tr2_sys__Copy_file_wchar implementation and test. msvcp110: Add tr2_sys__Rename_wchar implementation and test. msvcp110: Add tr2_sys__Statvfs_wchar implementation and test. Zhenbo Li (4): msxml3: Handle NULL parameter in IXMLDOMElement::get_ownerDocument(). mshtml: Add IHTMLSelectElement::name property implementation. mshtml: Add IHTMLSelectElement::form property implementation. mshtml: Add IHTMLXMLHttpRequest::abort() method implementation. -- Alexandre Julliard julliard at winehq.org
2015 Jan 09
0
Wine release 1.7.34
...Caban (29): mshtml: Resolve duplicated IDispatch entries as soon as they are processed. jscript: Added test of Date object default value. mshtml: Added IHTMLStyle::styleFloat attribute implementation. mshtml: Improved IHTMLStyle3::zoom stub. mshtml: Handle VT_ERROR in IHTMLSelectElement::add. mshtml: Added IHTMLElement4::focusin semi-stub implementation. d3d11.idl: Added D3D11_APPEND_ALIGNED_ELEMENT declaration. mshtml: Added IHTMLDOMTextNode::splitText implementation. mshtml: Include nsbody reference in cycle collection. mshtml: Added IHTMLElement::g...
2013 Nov 22
0
Wine release 1.7.7
...s in declaration order. vbscript: Added bytecode support for arrays. vbscript: Added interp_dim implementation. vbscript: Added support for getting array elements. vbscript: Added support for setting array elements. vbscript: Added some array tests. mshtml: Added IHTMLSelectElement::multiple property implementation. winhttp: Moved netconn_query_data_available calls to query_data_available. urlmon: Fixed internet features tests on IE10. urlmon: Simplify get_feature_from_process. urlmon.idl: Added missing BINDSTATUS values. urlmon: Fixed protocol t...
2007 Oct 12
0
Wine release 0.9.47
...ntCollection instead of IDispatch from HTMLElementCollection_Create. mshtml: Include document element in collection returned by IHTMLDocument2::get_all. mshtml: Added IHTMLOptionElement interface stub implementation. mshtml: IHTMLElementContainer::item rewrite. mshtml: Added IHTMLSelectElement::get_length implementation. mshtml.idl: Added IHTMLInputTextElement interface. mshtml: Added IHTMLInputTextElement interface implementation. mshtml: Move most code from handle_editor_load to exec_editmode. mshtml: Skip tests if we can't get body object - it means that th...
2010 May 07
0
Wine release 1.1.44
...pped "wine:" part in NewURI call. mshtml: Use NS_CStringContainerInit2 in nsACString_Init. shldisp.idl: Added IAsyncOperation declaration. mshtml: Don't access url in translate_url after freeing it. shdocvw: Fixed typo in async_doc_navigate. mshtml: Added IHTMLSelectElement::put_length implementation. mshtml: Added IHTMLSelectElement::get_options implementation. mshtml: Added support for accessing select options by index. shdocvw: Set IE version to IE8. urlmon: Set BINF_NEEDFILE flag for synchronous binding of builtin protocols. urlmon: U...
2014 May 16
0
Wine release 1.7.19
...s for storage locking when possible. server: Try to get a read lock if we can't get a write lock. ole32: STGM_NOSNAPSHOT implies deny write. Zhenbo Li (2): mshtml: Removed invalid nsAString_InitDepend from HTMLTableRow_put_bgColor and fixed error handling. mshtml: Added IHTMLSelectElement::remove method implementation. -- Alexandre Julliard julliard at winehq.org
2018 Feb 16
0
Wine release 3.2
...ion. mshtml: Use nsIDOMElement instead of nsIDOMHTMLElement where possible in HTMLElement implementation. mshtml: Handle non-HTML elements in HTMLElement implementation. mshtml: Use nsIDOMElement instead of nsIDOMHTMLElement where possible. mshtml: Handle non-HTML element in IHTMLSelectElement:add implementation. mshtml: Added support for non-HTML elements. mshtml: Added SVG elements tests. mshtml: Added IDOMEvent::stopImmediatePropagation implementaition. mshtml: Added IDOMEvent::view property implementation. mshtml: Added IDOMMouseEvent::buttons property i...
2006 Oct 27
0
Wine release 0.9.24
...shdocvw: Move common Navigate2 code to navigate_url. shdocvw: Use navigate_url in WebBrowser::Navigate. shdocvw: Added WebBrowser::Navigate implementation. mshtml: Fix debug traces. mshtml: Use mshtmcid.h defines where possible. mshtml: Don't return empty string in IHTMLSelectElement::get_name. mshtml: Added IHTMLElement::get_className implementation. wininet: Use HTTP_ADDHDR_FLAG_REPLACE flag in HTTP_HttpSendRequest to add Content-Length header. shdocvw: Fix windows style of windows without parents. urlmon: Added image/tiff mime filter. urlmon: Ad...
2007 Oct 26
0
Wine release 0.9.48
...plementation. mshtml: Added IHTMLOptionElement::put_value implementation. mshtml: Added IHTMLOptionElement::put_text implementation. mshtml: Added IHTMLOptionElement::get_text implementation. mshtml: Added IHTMLOptionElementFactory::create implementation. mshtml: Added IHTMLSelectElement::selectedIndex property implementation. mshtml: Added more DOM tests. mshtml: Added more range tests and fixes. mshtml: Added IHTMLTxtRange::moveStart("character") implementation. mshtml: Try installing Gecko from local file in DllRegisterServer. mshtml: Adde...
2010 May 21
0
Wine release 1.2-rc1
...mshtml: Test return value of OnStateChange. mshtml: Added IHTMLOptionElement::selected property implementation. mshtml: Added IHTMLTextAreaElement::put_value implementation. mshtml: Moved getting select's option element by index to separated function. mshtml: Added IHTMLSelectElement::item implementation. mshtml: Moved getting form's elements by index to separated function. mshtml: Added IHTMLFormElement::item implementation. mshtml: Added IHTMLFormElement::action property implementation. mshtml: Added IHTMLTextAreaElement::readOnly property implemen...
2010 Feb 05
0
Wine release 1.1.38
...d String.replace implementation. jscript: Moved resetting lastIndex to do_regexp_match_next. jscript: Skip tests on old jscript.dll. mshtml: Call attached event handlers in reversed order. mshtml: Added support for pure IDispatch event handlers. mshtml: Added semi-stub IHTMLSelectElement::add implementation. mshtml: Improved IHTMLWindow::GetIDsOfNames implementation. mshtml: Code clean up. mshtml: Moved common element tids to macro. mshtml.idl: Added DispHTMLScriptElement declaration. mshtml.idl: Remove useless semicolons. mshtml: Added script el...
2012 Jan 27
1
Wine release 1.4-rc1
...support for anchor targets. mshtml: Added support for middle-button opening anchors in a new window. mshtml: Fallback to text/html mime type for document channel in nsIChannel::GetContentType. mshtml: Added VT_I2 handling to debugstr_variant. mshtml: Added VT_I2 handling to IHTMLSelectElement:add implementation. Jason Edmeades (1): richedit: v1.0 richedit uses CR and LF for enter. J?rg H?hle (11): winealsa: Fix AudioCaptureClient Get/ReleaseBuffer protocol. winecoreaudio: GetNextPacketSize returns 0 when no data is available yet. msacm32: Add missing acmStreamC...