Go to the source code of this file.
function continue_test |
( |
| ) |
|
do_register_cleanup |
( |
function(){let iniFile=dirSvc.get("XCurProcD", Ci.nsIFile);iniFile.append("distribution");iniFile.append("distribution.ini");iniFile.remove(false);do_check_false(iniFile.exists());} |
| ) |
|
Initial value:= {
do_timeout(0, "continue_test();");
}
}
}
const TOPIC_CUSTOMIZATION_COMPLETE
_updateTextAndScrollDataForFrame aData
sbDeviceFirmwareAutoCheckForUpdate prototype observe
Definition at line 56 of file test_browserGlue_distribution.js.
const PREF_BMPROCESSED = "distribution.516444.bookmarksProcessed" |
const PREF_DISTRIBUTION_ID = "distribution.id" |
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_distribution.js.
const TOPIC_CUSTOMIZATION_COMPLETE = "distribution-customization-complete" |
const TOPIC_FINAL_UI_STARTUP = "final-ui-startup" |
const TOPIC_PLACES_INIT_COMPLETE = "places-init-complete" |