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

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

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: fix Created 3 years, 5 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/counters/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/counters/module.json b/third_party/WebKit/Source/devtools/front_end/counters/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3185a5221f5959eec83fa57f0d17db2b645fc3d
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/counters/module.json
@@ -0,0 +1,21 @@
+{
caseq 2017/07/12 01:04:33 Let's call this console_counters? Also, I think th
chenwilliam 2017/07/12 22:02:58 OK - I'll do it in a f/u CL.
+ "extensions": [
+ {
+ "type": "@UI.ToolbarItem.Provider",
+ "className": "Counters.WarningErrorCounter",
+ "order": 1,
+ "location": "main-toolbar-right"
+ }
+ ],
+ "dependencies": [
+ "common",
+ "ui",
+ "console_model"
+ ],
+ "scripts": [
+ "WarningErrorCounter.js"
+ ],
+ "resources": [
+ "errorWarningCounter.css"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698