Module: wine Branch: master Commit: 9339317e171290b3d9272168bee3cedaf0e66a4e URL: https://gitlab.winehq.org/wine/wine/-/commit/9339317e171290b3d9272168bee3ced...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Sep 12 18:50:32 2023 +0300
mshtml: Forward objects' IUnknown methods to the DispatchEx.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/dispex.c | 34 ++---- dlls/mshtml/htmlattr.c | 20 +--- dlls/mshtml/htmlelem.c | 100 +++--------------- dlls/mshtml/htmlelemcol.c | 20 +--- dlls/mshtml/htmlevent.c | 40 ++------ dlls/mshtml/htmlimg.c | 20 +--- dlls/mshtml/htmllocation.c | 20 +--- dlls/mshtml/htmlnode.c | 40 ++------ dlls/mshtml/htmlselect.c | 20 +--- dlls/mshtml/htmlstorage.c | 20 +--- dlls/mshtml/htmlstyle.c | 20 +--- dlls/mshtml/htmlstylesheet.c | 80 +++------------ dlls/mshtml/htmlwindow.c | 20 +--- dlls/mshtml/mshtml_private.h | 7 -- dlls/mshtml/mutation.c | 20 +--- dlls/mshtml/omnavigator.c | 240 +++++++------------------------------------ dlls/mshtml/range.c | 40 ++------ dlls/mshtml/selection.c | 20 +--- dlls/mshtml/xmlhttprequest.c | 40 ++------ 19 files changed, 128 insertions(+), 693 deletions(-)