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

Unified Diff: LayoutTests/inspector/timeline/timeline-filtering.html

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 2 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 | « LayoutTests/inspector/network-toggle-type-filter.html ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/timeline/timeline-filtering.html
diff --git a/LayoutTests/inspector/timeline/timeline-filtering.html b/LayoutTests/inspector/timeline/timeline-filtering.html
index 4982695e7edac8a92d75b479961aa840ca7a8947..3c1ecaade7a00c23306af303f4a3fe7a4de7a86f 100644
--- a/LayoutTests/inspector/timeline/timeline-filtering.html
+++ b/LayoutTests/inspector/timeline/timeline-filtering.html
@@ -66,7 +66,7 @@ function test()
dumpRecords();
InspectorTest.addResult("Filtered by 'bar':");
- panel.performFilter("bar");
+ panel._textFilter.setValue("bar");
dumpRecords();
InspectorTest.addResult("Collapsed 'bar04' and 'foo13':");
@@ -83,7 +83,7 @@ function test()
dumpRecords();
InspectorTest.addResult("Filtered by 'foo':");
- panel.performFilter("foo");
+ panel._textFilter.setValue("foo");
dumpRecords();
InspectorTest.completeTest();
« no previous file with comments | « LayoutTests/inspector/network-toggle-type-filter.html ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698