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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt

Issue 2164763002: DevTools: bring back properties defined on prototype to object dumps in extension tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 Tests public interface of WebInspector Extensions API 1 Tests public interface of WebInspector Extensions API
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testAPI 5 RUNNING TEST: extension_testAPI
6 { 6 {
7 audits : { 7 audits : {
8 addCategory : <function>
8 } 9 }
9 inspectedWindow : { 10 inspectedWindow : {
11 eval : <function>
12 getResources : <function>
10 onResourceAdded : { 13 onResourceAdded : {
11 addListener : <function> 14 addListener : <function>
12 removeListener : <function> 15 removeListener : <function>
13 } 16 }
14 onResourceContentCommitted : { 17 onResourceContentCommitted : {
15 addListener : <function> 18 addListener : <function>
16 removeListener : <function> 19 removeListener : <function>
17 } 20 }
21 reload : <function>
18 } 22 }
19 network : { 23 network : {
24 addRequestHeaders : <function>
25 getHAR : <function>
20 onFinished : { 26 onFinished : {
21 addListener : <function> 27 addListener : <function>
22 removeListener : <function> 28 removeListener : <function>
23 } 29 }
24 onNavigated : { 30 onNavigated : {
25 addListener : <function> 31 addListener : <function>
26 removeListener : <function> 32 removeListener : <function>
27 } 33 }
28 onRequestFinished : { 34 onRequestFinished : {
29 addListener : <function> 35 addListener : <function>
30 removeListener : <function> 36 removeListener : <function>
31 } 37 }
32 } 38 }
33 panels : { 39 panels : {
40 SearchAction : {
41 CancelSearch : "cancelSearch"
42 NextSearchResult : "nextSearchResult"
43 PerformSearch : "performSearch"
44 PreviousSearchResult : "previousSearchResult"
45 }
34 applyStyleSheet : <function> 46 applyStyleSheet : <function>
47 create : <function>
35 elements : { 48 elements : {
36 createSidebarPane : <function> 49 createSidebarPane : <function>
37 onSelectionChanged : { 50 onSelectionChanged : {
38 addListener : <function> 51 addListener : <function>
39 removeListener : <function> 52 removeListener : <function>
40 } 53 }
41 } 54 }
55 openResource : <function>
56 setOpenResourceHandler : <function>
42 sources : { 57 sources : {
43 createSidebarPane : <function> 58 createSidebarPane : <function>
44 onSelectionChanged : { 59 onSelectionChanged : {
45 addListener : <function> 60 addListener : <function>
46 removeListener : <function> 61 removeListener : <function>
47 } 62 }
48 } 63 }
49 themeName : "themeNameForTest" 64 themeName : "themeNameForTest"
50 } 65 }
51 resources : { 66 resources : {
67 addRequestHeaders : <function>
68 getHAR : <function>
52 onFinished : { 69 onFinished : {
53 addListener : <function> 70 addListener : <function>
54 removeListener : <function> 71 removeListener : <function>
55 } 72 }
56 onNavigated : { 73 onNavigated : {
57 addListener : <function> 74 addListener : <function>
58 removeListener : <function> 75 removeListener : <function>
59 } 76 }
60 onRequestFinished : { 77 onRequestFinished : {
61 addListener : <function> 78 addListener : <function>
62 removeListener : <function> 79 removeListener : <function>
63 } 80 }
64 } 81 }
65 } 82 }
66 All tests done. 83 All tests done.
67 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698