test_browserGlue_migrate.js File Reference

Go to the source code of this file.

Functions

function run_test ()
 
function continue_test ()
 

Variables

const PREF_SMART_BOOKMARKS_VERSION = "browser.places.smartBookmarksVersion"
 
const TOPIC_PLACES_INIT_COMPLETE = "places-init-complete"
 

Function Documentation

function continue_test ( )

Definition at line 96 of file test_browserGlue_migrate.js.

Here is the call graph for this function:

function run_test ( )

Definition at line 49 of file test_browserGlue_migrate.js.

Here is the call graph for this function:

Variable Documentation

const PREF_SMART_BOOKMARKS_VERSION = "browser.places.smartBookmarksVersion"

Tests that nsBrowserGlue does not overwrite bookmarks imported from the migrators. They usually run before nsBrowserGlue, so if we find any bookmark on init, we should not try to import.

Definition at line 45 of file test_browserGlue_migrate.js.

const TOPIC_PLACES_INIT_COMPLETE = "places-init-complete"

Definition at line 47 of file test_browserGlue_migrate.js.