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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network_group_lookup/module.json

Issue 2839273003: [Devtools] New structure and colorize rows for network products (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into NEW_DEPENDENCY_PRODUCTS 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "extensions": [
3 {
4 "type": "@Network.NetworkGroupLookupInterface",
5 "className": "NetworkGroupLookup.NetworkProductGroupLookup",
6 "title": "Product",
7 "id": "product"
8 },
9 {
10 "type": "@Network.NetworkGroupLookupInterface",
11 "className": "NetworkGroupLookup.NetworkProductFrameGroupLookup",
12 "title": "Frame",
13 "id": "frame"
14 },
15 {
16 "type": "@Network.NetworkColumnExtensionInterface",
17 "className": "NetworkGroupLookup.NetworkProductGroupLookup",
18 "title": "Product"
19 },
20 {
21 "type": "@Network.NetworkRowDecorator",
22 "className": "NetworkGroupLookup.NetworkProductTypeGroupLookup"
23 }
24 ],
25 "dependencies": [
26 "network",
27 "product_registry",
28 "sdk"
29 ],
30 "experiment": "networkGroupingRequests",
31 "scripts": [
32 "NetworkProductGroupLookup.js"
33 ]
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698