test_384370.js File Reference

Go to the source code of this file.

Functions

Cc["@mozilla.org/browser/livemark-service;2"] getService (Ci.nsILivemarkService)
 
Cc["@mozilla.org/feed-processor;1"] createInstance (Ci.nsIFeedProcessor)
 
Components utils import ("resource://gre/modules/utils.js")
 
 do_check_eq (typeof PlacesUtils,"object")
 
function run_test ()
 
function populate ()
 
function validate ()
 
function testCanonicalBookmarks ()
 
function testToolbarFolder ()
 
function testUnfiledBookmarks ()
 
function testTags ()
 

Variables

const LOAD_IN_SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar"
 
const DESCRIPTION_ANNO = "bookmarkProperties/description"
 
const POST_DATA_ANNO = "bookmarkProperties/POSTData"
 
var tagData
 
var bookmarkData
 

Function Documentation

Cc ["@mozilla.org/feed-processor;1"] createInstance ( Ci.  nsIFeedProcessor)
do_check_eq ( typeof  PlacesUtils,
"object"   
)
Cc ["@mozilla.org/browser/livemark-service;2"] getService ( Ci.  nsILivemarkService)

Definition at line 4 of file browser_sanitize-passwordDisabledHosts.js.

Components utils import ( "resource://gre/modules/utils.js"  )
function populate ( )

Definition at line 127 of file test_384370.js.

Here is the caller graph for this function:

function run_test ( )

Definition at line 52 of file test_384370.js.

Here is the call graph for this function:

function testCanonicalBookmarks ( )

Definition at line 154 of file test_384370.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function testTags ( )

Definition at line 306 of file test_384370.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function testToolbarFolder ( )

Definition at line 250 of file test_384370.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function testUnfiledBookmarks ( )

Definition at line 285 of file test_384370.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function validate ( )

Definition at line 145 of file test_384370.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

var bookmarkData
Initial value:
= [
{ uri: uri("http://slint.us"), title: "indie, kentucky, music" },
{ uri: uri("http://en.wikipedia.org/wiki/Diplodocus"), title: "dinosaur, dj, rad word" }
]
var uri
Definition: FeedWriter.js:1135

Definition at line 118 of file test_384370.js.

const DESCRIPTION_ANNO = "bookmarkProperties/description"

Definition at line 45 of file test_384370.js.

const LOAD_IN_SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar"

Definition at line 44 of file test_384370.js.

const POST_DATA_ANNO = "bookmarkProperties/POSTData"

Definition at line 46 of file test_384370.js.

var tagData
Initial value:
= [
{ uri: uri("http://slint.us"), tags: ["indie", "kentucky", "music"] },
{ uri: uri("http://en.wikipedia.org/wiki/Diplodocus"), tags: ["dinosaur", "dj", "rad word"] }
]
var uri
Definition: FeedWriter.js:1135

Definition at line 113 of file test_384370.js.