Module: wine Branch: master Commit: 08964ede45f9ac9d787ba8dd7f8cf31ca7cf2324 URL: http://source.winehq.org/git/wine.git/?a=commit;h=08964ede45f9ac9d787ba8dd7f...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Jun 25 14:04:59 2012 +0200
mshtml: Added separated types for outer and inner HTML windows.
---
dlls/mshtml/binding.h | 12 +- dlls/mshtml/htmlanchor.c | 2 +- dlls/mshtml/htmldoc.c | 22 ++-- dlls/mshtml/htmlevent.c | 2 +- dlls/mshtml/htmlevent.h | 2 +- dlls/mshtml/htmlframe.c | 4 +- dlls/mshtml/htmlframebase.c | 8 +- dlls/mshtml/htmliframe.c | 2 +- dlls/mshtml/htmlimg.c | 2 +- dlls/mshtml/htmllocation.c | 2 +- dlls/mshtml/htmloption.c | 2 +- dlls/mshtml/htmlwindow.c | 369 ++++++++++++++++++++++++------------------ dlls/mshtml/mshtml_private.h | 75 +++++---- dlls/mshtml/mutation.c | 2 +- dlls/mshtml/navigate.c | 28 ++-- dlls/mshtml/npplugin.c | 8 +- dlls/mshtml/nsevents.c | 2 +- dlls/mshtml/nsio.c | 34 ++-- dlls/mshtml/nsservice.c | 4 +- dlls/mshtml/oleobj.c | 2 +- dlls/mshtml/persist.c | 12 +- dlls/mshtml/pluginhost.c | 2 +- dlls/mshtml/script.c | 22 ++-- 23 files changed, 340 insertions(+), 280 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=08964ede45f9ac9d787ba8...