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

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

Issue 2189263004: [DevTools] Replace profiling{Started,Stopped} with explicit setOverlaySuspended call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorPageAgent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test that if a profiler is working all the agents are disabled. 1 Test that if a profiler is working all the agents are disabled.
2 2
3 --> WebInspector.targetManager.suspendAllTargets(); 3 --> WebInspector.targetManager.suspendAllTargets();
4 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": true}}
4 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":false}} 5 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":false}}
5 frontend: {"id":<number>,"method":"Debugger.disable"} 6 frontend: {"id":<number>,"method":"Debugger.disable"}
6 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":0}} 7 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":0}}
7 frontend: {"id":<number>,"method":"Page.setOverlayMessage"} 8 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": true}}
8 frontend: {"id":<number>,"method":"DOM.disable"} 9 frontend: {"id":<number>,"method":"DOM.disable"}
9 frontend: {"id":<number>,"method":"CSS.disable"} 10 frontend: {"id":<number>,"method":"CSS.disable"}
10 11
11 --> WebInspector.targetManager.resumeAllTargets(); 12 --> WebInspector.targetManager.resumeAllTargets();
13 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": false}}
12 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":true}} 14 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":true}}
13 frontend: {"id":<number>,"method":"Debugger.enable"} 15 frontend: {"id":<number>,"method":"Debugger.enable"}
14 frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"sta te":"none"}} 16 frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"sta te":"none"}}
15 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":4}} 17 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":4}}
16 frontend: {"id":<number>,"method":"DOM.enable"} 18 frontend: {"id":<number>,"method":"DOM.enable"}
17 frontend: {"id":<number>,"method":"CSS.enable"} 19 frontend: {"id":<number>,"method":"CSS.enable"}
18 20
19 --> done 21 --> done
20 22
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorPageAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698