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

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

Issue 2391823002: [DevTools] Introduce Target.setAutoAttach. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
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":"Page.configureOverlay","params":{"suspended": true}}
5 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":false}} 5 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":false}}
6 frontend: {"id":<number>,"method":"Debugger.disable"} 6 frontend: {"id":<number>,"method":"Debugger.disable"}
7 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":0}} 7 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":0}}
8 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": true}} 8 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": true}}
9 frontend: {"id":<number>,"method":"DOM.disable"} 9 frontend: {"id":<number>,"method":"DOM.disable"}
10 frontend: {"id":<number>,"method":"CSS.disable"} 10 frontend: {"id":<number>,"method":"CSS.disable"}
11 frontend: {"id":<number>,"method":"Target.setWaitForDebuggerOnStart","params":{" value":false}} 11 frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach": true,"waitForDebuggerOnStart":false}}
12 12
13 --> WebInspector.targetManager.resumeAllTargets(); 13 --> WebInspector.targetManager.resumeAllTargets();
14 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": false}} 14 frontend: {"id":<number>,"method":"Page.configureOverlay","params":{"suspended": false}}
15 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":true}} 15 frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{" value":true}}
16 frontend: {"id":<number>,"method":"Debugger.enable"} 16 frontend: {"id":<number>,"method":"Debugger.enable"}
17 frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"sta te":"none"}} 17 frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"sta te":"none"}}
18 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":4}} 18 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"m axDepth":4}}
19 frontend: {"id":<number>,"method":"DOM.enable"} 19 frontend: {"id":<number>,"method":"DOM.enable"}
20 frontend: {"id":<number>,"method":"CSS.enable"} 20 frontend: {"id":<number>,"method":"CSS.enable"}
21 frontend: {"id":<number>,"method":"Target.setWaitForDebuggerOnStart","params":{" value":true}} 21 frontend: {"id":<number>,"method":"Target.setAutoAttach","params":{"autoAttach": true,"waitForDebuggerOnStart":true}}
22 22
23 --> done 23 --> done
24 24
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/target_handler.cc ('k') | third_party/WebKit/Source/core/inspector/browser_protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698