Added bookmarks.html importing, automatic places root init (bug 318057) r=bryner

GetChildFolder on bug 314553, r=bryner

Original committer: brettw%gmail.com
Original revision: 1.26
Original date: 2005/12/02 00:39:10
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 16:07:34 +00:00
Родитель 72e8788bd1
Коммит f8e63fea56
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -196,6 +196,12 @@ const PRInt32 nsNavHistory::kAutoCompleteIndex_Typed = 3;
static nsDataHashtable<nsStringHashKey, int>* gTldTypes;
static const char* gQuitApplicationMessage = "quit-application";
// annotation names
const char nsNavHistory::kAnnotationTitle[] = "history/title";
const char nsNavHistory::kAnnotationFavIconName[] = "history/iconurl";
const char nsNavHistory::kAnnotationFavIconData[] = "history/icondata";
const char nsNavHistory::kAnnotationPreviousEncoding[] = "history/encoding";
nsIAtom* nsNavHistory::sMenuRootAtom = nsnull;
nsIAtom* nsNavHistory::sToolbarRootAtom = nsnull;