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

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

Issue 2482593003: DevTools: eliminate ToolbarButton.setState method; cleanup toolbar.css (Closed)
Patch Set: kill ToolbarToggle.setActive() Created 4 years, 1 month 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/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index ff1b7d3f89ea241f9adefaae5267a38d47c45db6..88d6641e2a101b94215749929e71f5a34ef036cf 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -18,6 +18,7 @@
"category": "Debugger",
"actionId": "debugger.toggle-pause",
"iconClass": "pause-toolbar-item",
+ "toggledIconClass": "resume-toolbar-item",
"className": "WebInspector.SourcesPanel.RevealingActionDelegate",
"contextTypes": ["WebInspector.SourcesPanel", "WebInspector.ShortcutRegistry.ForwardedShortcut"],
"options": [
@@ -128,7 +129,8 @@
"type": "@WebInspector.ActionDelegate",
"category": "Debugger",
"actionId": "debugger.toggle-breakpoints-active",
- "iconClass": "breakpoint-toolbar-item",
+ "iconClass": "deactivate-breakpoint-toolbar-item",
+ "toggledIconClass": "breakpoint-toolbar-item",
"className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
"contextTypes": ["WebInspector.SourcesPanel"],
"options": [

Powered by Google App Engine
This is Rietveld 408576698