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

Unified Diff: LayoutTests/inspector/profiler/agents-disabled-check-expected.txt

Issue 614323003: DevTools: enable by default disableAgentsWhenProfile experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: unnecessary line was removed Created 6 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
Index: LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
diff --git a/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt b/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1a72f70fc775555d9bfbef611369f601fcfabf7c
--- /dev/null
+++ b/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
@@ -0,0 +1,19 @@
+Test that if a profiler is working all the agents are disabled.
+
+--> WebInspector.targetManager.suspendAllTargets();
+frontend: {"id":<number>,"method":"Debugger.disable"}
+frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
+frontend: {"id":<number>,"method":"CSS.disable"}
+frontend: {"id":<number>,"method":"DOM.disable"}
+frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":false}}
+
+--> WebInspector.targetManager.resumeAllTargets();
+frontend: {"id":<number>,"method":"DOM.enable"}
+frontend: {"id":<number>,"method":"CSS.enable"}
+frontend: {"id":<number>,"method":"Debugger.enable"}
+frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
+frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":4}}
+frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":true}}
+
+--> done
+

Powered by Google App Engine
This is Rietveld 408576698