Module: wine Branch: master Commit: 3263ace6866db867d57e30aec99326eddfb32639 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3263ace6866db867d57e30aec9... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Oct 21 21:30:20 2009 +0200 mshtml: Initialize iframe windows when added to document. --- dlls/mshtml/htmldoc.c | 2 +- dlls/mshtml/htmliframe.c | 53 +++++++-------------------------------- dlls/mshtml/htmlwindow.c | 55 +++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/mshtml_private.h | 6 ++++- dlls/mshtml/mutation.c | 50 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 120 insertions(+), 46 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3263ace6866db867d57e30...