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

Unified Diff: Source/devtools/front_end/network/NetworkLogView.js

Issue 1327593005: Link to the mixed content filter from security panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/network/NetworkLogView.js
diff --git a/Source/devtools/front_end/network/NetworkLogView.js b/Source/devtools/front_end/network/NetworkLogView.js
index fd3b8d18a59842c3e4e3d2ae8411f5571ca131cb..a151832e38c88d0ab6bf06cfea0023bf9602f4c0 100644
--- a/Source/devtools/front_end/network/NetworkLogView.js
+++ b/Source/devtools/front_end/network/NetworkLogView.js
@@ -1035,6 +1035,15 @@ WebInspector.NetworkLogView.prototype = {
},
/**
+ * @param {!WebInspector.NetworkLogView.FilterType} filterType
+ * @param {string} filterValue
+ */
+ setTextFilterValue: function(filterType, filterValue)
+ {
+ this._textFilterUI.setValue(filterType + ":" + filterValue);
+ },
+
+ /**
* @param {!WebInspector.Event} event
*/
_onRequestStarted: function(event)
« no previous file with comments | « no previous file | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698