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

Side by Side Diff: LayoutTests/inspector/extensions/extensions-sidebar-expected.txt

Issue 512003003: DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix LocalJSON object description Created 6 years, 3 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
1 Tests sidebars in WebInspector extensions API 1 Tests sidebars in WebInspector extensions API
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testElementsSidebarPageReplacedWithObject 5 RUNNING TEST: extension_testElementsSidebarPageReplacedWithObject
6 Got onShown(), frame defined 6 Got onShown(), frame defined
7 Got onShown(), frame not defined 7 Got onShown(), frame not defined
8 RUNNING TEST: extension_testElementsSidebarSetExpression 8 RUNNING TEST: extension_testElementsSidebarSetExpression
9 log: Extension server error: Inspector protocol error: Object has too long refer ence chain(must not be longer than 1000) 9 log: Extension server error: Inspector protocol error: Object has too long refer ence chain(must not be longer than 1000)
10 elements sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4 : Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[2]f10: func tion () {}f11: "foo"__proto__: Object 10 elements sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4 : Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[2]f10: func tion () {}f11: "foo"__proto__: Object
11 RUNNING TEST: extension_testElementsSidebarSetObject 11 RUNNING TEST: extension_testElementsSidebarSetObject
12 Watch sidebar created, callback arguments dump follows: 12 Watch sidebar created, callback arguments dump follows:
13 { 13 {
14 0 : { 14 0 : {
15 onHidden : { 15 onHidden : {
16 addListener : <function> 16 addListener : <function>
17 removeListener : <function> 17 removeListener : <function>
18 } 18 }
19 onShown : { 19 onShown : {
20 addListener : <function> 20 addListener : <function>
21 removeListener : <function> 21 removeListener : <function>
22 } 22 }
23 setExpression : <function> 23 setExpression : <function>
24 setHeight : <function> 24 setHeight : <function>
25 setObject : <function> 25 setObject : <function>
26 setPage : <function> 26 setPage : <function>
27 } 27 }
28 } 28 }
29 elements sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: [aa, bb, cc]f6: {f60:42, f61:foo, f62:[]}f7: 42 29 elements sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: ["aa" , "bb", "cc"]f6: {f60: 42, f61: "foo", f62: []}f7: 42
30 RUNNING TEST: extension_testElementsSidebarSetPage 30 RUNNING TEST: extension_testElementsSidebarSetPage
31 Call createSidebarPane for elements 31 Call createSidebarPane for elements
32 Sidebar created 32 Sidebar created
33 { 33 {
34 onHidden : { 34 onHidden : {
35 addListener : <function> 35 addListener : <function>
36 removeListener : <function> 36 removeListener : <function>
37 } 37 }
38 onShown : { 38 onShown : {
39 addListener : <function> 39 addListener : <function>
(...skipping 23 matching lines...) Expand all
63 onShown : { 63 onShown : {
64 addListener : <function> 64 addListener : <function>
65 removeListener : <function> 65 removeListener : <function>
66 } 66 }
67 setExpression : <function> 67 setExpression : <function>
68 setHeight : <function> 68 setHeight : <function>
69 setObject : <function> 69 setObject : <function>
70 setPage : <function> 70 setPage : <function>
71 } 71 }
72 } 72 }
73 sources sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: [aa, b b, cc]f6: {f60:42, f61:foo, f62:[]}f7: 42 73 sources sidebar content: f0: "object"f1: undefinedf2: nullf3: {}f4: []f5: ["aa", "bb", "cc"]f6: {f60: 42, f61: "foo", f62: []}f7: 42
74 RUNNING TEST: extension_testSourcesSidebarSetPage 74 RUNNING TEST: extension_testSourcesSidebarSetPage
75 Call createSidebarPane for sources 75 Call createSidebarPane for sources
76 Sidebar created 76 Sidebar created
77 { 77 {
78 onHidden : { 78 onHidden : {
79 addListener : <function> 79 addListener : <function>
80 removeListener : <function> 80 removeListener : <function>
81 } 81 }
82 onShown : { 82 onShown : {
83 addListener : <function> 83 addListener : <function>
84 removeListener : <function> 84 removeListener : <function>
85 } 85 }
86 setExpression : <function> 86 setExpression : <function>
87 setHeight : <function> 87 setHeight : <function>
88 setObject : <function> 88 setObject : <function>
89 setPage : <function> 89 setPage : <function>
90 } 90 }
91 sidebar height 150 91 sidebar height 150
92 All tests done. 92 All tests done.
93 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698