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

Side by Side Diff: LayoutTests/inspector/debugger/monitor-console-command-expected.txt

Issue 16143005: monitor console command implemented. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: function simpleTestFunction called
2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1
3 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2 , 3, 4, 5
4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
5 Tests traceCalls(fn) console command.
6
7 Debugger was enabled.
8
9 Running: testSimpleMonitor
10 Start monitoring function.
11 Set timer for test function.
12 Console message received: function simpleTestFunction called
13 Stop monitoring.
14
15 Running: testSimpleMonitorWith1Arg
16 Start monitoring function.
17 Set timer for test function.
18 Console message received: function simpleTestFunction called with arguments: 1
19 Stop monitoring.
20
21 Running: testSimpleMonitorWithManyArgs
22 Start monitoring function.
23 Set timer for test function.
24 Console message received: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
25 Stop monitoring.
26
27 Running: testSimpleUnmonitor
28 Start monitoring function.
29 Set timer for test function.
30 Console message received: function simpleTestFunction3 called
31 Stop monitoring.
32
33 Running: testUnmonitorFuntionNotMonitored
34 Debugger was disabled.
35
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/monitor-console-command.html ('k') | Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698