Closed
Bug 252640
Opened 20 years ago
Closed 12 years ago
Separate webplatform profile data into a shared, common directory
Categories
(Core Graveyard :: Profile: BackEnd, enhancement)
Core Graveyard
Profile: BackEnd
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: darin.moz, Unassigned)
References
Details
Separate webplatform profile data into a shared, common directory. Use IPC
mechanism to enable safe multi-process access to these data files.
Webplatform profile data includes:
cert8.db
key3.db
secmod.db
cookies.txt
prefs.js
Cache/*
This list may also include hostperm.1 at some point.
Possible file structure (linux perspective):
Shared profile data: ~/.mozilla/toolkit/default.abc/
Firefox profile data: ~/.mozilla/firefox/default.efg/
Tbird profile data: ~/.mozilla/thunderbird/default.hij/
Embedders of the XUL toolkit (via the xulrunner or straight XRE embedding)
should be able to define their application name, and have profile data live
under ~/.mozilla/{$app-name}/default.xyz/ and have access to the shared profile
data under ~/.mozilla/toolkit/default.abc/.
We may also want to support a mode in which embedders do not have to run with an
application specific profile directory.
A core feature of pref sharing is the ability for applications to define the
subset of preferences that are shared (or inherited from the shared profile
location).
Reporter | ||
Updated•20 years ago
|
Severity: normal → enhancement
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.9alpha
Comment 1•20 years ago
|
||
bug 250856 / bug 135061 seems to be about the cache part of this
Reporter | ||
Updated•19 years ago
|
Target Milestone: mozilla1.9alpha → Future
Reporter | ||
Updated•18 years ago
|
Assignee: darin → nobody
Status: ASSIGNED → NEW
Target Milestone: Future → ---
Comment 2•17 years ago
|
||
Adding dependency on bug 408156, which addresses the issue of defining different sets of preferences and splitting the preferences file accordingly.
Depends on: 408156
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•