Closed
Bug 1214799
Opened 9 years ago
Closed 9 years ago
Localize memory tool
Categories
(DevTools :: Memory, defect)
Tracking
(firefox45 fixed, b2g-v2.5 fixed)
RESOLVED
FIXED
Firefox 45
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file)
(deleted),
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
Before we launch we should change all hardcoded strings to be localized.
Assignee | ||
Comment 1•9 years ago
|
||
Strings we need:
* Take snapshot button on load
States, for list items as well as in the big panel (may be different? strings in list item need to be relatively short:
* Saving a snapshot
* Reading a snapshot -- I think "Reading snapshot into memory" is a bit confusing, since it is the memory tool.
* Taking census -- What's a good, public-facing name for Censuses and Breakdowns?
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8680483 -
Flags: review?(nfitzgerald)
Comment 3•9 years ago
|
||
Comment on attachment 8680483 [details] [diff] [review]
1214799-memory-l10n.patch
Review of attachment 8680483 [details] [diff] [review]:
-----------------------------------------------------------------
::: devtools/client/memory/constants.js
@@ +6,5 @@
>
> +const { Cu } = require("chrome");
> +Cu.import("resource://devtools/client/shared/widgets/ViewHelpers.jsm");
> +const STRINGS_URI = "chrome://browser/locale/devtools/memory.properties"
> +const L10N = exports.L10N = new ViewHelpers.L10N(STRINGS_URI);
Think this belongs in utils, not constants.
Attachment #8680483 -
Flags: review?(nfitzgerald) → review+
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 9•9 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
Comment 10•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•