Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1127)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js

Issue 2657893002: DevTools: temporarily revert Timeline->Performance rename. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js b/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
index ead1725e5134fc6aed7c6dad9eb6b969c93d175f..4d46ab247833eaa6788e492e57a4e5e6b2d07c6b 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/ShortcutsScreen.js
@@ -141,7 +141,7 @@ UI.ShortcutsScreen = class {
Common.UIString('Switch between files with the same name and different extensions.'));
// Performance panel
- section = UI.shortcutsScreen.section(Common.UIString('Performance Panel'));
+ section = UI.shortcutsScreen.section(Common.UIString('Timeline Panel'));
section.addAlternateKeys(
UI.shortcutRegistry.shortcutDescriptorsForAction('timeline.toggle-recording'),
Common.UIString('Start/stop recording'));
@@ -157,7 +157,7 @@ UI.ShortcutsScreen = class {
Common.UIString('Jump to previous/next frame'));
// Memory panel
- section = UI.shortcutsScreen.section(Common.UIString('Memory Panel'));
+ section = UI.shortcutsScreen.section(Common.UIString('Profiles Panel'));
section.addAlternateKeys(
UI.shortcutRegistry.shortcutDescriptorsForAction('profiler.heap-toggle-recording'),
Common.UIString('Start/stop recording'));
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698