search for: idomev

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

Did you mean: idome
2017 Dec 08
0
Wine release 3.0-rc1
...listener container type as a string. mshtml: Pass listener type as a string to get_listener_container. mshtml: Pass listener type as a string to remove_event_listener. mshtml: Silence some noisy FIXMEs. mshtml: Store event type string in DOMEvent object. mshtml: Added IDOMEvent::get_type implementation. mshtml: Use IDOMEvent for IHTMLEventObj::get_type implementation. mshtml: Added IDOMEvent::get_bubbles implementation. mshtml: Added IDOMEvent::get_cancelable implementation. mshtml: Ignore preventDefault calls for non-cancelable events. ms...
2017 Oct 31
0
Wine release 2.20
...et vtbl to construct target chain in fire_event_obj. mshtml: Use event target vtbl to set current window event in fire_event_obj. mshtml: Set current event target in fire_event_obj. mshtml: Added IDocumentEvent::createEvent implementation. mshtml: Store DOMEvent instead of nsIDOMEvent in HTMLEventObj. mshtml: Store event id in DOMEvent. mshtml: Pass DOMEvent instead of event id to fire_event_obj. mshtml: Store event target in DOMEvent. mshtml: Pass DOMEvent to call_event_handlers. mshtml: Implement IDOMEvent::preventDefault and use it where appro...
2018 Feb 16
0
Wine release 3.2
...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 implementation. mshtml: Added IDOMEvent::pageX and pageY properties implementation. mshtml: Added IDOMKeyboardEvent::which and...
2017 Nov 11
0
Wine release 2.21
...r VT_UI2 VARIANT types. mshtml: Added support for VT_UI2 in IDispatchEx. mshtml: Added DOMContentLoaded event implementation. mshtml: Expose IEventTarget to scripts. mshtml/tests: Added script IE9+ event tests. mshtml: Introduce variant_bool helper. mshtml: Added IDOMEvent::get_defaultPrevented implementation. mshtml: Use variant_bool helper where appropriate. mshtml: Added IDocumentSelector::querySelector implementation. mshtml: Merge hlink.c into persist.c. Józef Kucia (28): wined3d: Add ARB_draw_indirect extension. wined3d: Factor...
2018 Mar 16
0
Wine release 3.4
...wined3d_device_parent_ops callbacks. wined3d: Merge volumetexture_init() and texture_init(). wined3d: Merge wined3d_texture_init() into texture_init(). winex11: Restore the X11DRV_FLUSH_GL_DRAWABLE XFlush() for setups without OML_sync_control. Jacek Caban (3): mshtml: Use nsIDOMEvent directly to prevent default event handling in dispatch_event_object. mshtml/tests: Added more IDOMEvent::preventDefault tests. msctf: Added semi-stub support for ITfKeyTraceEventSink event sink. James Woodcock (1): msvcrt: Gets() should handle EOF on stdin gracefully. Johann...
2018 Feb 02
0
Wine release 3.1
...kernel32: Don't initialize Information of passed OVERLAPPED struct in ReadFile. kernel32: Always set bytes written in WriteFile. kernel32: Don't initialize Information of passed OVERLAPPED struct in WriteFile. schtasks: Ignore /tr and /ru options. mshtml: Added IDOMEvent::get_srcElement implementation. crypt32: Added support for szOID_NIST_sha* OIDs. crypt32: Support constructed strings in octet strings decoder. crypt32/tests: Added more decoding tests. crypt32: Fixed decoded size calculation in CRYPT_AsnDecodeSequence when indefinite len...
2012 Jul 31
0
Wine release 1.5.10
...vbscript: Added compiler support for select case statement. vbscript: Added interp_case implementation. vbscript: Added select case statement tests. mshtml.idl: Added IXMLHttpRequest declaration. mshtml.idl: Added more *XMLHttpRequest* declarations. mshtml.idl: Added IDOMEvent and IDOMEventTarget declarations. widl: Add IDL installation directory to include path. mshtml: Fixed tests on Vista. mshtml: Unescape script from javascript: URLs before executing them. mshtml: Share IHTMLFrameBase tests between iframe and frame element tests. msht...