nsDogbertProfileMigrator.cpp File Reference
#include "nsAppDirectoryServiceDefs.h"
#include "nsBrowserProfileMigratorUtils.h"
#include "nsDogbertProfileMigrator.h"
#include "nsICookieManager2.h"
#include "nsIFile.h"
#include "nsIInputStream.h"
#include "nsILineInputStream.h"
#include "nsIObserverService.h"
#include "nsIOutputStream.h"
#include "nsIPrefBranch.h"
#include "nsIPrefLocalizedString.h"
#include "nsIPrefService.h"
#include "nsIServiceManager.h"
#include "nsISupportsArray.h"
#include "nsISupportsPrimitives.h"
#include "nsNetCID.h"
#include "nsNetUtil.h"
#include "prprf.h"
#include "prenv.h"
#include "NSReg.h"
#include "nsDirectoryServiceDefs.h"
#include "nsDirectoryServiceUtils.h"
#include <stdlib.h>
#include <limits.h>
Include dependency graph for nsDogbertProfileMigrator.cpp:

Go to the source code of this file.

Macros

#define MAXPATHLEN   1024
 
#define PREF_FILE_HEADER_STRING   "# Mozilla User Preferences "
 
#define COOKIES_FILE_NAME_IN_5x   NS_LITERAL_STRING("cookies.txt")
 
#define BOOKMARKS_FILE_NAME_IN_5x   NS_LITERAL_STRING("bookmarks.html")
 
#define PREF_FILE_NAME_IN_5x   NS_LITERAL_STRING("prefs.js")
 
#define F(a)   nsDogbertProfileMigrator::a
 

Variables

static
nsDogbertProfileMigrator::PrefTransform 
gTransforms []
 

Macro Definition Documentation

#define BOOKMARKS_FILE_NAME_IN_5x   NS_LITERAL_STRING("bookmarks.html")

Definition at line 117 of file nsDogbertProfileMigrator.cpp.

#define COOKIES_FILE_NAME_IN_5x   NS_LITERAL_STRING("cookies.txt")

Definition at line 116 of file nsDogbertProfileMigrator.cpp.

#define F (   a)    nsDogbertProfileMigrator::a

Definition at line 394 of file nsDogbertProfileMigrator.cpp.

#define MAXPATHLEN   1024

Definition at line 71 of file nsDogbertProfileMigrator.cpp.

#define PREF_FILE_HEADER_STRING   "# Mozilla User Preferences "

Definition at line 75 of file nsDogbertProfileMigrator.cpp.

#define PREF_FILE_NAME_IN_5x   NS_LITERAL_STRING("prefs.js")

Definition at line 118 of file nsDogbertProfileMigrator.cpp.

Variable Documentation

Definition at line 397 of file nsDogbertProfileMigrator.cpp.