[PATCH 2/3] mshtml: Added IHTMLDocument7 stub implementation.

Alexandre Julliard julliard at winehq.org
Wed Mar 12 13:05:46 CDT 2014


Jacek Caban <jacek at codeweavers.com> writes:

> Due to how tests are written, we need to switch to IWebBrowserPriv2IE9
> in the same patch.
>
> ---
>  dlls/ieframe/ieframe.h       |   2 +-
>  dlls/ieframe/navigate.c      | 104 +----
>  dlls/mshtml/Makefile.in      |   1 +
>  dlls/mshtml/htmldoc.c        |   4 +
>  dlls/mshtml/htmldoc7.c       | 939 +++++++++++++++++++++++++++++++++++++++++++

Merging htmldoc3 and htmldoc5 was a good start, couldn't we do this with
the rest of the htmldoc implementations too?  There are way too many
files in that dll already.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list