Module: wine Branch: master Commit: 9c45b34c62dfadb600d271c17694fe9510d68011 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9c45b34c62dfadb600d271c176...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Mar 11 19:00:50 2014 +0100
mshtml: Bind events not sent to default view to body element instead of directly to target.
---
dlls/mshtml/htmldoc.c | 2 +- dlls/mshtml/htmldoc3.c | 2 +- dlls/mshtml/htmlelem2.c | 2 +- dlls/mshtml/htmlevent.c | 82 +++++++++++++++++++--------------------------- dlls/mshtml/htmlevent.h | 10 +++--- dlls/mshtml/htmlwindow.c | 4 +-- 6 files changed, 44 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9c45b34c62dfadb600d271...