search for: ihtmleventobj

Displaying 11 results from an estimated 11 matches for "ihtmleventobj".

2009 Sep 25
0
Wine release 1.1.30
...mshtml: Added GetMemberName implementation. mshtml: Added GetNextDispID and GetMemberName tests. mshtml.idl: Added missing hidden attributes. mshtml: Move event handlers invocation to separated function. mshtml: Always create event object in fire_event. mshtml: Added IHTMLEventObj::get_type implementation. mshtml: Added IHTMLEventObj::get_altKey implementation. mshtml: Added IHTMLEventObj::get_ctrKey implementation. mshtml: Addded IHTMLEventObj::get_shiftKey implementation. mshtml: Added IHTMLEventObj::get_keyCode implementation. mshtml: Added I...
2018 Feb 16
0
Wine release 3.2
...ded IDOMMouseEvent key state getters implementation. mshtml: Added IDOMMouseEvent::button property implementation. mshtml: Added IDOMMouseEvent::initMouseEvent implementation. mshtml: Expose IDOMMouseEvent to scripts. mshtml: Use IDOMMouseEvent instead of nsIDOMMouseEvent in IHTMLEventObj implementation. mshtml.idl: Added IDOMUIEvent declaration. mshtml: Added IDOMUIEvent stub implementation. mshtml: Use nsIDOMUIEvent stored in DOMEvent in IHTMLEventObj::get_[xy] implementation. mshtml: Added IDOMUIEvent::initUIEvent implementation. mshtml: Added IDOMUI...
2013 Oct 11
0
Wine release 1.7.4
...d3d: Send sampler binding updates through the command stream. wined3d: Send stream output binding updates through the command stream. d3drm: Get rid of the IDirect3DRMFrameArrayImpl typedef. d3drm: Get rid of the IDirect3DRMFrameImpl typedef. Jacek Caban (24): mshtml: Added IHTMLEventObj::x implementation. mshtml: Added IHTMLEventObj::y implementation. mshtml: Added IHTMLStyle6::outline property implementation. urlmon: Include values from 'Post Platform' registry key in user agent string. mshtml: Added support for 'document' and 'window...
2017 Oct 31
0
Wine release 2.20
...e_event_obj. mshtml: Store event target in DOMEvent. mshtml: Pass DOMEvent to call_event_handlers. mshtml: Implement IDOMEvent::preventDefault and use it where appropriate. mshtml: Implement IDOMEvent::stopPropagation and use it where appropriate. mshtml: Store current IHTMLEventObj in DOMEvent and create it in fire_event_obj if needed. mshtml: Use fire_event_obj to dispatch XHR readystatechange event. mshtml: Don't use fire_event to dispatch contextmenu event. mshtml: Don't use fire_event to dispatch window load event. mshtml: Use create_event_...
2015 May 15
0
Wine release 1.7.43
...ding file operations to complete. ntdll/tests: Fix incorrect prototype. Jacek Caban (13): mshtml: Split getAttribute into helper function and use it in IHTMLDOMAttribute::get_nodeValue implementation. mshtml: Added IHTMLDOMAttribute2::get_value implementation. mshtml: Added IHTMLEventObj::get_returnValue implementation. mshtml: Added new EventTarget struct representing event targets. mshtml: Moved getting event target data pointer to DispatchEx vtbl. mshtml: Make HTMLInnerWindow inherit from EventTarget. mshtml: Pass EventTarget to set_event_handler. m...
2017 Dec 08
0
Wine release 3.0-rc1
...pe 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. mshtml: Fixed event target leak in dispatch_event. mshtml: Added IDOMEv...
2012 Apr 27
0
Wine release 1.5.3
...#39;t leak the handle returned by AddPrinter. Hwang YunSong (1): po: Update Korean translation. Jacek Caban (36): jscript: Make sure to jump out of switch before entering implicit default clausule. mshtml: Added IHTMLStyle2::bottom implementation. mshtml: Added support for IHTMLEventObj::cancelBubble property. mshtml: Moved style_tbl lookup to separated function. mshtml: Added IHTMLStyle::removeAttribute implementation. mshtml: Added IHTMLStyle::removeAttribute tests. axcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added missing AM_GBF_N...
2018 Mar 02
0
Wine release 3.3
...entations. mshtml: Added IDOMMouseEvent::relatedTarget implementation. mshtml: Improved IDOMMouseEvent::offset[XY] stubs. mshtml: Added IDOMMouseEvent::toElement property implementation. mshtml: Added IDOMMouseEvent::fromElement property implementation. mshtml: Forward IHTMLEventObj::toElement and fromElement implementation to IDOMMouseEvent. mshtml/tests: Fixed copy&paste typo in createDocumentFragment call. mshtml: Register load, error and abort events directly in event target. mshtml: Properly support custom event listeners in XMLHttpRequest object....
2011 Aug 05
0
Wine release 1.3.26
...g. ieframe: Moved dialog resources to ieframe. ieframe: Moved string and menu resources to ieframe. ieframe: Added typelib. ieframe: Moved image resources to ieframe. ieframe: Moved WebBrowser and InternetExplorer objects implementations to ieframe. mshtml: Added IHTMLEventObj::put_returnValue implementation. ieframe: Moved ie.c tests to ieframe. mshtml.idl: Added IHTMLStyle5 and IHTMLStyle6 declarations. mshtml: Added IHTMLStyle5 implementation. mshtml: Added IHTMLSyle6 stub implementation. mshtml.idl: Added missing DispHTMLStyle properties...
2008 Oct 24
0
Wine release 1.1.7
...get_onmouseover implementations. mshtml: Added event bubbling implementation. mshtml: Added IHTMLWindow2::get_event implementation. mshtml: Pass the right 'this' argument to event handlers. mshtml: Added set_event_handler(VT_NULL) implementation. mshtml: Added IHTMLEventObj::get_srcElement implementation. mshtml: Don't crash in UIActivate if hostui is NULL. mshtml: Don't crash in notif_focus if client is NULL. mshtml: Move GetContentDOMWindow call from HTMLWindow_Create. mshtml: Added IHTMLFrameBase2::get_contentWidnow implementation....
2010 May 07
0
Wine release 1.1.44
...an assembler function on i386. kernel32: Add an x86_64 implementation for the TEB access functions. Alistair Leslie-Hughes (5): msxml4: Register classes. msxml3: Register classes. urlmon: Strip forward and back slashes when using the file: protocol. mshtml: Implement IHTMLEventObj IDispatch functions. include: Add asptlb.idl. Andrew Eikum (1): ole32: Only fail on missing Implemented Categories key if we actually have categories to check. Andrew Nguyen (29): shell32/tests: Release the test desktop interface on all appropriate exit paths in ParseDisplayName...