Module: wine Branch: master Commit: e4af9ccd2545fcf2d6388bbc0c632c90eebd0247 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e4af9ccd2545fcf2d6388bbc0c...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jan 21 14:47:37 2010 +0100
mshtml: Added IHTMLFrameElement3 stub implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlframe.c | 270 +++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/htmlframebase.c | 105 ----------------- dlls/mshtml/tests/dom.c | 21 +++- 4 files changed, 290 insertions(+), 107 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e4af9ccd2545fcf2d6388b...