Closed
Bug 1484846
Opened 6 years ago
Closed 6 years ago
Export the city hash of the install path
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
Bug 1474285 will require a simple way to separate one install from another. The full file path could be used however this is unwieldy and can contain special characters that may not be usable in the ini file we'll ultimately write to. Luckily we already have a mechanism in tree for hashing the install path. It's only on Windows right now ans not exposed in a great way but it is simple to correct that.
Assignee | ||
Comment 1•6 years ago
|
||
Profile-per-install uses a hash of the install directory to identify different
installs of Firefox. This exposes the existing cityhash generated hash from
nsXREDirProvider and makes it available on all platforms.
Comment 2•6 years ago
|
||
Comment on attachment 9002660 [details]
Bug 1484846: Expose a unique hash for the application install directory. r=froydnj
Nathan Froyd [:froydnj] has approved the revision.
Attachment #9002660 -
Flags: review+
Pushed by dtownsend@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8ffadc97369c
Expose a unique hash for the application install directory. r=froydnj
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•