search for: call_event_handlers

Displaying 4 results from an estimated 4 matches for "call_event_handlers".

2017 Oct 31
0
Wine release 2.20
...t instead of body only for selected event properties. mshtml: Fire message event with window as a target. mshtml: Use separated struct for event target vtbl. mshtml: Use vtbl to get ConnectionPointContainer from event target. mshtml: Always use event target as script this in call_event_handlers. mshtml: Call default event handles through event target vtbl. mshtml: Store event target as EventTarget in HTMLEventObj. mshtml: Update event_info array. mshtml: Use event target vtbl to construct target chain in fire_event_obj. mshtml: Use event target vtbl to set cu...
2015 May 29
0
Wine release 1.7.44
...or binding to event in attach_event. mshtml: Get rid of no longer needed detach_event argument. mshtml: Use bind_event in set_event_handler. ieframe: Allow any VT_ARRAY type as post data. kernel32: Fixed buffer overflow in GetShortPathNameW. mshtml: Pass EventTarget to call_event_handlers. Jactry Zeng (1): ntdll/tests: Test opening a directory with NULL ObjectName. Jiaxing Wang (1): regedit: Avoid appending '\0' to string value of imported key. Julian R?ger (1): po: Update German translation. Ken Thomases (5): ntdll: Increase name buffer size in r...
2018 Oct 26
0
Wine release 3.19
...t_usage" field from struct wined3d_buffer to struct wined3d_buffer_gl. Jacek Caban (21): rpcrt4: Reset assoc_group_id on associations with no active connection. rpcrt4: Try reconnecting when to server in IRpcSend on broken connection. mshtml: Try to avoid use_event_quirks in call_event_handlers if possible. jscript: Allow trailing comma in object literals. server: Use pipe_end_get_file_info for FilePipeLocalInformation implementation. server: Use pipe_end_get_file_info for FilePipeInformation implementation. server: Support NamedPipeState in FilePipeLocalInformatio...
2017 Feb 17
0
Wine release 2.2
...get as EventTarget from DispatchEx vtbl. mshtml: Don't reallocate handler_vector_t when handlers are added. mshtml: Added new get_handler_vector helper for creating handle_vector_t. mshtml: Use get_handler_vector in remove_event_handler. mshtml: Use get_handler_vector in call_event_handlers. mshtml: Use get_handler_vector in get_event_handler. mshtml: Use get_handler_vector in detach_event. mshtml: Pass event target as EventTarget to release_event_target. mshtml: Release event target in XMLHttpRequest destructor. rbtree.h: Added WINE_RB_FOR_EACH_DESTRUCTO...