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

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

Issue 1942523002: DevTools: render parsed manifest data in the resources panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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 ecd13d541dd0aff51bcd2f970d330c06dc634090..82b2209f1d4b739e66b0d96bd4cd863fb4c94b99 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/resources/module.json
@@ -15,6 +15,7 @@
],
"dependencies": ["source_frame", "ui_lazy", "components_lazy"],
"scripts": [
+ "AppManifestView.js",
"ApplicationCacheItemsView.js",
"CookieItemsView.js",
"DatabaseModel.js",
@@ -29,6 +30,7 @@
"ServiceWorkersView.js"
],
"resources": [
+ "appManifestView.css",
"indexedDBViews.css",
"resourcesPanel.css",
"resourcesSidebar.css",

Powered by Google App Engine
This is Rietveld 408576698