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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/module.json

Issue 2883143003: Timeline: do not start timeline on regular page reloads (Closed)
Patch Set: minor tweaks Created 3 years, 7 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
Index: third_party/WebKit/Source/devtools/front_end/timeline/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/module.json b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
index 880d4cee5779117be9421ab272c6ac1a88723921..b65c7ba696a9fb29678dad11cc9c212037fc893b 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
@@ -64,6 +64,27 @@
},
{
"type": "@UI.ActionDelegate",
+ "actionId": "timeline.record-reload",
+ "iconClass": "largeicon-refresh",
+ "contextTypes": [
+ "Timeline.TimelinePanel"
+ ],
+ "category": "Performance",
+ "title": "Start profiling and reload page",
+ "className": "Timeline.TimelinePanel.ActionDelegate",
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Ctrl+Shift+E"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Meta+Shift+E"
+ }
+ ]
+ },
+ {
+ "type": "@UI.ActionDelegate",
"category": "Timeline",
"actionId": "timeline.save-to-file",
"contextTypes": [

Powered by Google App Engine
This is Rietveld 408576698