Module: wine Branch: master Commit: 451f5b4ad6e4cbad9f5d06f9ee7012b8256bf305 URL: http://source.winehq.org/git/wine.git/?a=commit;h=451f5b4ad6e4cbad9f5d06f9ee...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Dec 3 01:12:12 2009 +0100
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
---
dlls/mshtml/htmlelem.c | 5 ++- dlls/mshtml/htmlframebase.c | 72 +++++++++++++++++++++++----- dlls/mshtml/htmliframe.c | 61 +++++++++-------------- dlls/mshtml/mshtml_private.h | 8 ++- dlls/mshtml/mutation.c | 107 ++++++++---------------------------------- 5 files changed, 112 insertions(+), 141 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=451f5b4ad6e4cbad9f5d06...