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

Unified Diff: Source/devtools/front_end/network/module.json

Issue 1311693004: [DevTools] UI for blocked URLs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 4 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: Source/devtools/front_end/network/module.json
diff --git a/Source/devtools/front_end/network/module.json b/Source/devtools/front_end/network/module.json
index 2a90d03a4970273b4860797a7b1f4f57846051b2..ee22d3a6c2db03f79228da3f679dea7699b82371 100644
--- a/Source/devtools/front_end/network/module.json
+++ b/Source/devtools/front_end/network/module.json
@@ -59,6 +59,7 @@
"ui_lazy"
],
"scripts": [
+ "BlockedURLsPane.js",
"EventSourceMessagesView.js",
"FilterSuggestionBuilder.js",
"HARWriter.js",
@@ -80,6 +81,7 @@
"XMLView.js"
],
"resources": [
+ "blockedURLsPane.css",
"eventSourceMessagesView.css",
"networkLogView.css",
"networkPanel.css",
« no previous file with comments | « Source/devtools/front_end/network/blockedURLsPane.css ('k') | Source/devtools/front_end/network/networkPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698