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:
roc+%cs.cmu.edu
2005-08-23 22:26:10 +00:00
parent 19f961569a
commit a65887afc9
4 changed files with 21 additions and 2 deletions

View File

@@ -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
{