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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
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.
2 "extensions": [
3 {
4 "type": "@UI.ToolbarItem.Provider",
5 "className": "Counters.WarningErrorCounter",
6 "order": 1,
7 "location": "main-toolbar-right"
8 }
9 ],
10 "dependencies": [
11 "common",
12 "ui",
13 "console_model"
14 ],
15 "scripts": [
16 "WarningErrorCounter.js"
17 ],
18 "resources": [
19 "errorWarningCounter.css"
20 ]
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698