browser_410196_paste_into_tags.js File Reference

Go to the source code of this file.

Functions

function add_visit (aURI, aReferrer)
 
function add_bookmark (aURI)
 
function test ()
 

Variables

var hs
 
var gh = hs.QueryInterface(Ci.nsIGlobalHistory2)
 
var bh = hs.QueryInterface(Ci.nsIBrowserHistory)
 
var ts
 
var bs
 
const TEST_URL = "http://example.com/"
 
const MOZURISPEC = "http://mozilla.com/"
 

Function Documentation

function add_bookmark (   aURI)

Definition at line 58 of file browser_410196_paste_into_tags.js.

Here is the caller graph for this function:

function add_visit (   aURI,
  aReferrer 
)

Definition at line 48 of file browser_410196_paste_into_tags.js.

Here is the caller graph for this function:

function test ( )

Definition at line 67 of file browser_410196_paste_into_tags.js.

Here is the call graph for this function:

Variable Documentation

var bs
Initial value:
= Cc["@mozilla.org/browser/nav-bookmarks-service;1"].
getService(Ci.nsINavBookmarksService)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

Definition at line 45 of file browser_410196_paste_into_tags.js.

var gh = hs.QueryInterface(Ci.nsIGlobalHistory2)

Definition at line 41 of file browser_410196_paste_into_tags.js.

var hs
Initial value:
= Cc["@mozilla.org/browser/nav-history-service;1"].
getService(Ci.nsINavHistoryService)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

Definition at line 39 of file browser_410196_paste_into_tags.js.

const MOZURISPEC = "http://mozilla.com/"

Definition at line 65 of file browser_410196_paste_into_tags.js.

const TEST_URL = "http://example.com/"

Definition at line 64 of file browser_410196_paste_into_tags.js.

var ts
Initial value:
= Cc["@mozilla.org/browser/tagging-service;1"].
getService(Components.interfaces.nsITaggingService)
const Cc
getService(Ci.sbIFaceplateManager)

Definition at line 43 of file browser_410196_paste_into_tags.js.