nsProfileMigrator.cpp File Reference
#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"
Include dependency graph for nsProfileMigrator.cpp:

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)
 

Macro Definition Documentation

#define CHECK_MIGRATOR (   browser)
Value:
do {\
if (bpm)\
bpm->GetSourceExists(&exists);\
if (exists) {\
aKey = browser;\
}} while(0)
return NS_OK
#define NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX
return
Definition: FeedWriter.js:850
if(DEBUG_DATAREMOTES)
var browser
Definition: openLocation.js:42
#define MAXPATHLEN   1024

Definition at line 80 of file nsProfileMigrator.cpp.

#define MIGRATION_WIZARD_FE_FEATURES   "chrome,dialog,modal,centerscreen,titlebar"

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.