Displaying 9 results from an estimated 9 matches for "ihtmlformelement".
2014 Jul 25
0
Wine release 1.7.23
..._PRIMITIVE_INSTALLER_FAILED.
Vincent Povirk (1):
mscoree: Accept "v4.0" as a runtime version in config files.
Zhenbo Li (5):
mshtml: Added support for IHTMLTable[23] interfaces in HTMLTable.
mshtml: Added IHTMLTable::summary property implementation.
mshtml: Added IHTMLFormElement::reset method implementation.
mshtml: Fixed get_target_window when no parent frame is found.
mshtml: Added IHTMLFormElement::target property implementation.
--
Alexandre Julliard
julliard at winehq.org
2011 Mar 04
0
Wine release 1.3.15
...ipt: Fixed corner cases in parseInt implementation.
mshtml: Fixed typos in IHTMLInputElement::value tests.
mshtml: Store style filter in HTMLStyle object.
mshtml: Store style object in element object.
mshtml: Added simple filter parser to support opacity.
mshtml: Added IHTMLFormElement::onsubmit implementation.
mshtml: Fixed memory leak.
mshtml: Added support for canceling default event behavior.
mshtml: Added onsubmit and event canceling tests.
mshtml: Added IHTMLFormElement::get_elements implementation.
mshtml: Added IHTMLLocation::replace implemen...
2010 May 21
0
Wine release 1.2-rc1
...ed 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 implementation.
mshtml: Fixed test on some IEs.
mshtml: Fixed platform test on 64-bit IE6.
exdisp.idl: Added missing DWebBrowserE...
2013 Sep 27
0
Wine release 1.7.3
...tream.
mshtml: Added separated structure to store request data.
mshtml: Use proper BINF flags for form submit.
mshtml: Add trailing null byte to post data.
mshtml: Try to not use nsIDOMHTMLFormElement::Submit for IHTMLFormElelement::submit implementation.
mshtml: Added IHTMLFormElement::sumit tests.
Jactry Zeng (1):
riched20/tests: Add UTF8 BOM tests for EM_SETTEXTEX.
Jo?ko Nikoli? (2):
po: Update Croatian translation.
po: Update Croatian translation.
Ken Thomases (10):
winemac: At the start of a resize operation, get window min/max size info and pass i...
2018 Feb 16
0
Wine release 3.2
...spex_data_t and use it in dispex_compat_mode when possible.
mshtml: Always set valid IEventTarget vtbl.
mshtml/tests: Run textarea tests in both quirks and IE9 compat mode.
mshtml: Added IE9+ mode support to HTMLFormElement::elements property.
mshtml: Fixed error handling in IHTMLFormElement::item in IE9+ mode.
mshtml: Fixed error handling in IHTMLElementCollection::item in IE9+ mode.
mshtml/tests: Run form element tests in both quirks and IE9 compat mode.
jscript: Improve interp_local debug traces.
mshtml: Store Gecko element both as nsIDOMElement and nsIDOMHTM...
2012 Apr 13
0
Wine release 1.5.2
...l listeners in detach_events.
mshtml: Added IHTMLImgElement::onerror implementation.
mshtml: Added IHTMLImgElement::onerror tests.
mshtml: Added semi-stub implementation of IOmNavigator::get_cookieEnabled.
urlmon: Build more appropriate user agent string.
mshtml: Added IHTMLFormElement::submit implementation.
jscript: Replace only the first match for non-regexp pattern in String.replace.
mshtml: Added better IHTMLWindow2::get_opener stub.
mshtml: Added IHTMLDocument2::onkeypress implementation.
mshtml: Added IHTMLElement2::blur implementation.
mshtml...
2011 Jan 07
0
Wine release 1.3.11
...or the IHTMLTextContainer iface.
mshtml: COM cleanup for the ICustomDoc iface.
mshtml: COM cleanup for the IHTMLLocation iface.
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
mshtml: COM cleanup for the nsIDOMEventListener iface.
mshtml: COM cleanup for the IHTMLFormElement iface.
mshtml: COM cleanup for the nsIFactory iface.
mshtml: COM cleanup for the IHTMLCommentElement iface.
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
mshtml: COM cleanup for the IHTMLTable iface.
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
msht...
2010 May 07
0
Wine release 1.1.44
...shdocvw: Set IE version to IE8.
urlmon: Set BINF_NEEDFILE flag for synchronous binding of builtin protocols.
urlmon: Use cache file to read in synchronous binding.
urlmon: Added reading from cache file tests.
mshtml: Fixed IObjectSafety failure handling.
mshtml: Added IHTMLFormElement::get_length implementation.
mshtml: Added IHTMLDocument2::clear implementation.
mshtml: Added beginning support for oncontextmenu event.
mshtml: Added IHTMLInputElement::put_type implementation.
mshtml: Added IHTMLInputElement::get_type tests.
mshtml: Added IHTMLInputE...
2009 Dec 04
0
Wine release 1.1.34
...mshtml: Implement IHTMLWindow2::get_top.
mshtml: Also get dispid by element name & id in HTMLElementCollection.
mshtml: Also search by node name attribute in IHTMLDocument3::getElementById.
mshtml.idl: Add DispHTMLFormElement interface.
mshtml: Add stub implementation of IHTMLFormElement.
mshtml: Add get_dispid and invoke methods to HTMLNode vtbl.
mshtml: Support get_dispid and invoke methods in HTMLFormElement.
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
Andrew Nguyen (5):
dbghelp: Stub SymRefreshModuleList.
msvcrt: Implement...