Closed
Bug 280276
Opened 21 years ago
Closed 21 years ago
add storage file to well-known directory service list
Categories
(Core Graveyard :: Profile: BackEnd, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
4.31 KB,
patch
|
darin.moz
:
review+
shaver
:
superreview+
|
Details | Diff | Splinter Review |
This patch adds MOZ_APP_STORAGE_50_FILE, which is a pointer to the per-profile
database used by mozStorage.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee: nobody → vladimir
Status: NEW → ASSIGNED
![]() |
||
Comment 2•21 years ago
|
||
Comment on attachment 172760 [details] [diff] [review]
add-storage-file.patch
>Index: profile/dirserviceprovider/src/nsProfileDirServiceProvider.cpp
> #define MIME_TYPES_FILE_50_NAME NS_LITERAL_CSTRING("mimeTypes.rdf")
> #define BOOKMARKS_FILE_50_NAME NS_LITERAL_CSTRING("bookmarks.html")
> #define DOWNLOADS_FILE_50_NAME NS_LITERAL_CSTRING("downloads.rdf")
> #define SEARCH_FILE_50_NAME NS_LITERAL_CSTRING("search.rdf" )
> #define MAIL_DIR_50_NAME NS_LITERAL_CSTRING("Mail")
> #define IMAP_MAIL_DIR_50_NAME NS_LITERAL_CSTRING("ImapMail")
> #define NEWS_DIR_50_NAME NS_LITERAL_CSTRING("News")
> #define MSG_FOLDER_CACHE_DIR_50_NAME NS_LITERAL_CSTRING("panacea.dat")
>+#define STORAGE_50_NAME NS_LITERAL_CSTRING("storage.sdb")
perhaps this should be STORAGE_FILE_50_NAME instead to be consistent.
r=darin with that change
Attachment #172760 -
Flags: review+
Comment 3•21 years ago
|
||
Comment on attachment 172760 [details] [diff] [review]
add-storage-file.patch
sr=shaver with that change, too.
Attachment #172760 -
Flags: superreview+
Assignee | ||
Comment 4•21 years ago
|
||
checked in, thanks
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•