Skip to content

Commit 64b3154

Browse files
Adriana IxbaDevtools-frontend LUCI CQ
authored andcommitted
[RPP][3P] Change self time string to main thread time
Bug: 394651390 Change-Id: I6675497e9199ed4df29cebc7f4b5a33a72965928 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6302574 Auto-Submit: Adriana Ixba <[email protected]> Reviewed-by: Adam Raine <[email protected]> Commit-Queue: Adam Raine <[email protected]> Commit-Queue: Adriana Ixba <[email protected]>
1 parent 2c876e0 commit 64b3154

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

front_end/panels/timeline/ThirdPartyTreeView.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const UIStrings = {
2525
*/
2626
transferSize: 'Transfer size',
2727
/**
28-
*@description Title referencing self time.
28+
*@description Title referencing main thread time.
2929
*/
30-
selfTime: 'Self time',
30+
mainThreadTime: 'Main thread time',
3131
} as const;
3232
const str_ = i18n.i18n.registerUIStrings('panels/timeline/ThirdPartyTreeView.ts', UIStrings);
3333
const i18nString = i18n.i18n.getLocalizedString.bind(undefined, str_);
@@ -127,8 +127,8 @@ export class ThirdPartyTreeViewWidget extends TimelineTreeView.TimelineTreeView
127127
},
128128
{
129129
id: 'self',
130-
title: i18nString(UIStrings.selfTime),
131-
width: '105px', // Mostly to fit large self-time plus devtools-button
130+
title: i18nString(UIStrings.mainThreadTime),
131+
width: '120px', // Mostly to fit large self-time/main thread time plus devtools-button
132132
fixedWidth: true,
133133
sortable: true,
134134
});
8.23 KB
Loading
-1.72 KB
Loading

0 commit comments

Comments
 (0)