search for: ihtmlelementcollect

Displaying 7 results from an estimated 7 matches for "ihtmlelementcollect".

2010 Jul 31
2
getElementsByName
static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v, IHTMLElementCollection **ppelColl) { HTMLDocument *This = HTMLDOC3_THIS(iface); FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl); return E_NOTIMPL; } I'm trying to use an application that has an embedded IE browser component and unfortunately the html that's rendered in there m...
2014 May 02
0
Wine release 1.7.18
...tion.c into device.c. Huw D. M. Davies (4): include: Add a few missing out-precision and clip-precision defines. shlwapi/tests: Fix win8 test failures. ole32/tests: Fix win8 test failures. kernel32/tests: Fix test for win8 heap layout. Jacek Caban (17): mshtml: Added IHTMLElementCollection::get__newEnum implementation. mshtml: Added IHTMLElementCollection::get__newEnum tests. mshtml: Fixed HTMLElementCollectionEnum_Next implementation for NULL pCeltFetched. mshtml: Added IHTMLDOMChildrenCollection::get__newEnum implementation. mshtml: Added IHTMLDOMChildren...
2015 Jun 12
0
Wine release 1.7.45
...5): msvcrt: Add __swprintf_l. msvcp110: Add _Yarn<wchar_t> implementaton. msvcrt: Add _W_Getdays. msvcrt: Add _W_GetMonths. msvcp110: Add wide-char days and months to _LocInfo. Dmitry Timoshkov (1): mshtml: Handle VT_INT/VT_UI4 same way as VT_I4/VT_UINT in IHTMLElementCollection::item. Erich Hoover (1): kernel32: Implement GetSystemTimes. Guillaume Charifi (2): xaudio2_7: Implement IXaudio2 interface as stub. xaudio2_7: Add XAudio2 class registration. Hans Leidekker (5): include: Add missing BITS interfaces. qmgr: Update to IBackgroundCo...
2007 Oct 12
0
Wine release 0.9.47
...HTMLDOMNode pointer to its destructor. mshtml: Pass HTMLDOMNode pointer to HTMLElement's destructor. mshtml: Use vtbl for node destructors. mshtml: Move nodes' QueryInterface implementation to vtbl. mshtml: Move common code to separated function. mshtml: Return IHTMLElementCollection 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 IHTMLSele...
2018 Feb 16
0
Wine release 3.2
...lways 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 nsIDOMHTMLElement in HTMLElement. mshtml: Pass element as nsIDOMElement to get_el...
2011 Jan 07
0
Wine release 1.3.11
.../tests: COM cleanup for usrmarshal.c. mshtml: COM cleanup for the IHTMLElement iface. mshtml: COM cleanup for the IHTMLElement2 iface. mshtml: COM cleanup for the IHTMLElement3 iface. mshtml: COM cleanup for the IHTMLFiltersCollection iface. mshtml: COM cleanup for the IHTMLElementCollection iface. mshtml: COM cleanup for the IHTMLDOMNode iface. mshtml: COM cleanup for the IHTMLDOMNode2 iface. mshtml: COM cleanup for the IHTMLDOMChildrenCollection iface. mshtml: COM cleanup for the nsIHttpChannel iface. mshtml: COM cleanup for the remaining ifaces in ns...
2009 Jul 17
0
Wine release 1.1.26
...ean resource. Jacek Caban (17): mshtml: Don't call AutoRegister on GRE directory - it's no longer needed. urlmon: Ignore QueryInterface call for an undocumented interface. urlmon: Moved more initialization code to init_test. mshtml: Added support for VT_UINT name in IHTMLElementCollection::item. wininet: Rename WININETHANDLEHEADER to object_header_t. wininet: Rename WININETHTTPSESSIONW to http_session_t. wininet: Rename WININETHTTPREQW to http_request_t. wininet: Rename WININETAPPINFOW to appinfo_t. wininet: Rename WININETFTPSESSIONW to ftp_session_t...