#include "nsProfileMigrator.h"#include "nsIBrowserProfileMigrator.h"#include "nsIComponentManager.h"#include "nsIDOMWindowInternal.h"#include "nsILocalFile.h"#include "nsIObserverService.h"#include "nsIProperties.h"#include "nsIServiceManager.h"#include "nsISupportsPrimitives.h"#include "nsISupportsArray.h"#include "nsIToolkitProfile.h"#include "nsIToolkitProfileService.h"#include "nsIWindowWatcher.h"#include "nsCOMPtr.h"#include "nsBrowserCompsCID.h"#include "nsComponentManagerUtils.h"#include "nsDirectoryServiceDefs.h"#include "nsServiceManagerUtils.h"#include "NSReg.h"#include "nsStringAPI.h"#include "nsUnicharUtils.h"#include <limits.h>#include "nsAutoPtr.h"Go to the source code of this file.
Macros | |
| #define | MAXPATHLEN 1024 |
| #define | MIGRATION_WIZARD_FE_URL "chrome://browser/content/migration/migration.xul" |
| #define | MIGRATION_WIZARD_FE_FEATURES "chrome,dialog,modal,centerscreen,titlebar" |
| #define | CHECK_MIGRATOR(browser) |
| #define CHECK_MIGRATOR | ( | browser | ) |
| #define MAXPATHLEN 1024 |
Definition at line 80 of file nsProfileMigrator.cpp.
Definition at line 88 of file nsProfileMigrator.cpp.
| #define MIGRATION_WIZARD_FE_URL "chrome://browser/content/migration/migration.xul" |
Definition at line 87 of file nsProfileMigrator.cpp.