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

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

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge Created 3 years, 8 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/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
index 0d6240440b308a5c4a40514fcf2f3698a8fe2fe4..accaa6763aa7edeb33dcb5fa71b2bf39e865856d 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
@@ -1,22 +1,22 @@
Test that if a profiler is working all the agents are disabled.
--> SDK.targetManager.suspendAllTargets();
-frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":true}}
frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":false}}
frontend: {"id":<number>,"method":"Debugger.disable"}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
-frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":true}}
+frontend: {"id":<number>,"method":"Overlay.setPausedInDebuggerMessage"}
frontend: {"id":<number>,"method":"DOM.disable"}
frontend: {"id":<number>,"method":"CSS.disable"}
+frontend: {"id":<number>,"method":"Overlay.setSuspended","params":{"suspended":true}}
--> SDK.targetManager.resumeAllTargets();
-frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended":false}}
frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":true}}
frontend: {"id":<number>,"method":"Debugger.enable"}
frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":8}}
frontend: {"id":<number>,"method":"DOM.enable"}
frontend: {"id":<number>,"method":"CSS.enable"}
+frontend: {"id":<number>,"method":"Overlay.setSuspended","params":{"suspended":false}}
--> done

Powered by Google App Engine
This is Rietveld 408576698