Closed
Bug 1712630
Opened 3 years ago
Closed 3 years ago
Consolidate process type strings
Categories
(Toolkit :: General, enhancement)
Toolkit
General
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: toshi, Assigned: toshi)
References
Details
Attachments
(1 file)
There are at least three places defining process type strings to display:
- about:support uses https://searchfox.org/mozilla-central/source/toolkit/locales/en-US/toolkit/global/processTypes.ftl
- about:memory uses a hardcoded string for the main process: https://searchfox.org/mozilla-central/rev/6d7c3099471817a7f9b0d6aac7a405cf6b1cd153/toolkit/components/aboutmemory/content/aboutMemory.js#72
- about:processes uses https://searchfox.org/mozilla-central/rev/6e630edb09c3ab06d0103665b16c9ea7dce782c5/toolkit/locales/en-US/toolkit/about/aboutProcesses.ftl#29-43
Bug 1695817 adds a new page about:third-party which will use processTypes.ftl.
We should consolidate these values.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → tkikuchi
Status: NEW → ASSIGNED
Pushed by tkikuchi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7c801fcad33
Introduce ProcessType.jsm to manage process type strings. r=Gijs,fluent-reviewers
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•