Closed
Bug 506886
Opened 16 years ago
Closed 16 years ago
Check override.ini for environment variables if not found in application.ini
Categories
(Mozilla Labs :: Prism, defect)
Mozilla Labs
Prism
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matthew.gertner, Assigned: matthew.gertner)
Details
Attachments
(1 file)
1.09 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Currently Prism uses the [Environment] section in application.ini to get the path to the GRE and Prism runtime (and potentially the profile directory). This does not allow a clean separation of Prism-specific and user-specific data if these items are located in a user-specific directory. This is particularly relevant for the profile since multiple users might be sharing the same Prism executable (including application.ini) but want to use different profiles.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #392236 -
Flags: review?(mark.finkle)
Updated•16 years ago
|
Attachment #392236 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Sending client/stub/nsPrismStub.cpp
Transmitting file data .
Committed revision 48504.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•