Go to the source code of this file.
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 | ) |
|
Components utils import |
( |
"resource://gre/modules/utils.js" |
| ) |
|
function testCanonicalBookmarks |
( |
| ) |
|
function testToolbarFolder |
( |
| ) |
|
function testUnfiledBookmarks |
( |
| ) |
|
Initial value:= [
{
uri:
uri(
"http://slint.us"), title:
"indie, kentucky, music" },
{
uri:
uri(
"http://en.wikipedia.org/wiki/Diplodocus"), title:
"dinosaur, dj, rad word" }
]
Definition at line 118 of file test_384370.js.
const DESCRIPTION_ANNO = "bookmarkProperties/description" |
const LOAD_IN_SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar" |
const POST_DATA_ANNO = "bookmarkProperties/POSTData" |
Initial value:= [
{
uri:
uri(
"http://slint.us"), tags: [
"indie",
"kentucky",
"music"] },
{
uri:
uri(
"http://en.wikipedia.org/wiki/Diplodocus"), tags: [
"dinosaur",
"dj",
"rad word"] }
]
Definition at line 113 of file test_384370.js.