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

Side by Side Diff: test/inspector/sessions/runtime-command-line-api-expected.txt

Issue 2916803005: [inspector] Create InjectedScript per session in each context (Closed)
Patch Set: rebased 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 multiple sessions do not share command line api.
2 Setting $0 in 1
3 Evaluating $0 in 1
4 {
5 id : <messageId>
6 result : {
7 result : {
8 description : 42
9 type : number
10 value : 42
11 }
12 }
13 }
14 Evaluating $0 in 2
15 {
16 id : <messageId>
17 result : {
18 result : {
19 type : undefined
20 }
21 }
22 }
23 Setting $0 in 2
24 Evaluating $0 in 1
25 {
26 id : <messageId>
27 result : {
28 result : {
29 description : 42
30 type : number
31 value : 42
32 }
33 }
34 }
35 Evaluating $0 in 2
36 {
37 id : <messageId>
38 result : {
39 result : {
40 description : 17
41 type : number
42 value : 17
43 }
44 }
45 }
46 Setting $_ in 1
47 Evaluating $_ in 1
48 {
49 id : <messageId>
50 result : {
51 result : {
52 description : 42
53 type : number
54 value : 42
55 }
56 }
57 }
58 Evaluating $_ in 2
59 {
60 id : <messageId>
61 result : {
62 result : {
63 type : undefined
64 }
65 }
66 }
67 Setting $_ in 2
68 Evaluating $_ in 1
69 {
70 id : <messageId>
71 result : {
72 result : {
73 description : 42
74 type : number
75 value : 42
76 }
77 }
78 }
79 Evaluating $_ in 2
80 {
81 id : <messageId>
82 result : {
83 result : {
84 description : 17
85 type : number
86 value : 17
87 }
88 }
89 }
90 Inspecting in 1
91 inspectRequested from 1
92 {
93 method : Runtime.inspectRequested
94 params : {
95 hints : {
96 }
97 object : {
98 description : 42
99 type : number
100 value : 42
101 }
102 }
103 }
104 Inspecting in 1 through variable
105 inspectRequested from 1
106 {
107 method : Runtime.inspectRequested
108 params : {
109 hints : {
110 }
111 object : {
112 description : 42
113 type : number
114 value : 42
115 }
116 }
117 }
118 Inspecting in 2
119 inspectRequested from 2
120 {
121 method : Runtime.inspectRequested
122 params : {
123 hints : {
124 }
125 object : {
126 description : 17
127 type : number
128 value : 17
129 }
130 }
131 }
132 Inspecting in 2 through variable
133 inspectRequested from 2
134 {
135 method : Runtime.inspectRequested
136 params : {
137 hints : {
138 }
139 object : {
140 description : 17
141 type : number
142 value : 17
143 }
144 }
145 }
146 Inspecting in 2 through variable from 1
147 inspectRequested from 1
148 {
149 method : Runtime.inspectRequested
150 params : {
151 hints : {
152 }
153 object : {
154 description : 42
155 type : number
156 value : 42
157 }
158 }
159 }
160 Disconnecting 1
161 Evaluating $0 in 2
162 {
163 id : <messageId>
164 result : {
165 result : {
166 description : 17
167 type : number
168 value : 17
169 }
170 }
171 }
172 Evaluating $_ in 2
173 {
174 id : <messageId>
175 result : {
176 result : {
177 description : 17
178 type : number
179 value : 17
180 }
181 }
182 }
183 Inspecting in 2
184 inspectRequested from 2
185 {
186 method : Runtime.inspectRequested
187 params : {
188 hints : {
189 }
190 object : {
191 description : 17
192 type : number
193 value : 17
194 }
195 }
196 }
197 Inspecting in 2 through variable from 1
198 Inspecting in 2 through variable
199 inspectRequested from 2
200 {
201 method : Runtime.inspectRequested
202 params : {
203 hints : {
204 }
205 object : {
206 description : 17
207 type : number
208 value : 17
209 }
210 }
211 }
OLDNEW
« no previous file with comments | « test/inspector/sessions/runtime-command-line-api.js ('k') | test/inspector/sessions/runtime-remote-object.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698