Module: wine Branch: master Commit: aaf3202d77d87b5c6fb5405d664cbc8a17aa30e5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aaf3202d77d87b5c6fb5405d66...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jan 6 12:59:58 2012 +0100
ieframe: Added IHTMLWindow2 stub implementation.
mshtml/ieframe separation is ugly designed. ieframe needs its own IHTMLWindow2 wrapper-like implementation.
---
dlls/ieframe/Makefile.in | 1 + dlls/ieframe/dochost.c | 1 + dlls/ieframe/ie.c | 6 + dlls/ieframe/ieframe.h | 8 + dlls/ieframe/iehtmlwnd.c | 690 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 706 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=aaf3202d77d87b5c6fb540...