Module: wine Branch: master Commit: a0624a7e188911b8bd5352f325cb6bd4a87c64ec URL: https://gitlab.winehq.org/wine/wine/-/commit/a0624a7e188911b8bd5352f325cb6bd...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Jan 29 16:59:39 2024 +0200
mshtml: Implement IActiveScriptSite service.
With IOleCommandTarget stub, since it's the interface used.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlscript.h | 3 ++ dlls/mshtml/script.c | 66 +++++++++++++++++++++++++++++ dlls/mshtml/service.c | 16 +++++++ dlls/mshtml/tests/events.c | 31 +++++++++++++- dlls/mshtml/tests/htmldoc.c | 52 +++++++++++++++++++++++ dlls/mshtml/tests/script.c | 101 ++++++++++++++++++++++++++++++++++++++++---- 6 files changed, 258 insertions(+), 11 deletions(-)