Module: wine Branch: master Commit: d3a9f162e8c4741e02bcb19fc41158da58dba562 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d3a9f162e8c4741e02bcb19fc4...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Nov 1 19:16:48 2009 +0100
mshtml: Moved whole element initialization to HTMLElement_Init.
---
dlls/mshtml/htmlanchor.c | 4 ++-- dlls/mshtml/htmlbody.c | 4 ++-- dlls/mshtml/htmlcomment.c | 6 ++++-- dlls/mshtml/htmlelem.c | 42 +++++++++++++++++++++++------------------- dlls/mshtml/htmlgeneric.c | 4 ++-- dlls/mshtml/htmliframe.c | 4 ++-- dlls/mshtml/htmlimg.c | 4 ++-- dlls/mshtml/htmlinput.c | 4 ++-- dlls/mshtml/htmlnode.c | 3 ++- dlls/mshtml/htmloption.c | 4 ++-- dlls/mshtml/htmlscript.c | 4 ++-- dlls/mshtml/htmlselect.c | 4 ++-- dlls/mshtml/htmltable.c | 4 ++-- dlls/mshtml/htmltablerow.c | 4 ++-- dlls/mshtml/htmltextarea.c | 4 ++-- dlls/mshtml/htmltextcont.c | 5 +++-- dlls/mshtml/mshtml_private.h | 28 ++++++++++++++-------------- 17 files changed, 70 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d3a9f162e8c4741e02bcb1...