Module: wine Branch: master Commit: b650e768bea8a2fc855c005ef6c9bce0c9131dc6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b650e768bea8a2fc855c005ef... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Dec 10 20:36:49 2021 +0100 mshtml: Fix dispex hooks handling for function objects. Based on patch by Gabriel Ivăncescu. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mshtml/dispex.c | 40 +++++++++++++++++++++++++++++---------- dlls/mshtml/htmlelem.c | 5 ++--- dlls/mshtml/htmlevent.c | 10 ++++------ dlls/mshtml/mshtml_private.h | 4 +++- dlls/mshtml/tests/documentmode.js | 14 +++++++++++++- dlls/mshtml/xmlhttprequest.c | 5 ++--- 6 files changed, 54 insertions(+), 24 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b650e768bea8a2fc855c0...