Jacek Caban : mshtml: Moved NSContainer to HTMLDocumentObj.
Module: wine Branch: master Commit: b827996515d6494fcc6aa5993dc44daab4aa6f1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=b827996515d6494fcc6aa5993d... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Sep 16 22:09:17 2009 +0200 mshtml: Moved NSContainer to HTMLDocumentObj. --- dlls/mshtml/editor.c | 110 +++++++++++++++++------------------------- dlls/mshtml/htmldoc.c | 16 +++--- dlls/mshtml/mshtml_private.h | 11 ++-- dlls/mshtml/mutation.c | 10 ++-- dlls/mshtml/navigate.c | 4 +- dlls/mshtml/nsembed.c | 26 +++++----- dlls/mshtml/nsevents.c | 40 ++++++++-------- dlls/mshtml/nsio.c | 20 ++++---- dlls/mshtml/olecmd.c | 19 ++++--- dlls/mshtml/oleobj.c | 4 +- dlls/mshtml/persist.c | 8 ++-- dlls/mshtml/script.c | 8 ++-- dlls/mshtml/view.c | 30 ++++++------ 13 files changed, 144 insertions(+), 162 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b827996515d6494fcc6aa5...
participants (1)
-
Alexandre Julliard