29 Oct
2010
29 Oct
'10
3:58 p.m.
Module: wine Branch: master Commit: d147ee1392a8e1e04379530414231c4a1abe1b37 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d147ee1392a8e1e04379530414... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Oct 29 15:53:15 2010 +0200 mshtml: Added IHTMLEmbedElement stub implementation. --- dlls/mshtml/Makefile.in | 1 + dlls/mshtml/dispex.c | 2 + dlls/mshtml/htmlelem.c | 3 + dlls/mshtml/htmlembed.c | 278 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 3 + dlls/mshtml/tests/dom.c | 21 +++- 6 files changed, 305 insertions(+), 3 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d147ee1392a8e1e0437953...