8 Oct
2008
8 Oct
'08
2:32 p.m.
Module: wine Branch: master Commit: 536fac7c1b4ef7f6f124d7f3100d3284313f3018 URL: http://source.winehq.org/git/wine.git/?a=commit;h=536fac7c1b4ef7f6f124d7f310... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Oct 7 14:44:18 2008 -0500 mshtml: Added IHTMLElement3 stub implementation. --- dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 4 + dlls/mshtml/htmlelem3.c | 447 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 3 + dlls/mshtml/tests/dom.c | 14 ++ 5 files changed, 469 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=536fac7c1b4ef7f6f124d7...