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

Unified Diff: Source/devtools/front_end/ui/FilterBar.js

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
« no previous file with comments | « Source/devtools/front_end/sdk/module.json ('k') | Source/devtools/front_end/ui/inspectorCommon.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/FilterBar.js
diff --git a/Source/devtools/front_end/ui/FilterBar.js b/Source/devtools/front_end/ui/FilterBar.js
index 333c93df852d2afde09213fa96db97d9950dcb8c..d4c2d557236949df3bd9fbb36049412def8ffe87 100644
--- a/Source/devtools/front_end/ui/FilterBar.js
+++ b/Source/devtools/front_end/ui/FilterBar.js
@@ -54,6 +54,10 @@ WebInspector.FilterBar.FilterBarState = {
Shown : "shown"
};
+WebInspector.FilterBar.Events = {
+ Toggled: "Toggled"
+};
+
WebInspector.FilterBar.prototype = {
/**
* @return {!WebInspector.ToolbarButton}
@@ -148,6 +152,7 @@ WebInspector.FilterBar.prototype = {
}
}
}
+ this.dispatchEventToListeners(WebInspector.FilterBar.Events.Toggled);
},
clear: function()
« no previous file with comments | « Source/devtools/front_end/sdk/module.json ('k') | Source/devtools/front_end/ui/inspectorCommon.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698