Added support for XLink - simple links and show=replace or new. Modified nsILinkHandler interface.
git-svn-id: svn://10.0.0.236/trunk@14640 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -457,8 +457,8 @@ nsFormFrame::OnSubmit(nsIPresContext* aPresContext, nsIFrame* aFrame)
|
||||
}
|
||||
|
||||
/* The postBuffer is now owned by the IPostData instance */
|
||||
}
|
||||
handler->OnLinkClick(aFrame, absURLSpec, target, postData);
|
||||
}
|
||||
handler->OnLinkClick(mContent, eLinkVerb_Replace, absURLSpec, target, postData);
|
||||
NS_IF_RELEASE(postData);
|
||||
NS_RELEASE(handler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user