Module: wine Branch: master Commit: e38c2ceb51f29d8fcba610ed027a44cb44ac521f URL: http://source.winehq.org/git/wine.git/?a=commit;h=e38c2ceb51f29d8fcba610ed02...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Oct 16 22:31:42 2017 +0200
mshtml: Use window event target instead of body only for selected event properties.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmlbody.c | 19 ++++++++++++---- dlls/mshtml/htmldoc.c | 1 - dlls/mshtml/htmlelem.c | 9 -------- dlls/mshtml/htmlevent.c | 53 +++++++++++++++---------------------------- dlls/mshtml/htmlevent.h | 13 +++++++---- dlls/mshtml/htmlwindow.c | 7 ------ dlls/mshtml/mshtml_private.h | 3 +-- dlls/mshtml/nsevents.c | 17 ++------------ dlls/mshtml/tests/events.html | 12 +++++++++- dlls/mshtml/xmlhttprequest.c | 1 - 10 files changed, 55 insertions(+), 80 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e38c2ceb51f29d8fcba610...