Module: wine Branch: master Commit: bea3154f48f97f866b1083e6f4421055244b8b83 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bea3154f48f97f866b1083e6f4...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Aug 25 15:23:35 2011 +0200
mshtml: Added IHTMLAttributeCollection stub.
---
dlls/mshtml/htmlanchor.c | 1 + dlls/mshtml/htmlbody.c | 1 + dlls/mshtml/htmlcomment.c | 3 +- dlls/mshtml/htmlelem.c | 190 +++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/htmlembed.c | 3 +- dlls/mshtml/htmlform.c | 1 + dlls/mshtml/htmlframe.c | 1 + dlls/mshtml/htmlgeneric.c | 3 +- dlls/mshtml/htmlhead.c | 4 +- dlls/mshtml/htmliframe.c | 1 + dlls/mshtml/htmlimg.c | 1 + dlls/mshtml/htmlinput.c | 1 + dlls/mshtml/htmlnode.c | 18 ++++- dlls/mshtml/htmlobject.c | 1 + dlls/mshtml/htmloption.c | 3 +- dlls/mshtml/htmlscript.c | 1 + dlls/mshtml/htmlselect.c | 1 + dlls/mshtml/htmlstyleelem.c | 3 +- dlls/mshtml/htmltable.c | 1 + dlls/mshtml/htmltablerow.c | 3 +- dlls/mshtml/htmltextarea.c | 1 + dlls/mshtml/mshtml_private.h | 21 +++++ 22 files changed, 253 insertions(+), 10 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bea3154f48f97f866b1083...