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

Side by Side Diff: test/inspector/sessions/runtime-console-api-called-expected.txt

Issue 2906153002: [inspector] Support multiple sessions per context group (Closed)
Patch Set: using set per kozy@ Created 3 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
OLDNEW
(Empty)
1 Tests that all sessions get console api notifications.
2 Error in 2
3 From session 2
4 {
5 method : Runtime.consoleAPICalled
6 params : {
7 args : [
8 [0] : {
9 description : 1
10 type : number
11 value : 1
12 }
13 ]
14 executionContextId : <executionContextId>
15 stackTrace : {
16 callFrames : [
17 [0] : {
18 columnNumber : 8
19 functionName :
20 lineNumber : 0
21 scriptId : <scriptId>
22 url :
23 }
24 ]
25 }
26 timestamp : <timestamp>
27 type : error
28 }
29 }
30 From session 1
31 {
32 method : Runtime.consoleAPICalled
33 params : {
34 args : [
35 [0] : {
36 description : 1
37 type : number
38 value : 1
39 }
40 ]
41 executionContextId : <executionContextId>
42 stackTrace : {
43 callFrames : [
44 [0] : {
45 columnNumber : 8
46 functionName :
47 lineNumber : 0
48 scriptId : <scriptId>
49 url :
50 }
51 ]
52 }
53 timestamp : <timestamp>
54 type : error
55 }
56 }
57 Logging in 1
58 From session 2
59 {
60 method : Runtime.consoleAPICalled
61 params : {
62 args : [
63 [0] : {
64 description : 2
65 type : number
66 value : 2
67 }
68 ]
69 executionContextId : <executionContextId>
70 stackTrace : {
71 callFrames : [
72 [0] : {
73 columnNumber : 8
74 functionName :
75 lineNumber : 0
76 scriptId : <scriptId>
77 url :
78 }
79 ]
80 }
81 timestamp : <timestamp>
82 type : log
83 }
84 }
85 From session 1
86 {
87 method : Runtime.consoleAPICalled
88 params : {
89 args : [
90 [0] : {
91 description : 2
92 type : number
93 value : 2
94 }
95 ]
96 executionContextId : <executionContextId>
97 stackTrace : {
98 callFrames : [
99 [0] : {
100 columnNumber : 8
101 functionName :
102 lineNumber : 0
103 scriptId : <scriptId>
104 url :
105 }
106 ]
107 }
108 timestamp : <timestamp>
109 type : log
110 }
111 }
112 Error in setTimeout 1
113 From session 2
114 {
115 method : Runtime.consoleAPICalled
116 params : {
117 args : [
118 [0] : {
119 type : string
120 value : a
121 }
122 ]
123 executionContextId : <executionContextId>
124 stackTrace : {
125 callFrames : [
126 [0] : {
127 columnNumber : 25
128 functionName : setTimeout
129 lineNumber : 0
130 scriptId : <scriptId>
131 url :
132 }
133 ]
134 }
135 timestamp : <timestamp>
136 type : error
137 }
138 }
139 From session 1
140 {
141 method : Runtime.consoleAPICalled
142 params : {
143 args : [
144 [0] : {
145 type : string
146 value : a
147 }
148 ]
149 executionContextId : <executionContextId>
150 stackTrace : {
151 callFrames : [
152 [0] : {
153 columnNumber : 25
154 functionName : setTimeout
155 lineNumber : 0
156 scriptId : <scriptId>
157 url :
158 }
159 ]
160 }
161 timestamp : <timestamp>
162 type : error
163 }
164 }
165 Logging in setTimeout 2
166 From session 2
167 {
168 method : Runtime.consoleAPICalled
169 params : {
170 args : [
171 [0] : {
172 type : string
173 value : b
174 }
175 ]
176 executionContextId : <executionContextId>
177 stackTrace : {
178 callFrames : [
179 [0] : {
180 columnNumber : 25
181 functionName : setTimeout
182 lineNumber : 0
183 scriptId : <scriptId>
184 url :
185 }
186 ]
187 }
188 timestamp : <timestamp>
189 type : log
190 }
191 }
192 From session 1
193 {
194 method : Runtime.consoleAPICalled
195 params : {
196 args : [
197 [0] : {
198 type : string
199 value : b
200 }
201 ]
202 executionContextId : <executionContextId>
203 stackTrace : {
204 callFrames : [
205 [0] : {
206 columnNumber : 25
207 functionName : setTimeout
208 lineNumber : 0
209 scriptId : <scriptId>
210 url :
211 }
212 ]
213 }
214 timestamp : <timestamp>
215 type : log
216 }
217 }
OLDNEW
« no previous file with comments | « test/inspector/sessions/runtime-console-api-called.js ('k') | test/inspector/sessions/runtime-evaluate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698