Module: wine Branch: master Commit: f908f03cd98524686cc3e3b42b233bede4538796 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f908f03cd98524686cc3e3b42b...
Author: Jacek Caban jacek@codeweavers.com Date: Thu May 14 13:24:19 2015 +0200
mshtml: Added new EventTarget struct representing event targets.
---
dlls/mshtml/htmlanchor.c | 8 +++--- dlls/mshtml/htmlattr.c | 6 ++--- dlls/mshtml/htmlbody.c | 8 +++--- dlls/mshtml/htmlcomment.c | 8 +++--- dlls/mshtml/htmldoc.c | 12 ++++----- dlls/mshtml/htmlelem.c | 60 ++++++++++++++++++++++---------------------- dlls/mshtml/htmlembed.c | 8 +++--- dlls/mshtml/htmlevent.c | 4 +-- dlls/mshtml/htmlevent.h | 6 ++--- dlls/mshtml/htmlform.c | 8 +++--- dlls/mshtml/htmlframe.c | 8 +++--- dlls/mshtml/htmlframebase.c | 8 +++--- dlls/mshtml/htmlgeneric.c | 8 +++--- dlls/mshtml/htmlhead.c | 16 ++++++------ dlls/mshtml/htmliframe.c | 24 +++++++++--------- dlls/mshtml/htmlimg.c | 8 +++--- dlls/mshtml/htmlinput.c | 32 +++++++++++------------ dlls/mshtml/htmllink.c | 8 +++--- dlls/mshtml/htmlmeta.c | 8 +++--- dlls/mshtml/htmlnode.c | 30 +++++++++++----------- dlls/mshtml/htmlobject.c | 16 ++++++------ dlls/mshtml/htmloption.c | 8 +++--- dlls/mshtml/htmlscript.c | 8 +++--- dlls/mshtml/htmlselect.c | 8 +++--- dlls/mshtml/htmlstyleelem.c | 8 +++--- dlls/mshtml/htmltable.c | 24 +++++++++--------- dlls/mshtml/htmltablecell.c | 8 +++--- dlls/mshtml/htmltablerow.c | 8 +++--- dlls/mshtml/htmltextarea.c | 8 +++--- dlls/mshtml/htmltextcont.c | 8 +++--- dlls/mshtml/htmltextnode.c | 18 ++++++------- dlls/mshtml/mshtml_private.h | 8 ++++-- dlls/mshtml/script.c | 8 +++--- 33 files changed, 209 insertions(+), 207 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f908f03cd98524686cc3e3...