Module: wine Branch: refs/heads/master Commit: d656f996f118667a9a455c08a950d4f4ab647a0b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d656f996f118667a9a455c08...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Mar 1 22:04:51 2006 +0100
mshtml: Beginning support for links opened in a new frame.
---
dlls/mshtml/htmldoc.c | 2 - dlls/mshtml/mshtml_private.h | 7 ++- dlls/mshtml/navigate.c | 13 ++++-- dlls/mshtml/nsembed.c | 22 +++++++---- dlls/mshtml/nsiface.idl | 44 +++++++++++++++++++++ dlls/mshtml/nsio.c | 21 ++++++++-- dlls/mshtml/nsservice.c | 87 +++++++++++++++++++++++++++++++++++++++++- 7 files changed, 173 insertions(+), 23 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d656f996f118667a9a45...