Bug 304434. Update link :visited status for URIs downloaded to helper apps. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@178746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -45,6 +45,14 @@
|
||||
#include "nsISupports.idl"
|
||||
interface nsIURI;
|
||||
|
||||
%{ C++
|
||||
|
||||
// nsIObserver topic to fire when you add new visited URIs to the history;
|
||||
// the nsIURI is the subject
|
||||
#define NS_LINK_VISITED_EVENT_TOPIC "link-visited"
|
||||
|
||||
%}
|
||||
|
||||
[scriptable, uuid(cf777d42-1270-4b34-be7b-2931c93feda5)]
|
||||
interface nsIGlobalHistory2 : nsISupports
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user