Jacek Caban jacek@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.