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

Unified Diff: third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js

Issue 2691433006: [Devtools] Persist network request blocking (Closed)
Patch Set: Merge branch 'ADD_ENABLE_DISABLE_REQUEST_BLOCKINg' into BLOCK_REQUESTS_IN_NETWORK_PERSISTANT Created 3 years, 10 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/devtools_compatibility.js
diff --git a/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js b/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
index ab5ebefc94005178f36eb7e5c186e187dd3e7992..050dad414450c9929ecea5ba861c6864fdf18094 100644
--- a/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
+++ b/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
@@ -836,7 +836,6 @@
'advancedSearchConfig',
'auditsPanelSplitViewState',
'auditsSidebarWidth',
- 'blockedURLs',
'breakpoints',
'cacheDisabled',
'colorFormat',
@@ -911,6 +910,7 @@
'monitoringXHREnabled',
'navigatorGroupByFolder',
'navigatorHidden',
+ 'networkBlockedURLs',
pfeldman 2017/02/11 02:45:05 You should not change this, it is for the old fron
allada 2017/02/11 05:02:04 Done.
'networkColorCodeResourceTypes',
'networkConditions',
'networkConditionsCustomProfiles',

Powered by Google App Engine
This is Rietveld 408576698