Module: wine Branch: master Commit: cab7ce593575ef7534a4a96b7d553f9900a47e28 URL: https://gitlab.winehq.org/wine/wine/-/commit/cab7ce593575ef7534a4a96b7d553f9...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Nov 14 19:53:26 2022 +0200
mshtml: Expose IEventTarget on HTMLDocumentObj and forward it to the doc node.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/oleobj.c | 55 ++++++++ dlls/mshtml/tests/doc_with_prop.html | 3 + dlls/mshtml/tests/doc_with_prop_ie9.html | 4 + dlls/mshtml/tests/events.c | 223 ++++++++++++++++++++++++++++--- dlls/mshtml/tests/rsrc.rc | 6 + 6 files changed, 275 insertions(+), 17 deletions(-)