Module: wine Branch: master Commit: ecc551b911c0f8b68cd6e4b4d26922b265b681a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ecc551b911c0f8b68cd6e4b4d2...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Dec 1 22:43:14 2010 +0100
mshtml: Improved error handling in element constructors.
---
dlls/mshtml/htmlanchor.c | 20 ++++++++++++++------ dlls/mshtml/htmlbody.c | 23 ++++++++++++++--------- dlls/mshtml/htmlelem.c | 5 ++--- dlls/mshtml/htmlembed.c | 11 ++++++++--- dlls/mshtml/htmlform.c | 20 ++++++++++++++------ dlls/mshtml/htmlframe.c | 7 +++++-- dlls/mshtml/htmliframe.c | 7 +++++-- dlls/mshtml/htmlimg.c | 16 ++++++++++++---- dlls/mshtml/htmlinput.c | 23 +++++++++++++++-------- dlls/mshtml/htmlobject.c | 20 ++++++++++++++------ dlls/mshtml/htmloption.c | 20 ++++++++++++++------ dlls/mshtml/htmlscript.c | 20 ++++++++++++++------ dlls/mshtml/htmlselect.c | 20 ++++++++++++++------ dlls/mshtml/htmlstyleelem.c | 11 ++++++++--- dlls/mshtml/htmltable.c | 23 +++++++++++++++-------- dlls/mshtml/htmltablerow.c | 20 ++++++++++++++------ dlls/mshtml/htmltextarea.c | 20 ++++++++++++++------ dlls/mshtml/mshtml_private.h | 32 ++++++++++++++++---------------- 18 files changed, 212 insertions(+), 106 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ecc551b911c0f8b68cd6e4...