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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Patch Set: Created 4 years, 5 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 watch expressions expansion state is restored after update. 1 Test that watch expressions expansion state is restored after update.
2 2
3 Bug 99304 3 Bug 99304
4 Watch expressions added. 4 Watch expressions added.
5 expanded foo [object Object] 5 expanded foo [object Object]
6 expanded bar [object Object] 6 expanded bar [object Object]
7 expanded <function scope> 7 expanded [[Scopes]] [object Object]
8 expanded Closure 8 expanded 0 [object Object]
9 expanded a [object Object] 9 expanded a [object Object]
10 expanded [200 .. 299] 10 expanded [200 .. 299]
11 expanded 299 [object Object] 11 expanded 299 [object Object]
12 Watch expressions expanded. 12 Watch expressions expanded.
13 globalObject: Object 13 globalObject: Object
14 foo: Object 14 foo: Object
15 bar: Object 15 bar: Object
16 __proto__: Object 16 __proto__: Object
17 __proto__: Object 17 __proto__: Object
18 windowAlias: Window 18 windowAlias: Window
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 299: 299 122 299: 299
123 length: 300 123 length: 300
124 __proto__: Array[0] 124 __proto__: Array[0]
125 func: function () {return a + b;} 125 func: function () {return a + b;}
126 arguments: null 126 arguments: null
127 caller: null 127 caller: null
128 length: 0 128 length: 0
129 name: 129 name:
130 prototype: Object 130 prototype: Object
131 __proto__: function () {} 131 __proto__: function () {}
132 <function scope> 132 [[FunctionLocation]]: Object
133 Closure 133 [[Scopes]]: Scopes[2]
134 0: Closure
134 a: 10 135 a: 10
135 b: 100 136 b: 100
136 Global: Window 137 1: Global
137 Page reloaded. 138 Page reloaded.
138 Watch expressions after page reload: 139 Watch expressions after page reload:
139 globalObject: Object 140 globalObject: Object
140 foo: Object 141 foo: Object
141 bar: Object 142 bar: Object
142 __proto__: Object 143 __proto__: Object
143 __proto__: Object 144 __proto__: Object
144 windowAlias: Window 145 windowAlias: Window
145 array: Array[300] 146 array: Array[300]
146 [0 .. 99] 147 [0 .. 99]
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 299: 299 249 299: 299
249 length: 300 250 length: 300
250 __proto__: Array[0] 251 __proto__: Array[0]
251 func: function () {return a + b;} 252 func: function () {return a + b;}
252 arguments: null 253 arguments: null
253 caller: null 254 caller: null
254 length: 0 255 length: 0
255 name: 256 name:
256 prototype: Object 257 prototype: Object
257 __proto__: function () {} 258 __proto__: function () {}
258 <function scope> 259 [[FunctionLocation]]: Object
259 Closure 260 [[Scopes]]: Scopes[2]
261 0: Closure
260 a: 10 262 a: 10
261 b: 100 263 b: 100
262 Global: Window 264 1: Global
263 265
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698