Closed
Bug 1498190
Opened 6 years ago
Closed 6 years ago
Implement the 'memory' column in the new about:performance
Categories
(Toolkit :: Performance Monitoring, enhancement)
Toolkit
Performance Monitoring
Tracking
()
VERIFIED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | verified |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file, 1 obsolete file)
12.82 KB,
patch
|
Felipe
:
review+
flod
:
review+
|
Details | Diff | Splinter Review |
This is for the front-end piece, but this may turn out to be done in bug 1497124, in which case we can just close this bug.
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Bug 1497124 has landed, so we can now review and land the front-end to start dogfooding the memory reporting :-).
Attachment #9026703 -
Flags: review?(felipc)
Assignee | ||
Updated•6 years ago
|
Attachment #9025417 -
Attachment is obsolete: true
Updated•6 years ago
|
Attachment #9026703 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 3•6 years ago
|
||
Comment on attachment 9026703 [details] [diff] [review]
Patch v1.1
Looks like I need an l10n review too.
Attachment #9026703 -
Flags: review?(francesco.lodolo)
Comment 4•6 years ago
|
||
Comment on attachment 9026703 [details] [diff] [review]
Patch v1.1
Review of attachment 9026703 [details] [diff] [review]:
-----------------------------------------------------------------
I would advise to change the kB to KB, but otherwise it looks good to me.
There is indeed still a mandatory review on FTL changes
https://firefox-source-docs.mozilla.org/intl/l10n/l10n/fluent_tutorial.html#getting-a-review
Is there are a reason not to use Phabricator? This patch would have pinged me automatically.
::: toolkit/locales/en-US/toolkit/about/aboutPerformance.ftl
@@ +38,5 @@
> +## Values for the Memory column
> +##
> +## Variables:
> +## $value (Number) - How much memory is used
> +size-kB = { $value } kB
FYI, while this is correct to me, this is also not how en-US writes kilobytes across the product.
https://transvision.mozfr.org/?recherche=kb&repo=gecko_strings&sourcelocale=en-US&locale=en-US&search_type=strings_entities&entire_string=entire_string
You should change it to "KB" for consistency. There are a few bugs on file about that, but no action has ever been taken.
Updated•6 years ago
|
Attachment #9026703 -
Flags: review?(francesco.lodolo) → review+
Pushed by florian@queze.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/287134f9e804
implement the 'Memory' column in about:performance, r=felipe,flod.
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 7•6 years ago
|
||
Verified, that the 'Memory' column is displayed in Task Manager, on Nightly 65(20181129095546).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•