Module: wine Branch: master Commit: e5dbd6e9f0e1b0b90568387d798775175059f893 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5dbd6e9f0e1b0b90568387d79...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Mar 13 14:13:11 2014 +0100
mshtml: Added IHTMLDocument7 stub implementation.
---
dlls/ieframe/ieframe.h | 2 +- dlls/ieframe/navigate.c | 104 +---- dlls/mshtml/htmldoc.c | 903 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/navigate.c | 6 +- 5 files changed, 928 insertions(+), 88 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e5dbd6e9f0e1b0b9056838...