Added OnOverLink hook for tracking mouse-over's over links
git-svn-id: svn://10.0.0.236/trunk@2836 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -58,6 +58,17 @@ public:
|
||||
const nsString& aTargetSpec,
|
||||
nsIPostData* aPostData = 0) = 0;
|
||||
|
||||
/**
|
||||
* Process a mouse-over a link. aFrame is the frame that contains the
|
||||
* linked content. aURLSpec is an absolute url spec that defines the
|
||||
* destination for the link. aTargetSpec indicates where the link is
|
||||
* targeted (it may be an empty string).
|
||||
*/
|
||||
NS_IMETHOD OnOverLink(nsIFrame* aFrame,
|
||||
const nsString& aURLSpec,
|
||||
const nsString& aTargetSpec,
|
||||
nsIPostData* aPostData = 0) = 0;
|
||||
|
||||
/**
|
||||
* Get the state of a link to a given absolute URL
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user