8 Oct
2008
8 Oct
'08
2:32 p.m.
Module: wine Branch: master Commit: 2e52c61c4c08291710c2b4c320517b0ffd723a07 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e52c61c4c08291710c2b4c320... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Oct 7 14:44:36 2008 -0500 mshtml: Added HTMLIFrame stub implementation. --- dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 3 + dlls/mshtml/htmliframe.c | 229 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/nsiface.idl | 31 ++++++ dlls/mshtml/tests/dom.c | 22 ++++- 6 files changed, 284 insertions(+), 3 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2e52c61c4c08291710c2b4...