Jacek Caban : mshtml: Introduce IWineJSDispatchHost interface.
Module: wine Branch: master Commit: bea627b646f190865fe84880a6c22c83643f471e URL: https://gitlab.winehq.org/wine/wine/-/commit/bea627b646f190865fe84880a6c22c8... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Jun 4 18:17:00 2024 +0200 mshtml: Introduce IWineJSDispatchHost interface. Based on patch by Gabriel Ivăncescu. --- dlls/mshtml/dispex.c | 130 ++++++++++++++++++----------------- dlls/mshtml/htmlattr.c | 6 +- dlls/mshtml/htmldoc.c | 4 +- dlls/mshtml/htmlelem.c | 22 +++--- dlls/mshtml/htmlelemcol.c | 2 +- dlls/mshtml/htmlevent.c | 6 +- dlls/mshtml/htmlframe.c | 4 +- dlls/mshtml/htmlstyle.c | 2 +- dlls/mshtml/htmlwindow.c | 81 +++++++++++----------- dlls/mshtml/mshtml_private.h | 18 ++--- dlls/mshtml/mshtml_private_iface.idl | 9 +++ dlls/mshtml/mutation.c | 2 +- dlls/mshtml/oleobj.c | 18 ++--- dlls/mshtml/omnavigator.c | 2 +- dlls/mshtml/script.c | 6 +- 15 files changed, 162 insertions(+), 150 deletions(-)
participants (1)
-
Alexandre Julliard