Module: wine Branch: master Commit: 79356c65c1e681ed46656cd65bb0f63617f37b8b URL: http://source.winehq.org/git/wine.git/?a=commit;h=79356c65c1e681ed46656cd65b...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Jun 25 14:05:17 2012 +0200
mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.
---
dlls/mshtml/htmldoc.c | 7 +- dlls/mshtml/htmlevent.c | 2 +- dlls/mshtml/htmlevent.h | 2 +- dlls/mshtml/htmlframe.c | 4 +- dlls/mshtml/htmlframebase.c | 4 +- dlls/mshtml/htmliframe.c | 4 +- dlls/mshtml/htmlimg.c | 9 ++- dlls/mshtml/htmloption.c | 6 +- dlls/mshtml/htmlwindow.c | 172 +++++++++++++++++++++++++++--------------- dlls/mshtml/mshtml_private.h | 5 +- dlls/mshtml/navigate.c | 12 ++-- dlls/mshtml/npplugin.c | 8 +- dlls/mshtml/nsio.c | 8 +- dlls/mshtml/persist.c | 2 +- dlls/mshtml/script.c | 6 +- 15 files changed, 151 insertions(+), 100 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=79356c65c1e681ed46656c...