nsPhoenixProfileMigrator.cpp File Reference
#include "nsBrowserProfileMigratorUtils.h"
#include "nsDirectoryServiceDefs.h"
#include "nsIObserverService.h"
#include "nsIPrefService.h"
#include "nsIServiceManager.h"
#include "nsISupportsArray.h"
#include "nsISupportsPrimitives.h"
#include "nsNetCID.h"
#include "nsNetUtil.h"
#include "nsPhoenixProfileMigrator.h"
Include dependency graph for nsPhoenixProfileMigrator.cpp:

Go to the source code of this file.

Macros

#define FILE_NAME_BOOKMARKS   NS_LITERAL_STRING("bookmarks.html")
 
#define FILE_NAME_COOKIES   NS_LITERAL_STRING("cookies.txt")
 
#define FILE_NAME_SITEPERM_OLD   NS_LITERAL_STRING("cookperm.txt")
 
#define FILE_NAME_SITEPERM_NEW   NS_LITERAL_STRING("hostperm.1")
 
#define FILE_NAME_CERT8DB   NS_LITERAL_STRING("cert8.db")
 
#define FILE_NAME_KEY3DB   NS_LITERAL_STRING("key3.db")
 
#define FILE_NAME_SECMODDB   NS_LITERAL_STRING("secmod.db")
 
#define FILE_NAME_HISTORY   NS_LITERAL_STRING("history.dat")
 
#define FILE_NAME_FORMHISTORY   NS_LITERAL_STRING("formhistory.dat")
 
#define FILE_NAME_LOCALSTORE   NS_LITERAL_STRING("localstore.rdf")
 
#define FILE_NAME_MIMETYPES   NS_LITERAL_STRING("mimeTypes.rdf")
 
#define FILE_NAME_DOWNLOADS   NS_LITERAL_STRING("downloads.rdf")
 
#define FILE_NAME_PREFS   NS_LITERAL_STRING("prefs.js")
 
#define FILE_NAME_USER_PREFS   NS_LITERAL_STRING("user.js")
 
#define FILE_NAME_USERCHROME   NS_LITERAL_STRING("userChrome.css")
 
#define FILE_NAME_USERCONTENT   NS_LITERAL_STRING("userContent.css")
 
#define DIR_NAME_CHROME   NS_LITERAL_STRING("chrome")
 

Macro Definition Documentation

#define DIR_NAME_CHROME   NS_LITERAL_STRING("chrome")

Definition at line 68 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_BOOKMARKS   NS_LITERAL_STRING("bookmarks.html")

Definition at line 52 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_CERT8DB   NS_LITERAL_STRING("cert8.db")

Definition at line 56 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_COOKIES   NS_LITERAL_STRING("cookies.txt")

Definition at line 53 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_DOWNLOADS   NS_LITERAL_STRING("downloads.rdf")

Definition at line 63 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_FORMHISTORY   NS_LITERAL_STRING("formhistory.dat")

Definition at line 60 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_HISTORY   NS_LITERAL_STRING("history.dat")

Definition at line 59 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_KEY3DB   NS_LITERAL_STRING("key3.db")

Definition at line 57 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_LOCALSTORE   NS_LITERAL_STRING("localstore.rdf")

Definition at line 61 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_MIMETYPES   NS_LITERAL_STRING("mimeTypes.rdf")

Definition at line 62 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_PREFS   NS_LITERAL_STRING("prefs.js")

Definition at line 64 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_SECMODDB   NS_LITERAL_STRING("secmod.db")

Definition at line 58 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_SITEPERM_NEW   NS_LITERAL_STRING("hostperm.1")

Definition at line 55 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_SITEPERM_OLD   NS_LITERAL_STRING("cookperm.txt")

Definition at line 54 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_USER_PREFS   NS_LITERAL_STRING("user.js")

Definition at line 65 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_USERCHROME   NS_LITERAL_STRING("userChrome.css")

Definition at line 66 of file nsPhoenixProfileMigrator.cpp.

#define FILE_NAME_USERCONTENT   NS_LITERAL_STRING("userContent.css")

Definition at line 67 of file nsPhoenixProfileMigrator.cpp.