Module: wine Branch: master Commit: ee80f1a07854479c443e6b409e9c759dcfae1410 URL: https://gitlab.winehq.org/wine/wine/-/commit/ee80f1a07854479c443e6b409e9c759...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Sep 20 16:14:31 2023 +0300
mshtml: Use the event_target vtbl's handle_event for all nodes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlanchor.c | 13 ++++--------- dlls/mshtml/htmlarea.c | 13 ++++--------- dlls/mshtml/htmlbody.c | 2 +- dlls/mshtml/htmlcomment.c | 2 +- dlls/mshtml/htmlelem.c | 16 +++++----------- dlls/mshtml/htmlevent.c | 5 ++--- dlls/mshtml/htmlevent.h | 5 ++--- dlls/mshtml/htmlform.c | 13 ++++--------- dlls/mshtml/htmlframe.c | 4 ++-- dlls/mshtml/htmlgeneric.c | 2 +- dlls/mshtml/htmlhead.c | 8 ++++---- dlls/mshtml/htmlimg.c | 2 +- dlls/mshtml/htmlinput.c | 6 +++--- dlls/mshtml/htmllink.c | 2 +- dlls/mshtml/htmlobject.c | 4 ++-- dlls/mshtml/htmlscript.c | 2 +- dlls/mshtml/htmlselect.c | 4 ++-- dlls/mshtml/htmlstyleelem.c | 2 +- dlls/mshtml/htmltable.c | 6 +++--- dlls/mshtml/htmltextarea.c | 2 +- dlls/mshtml/mshtml_private.h | 2 -- dlls/mshtml/svg.c | 4 ++++ 22 files changed, 49 insertions(+), 70 deletions(-)