Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/components/browserhelper/nsIBrowserHelper.idl
blob: 08821fdc2d452a50e7d5f3783d1977fefd4841fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "nsISupports.idl"

interface nsIWebBrowser;

[scriptable, uuid(475e1194-92bc-4e03-92f3-5ad6ccddaca3)]
interface nsIBrowserHelper : nsISupports
{
  nsIWebBrowser getBrowser(in ACString id);

  void registerBrowser(in ACString id, in nsIWebBrowser browser);

  void unregisterBrowser(in ACString id); 
};