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

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

Issue 1922073002: DevTools: polish service worker inspector UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/resources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/module.json b/third_party/WebKit/Source/devtools/front_end/resources/module.json
index 29dc86bf50d4b01bf8454665f68110887bf2dded..ccf243dfdf46f154ca94bc39ef98614b343615f1 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/resources/module.json
@@ -11,6 +11,15 @@
"type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.Resource"],
"className": "WebInspector.ResourcesPanel.ResourceRevealer"
+ },
+ {
+ "type": "drawer-view",
+ "name": "service_workers",
+ "title": "Service Workers",
+ "persistence": "closeable",
+ "order": 50,
+ "className": "WebInspector.ServiceWorkersView",
+ "tags": "service, progressive, sw, pwa"
}
],
"dependencies": ["source_frame", "ui_lazy", "components_lazy"],

Powered by Google App Engine
This is Rietveld 408576698