OLD | NEW |
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 } | 8 } |
9 console : { | 9 console : { |
10 onMessageAdded : { | 10 onMessageAdded : { |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 } | 60 } |
61 onNavigated : { | 61 onNavigated : { |
62 addListener : <function> | 62 addListener : <function> |
63 removeListener : <function> | 63 removeListener : <function> |
64 } | 64 } |
65 onRequestFinished : { | 65 onRequestFinished : { |
66 addListener : <function> | 66 addListener : <function> |
67 removeListener : <function> | 67 removeListener : <function> |
68 } | 68 } |
69 } | 69 } |
70 timeline : { | |
71 onEventRecorded : { | |
72 addListener : <function> | |
73 removeListener : <function> | |
74 } | |
75 } | |
76 } | 70 } |
77 All tests done. | 71 All tests done. |
78 | 72 |
OLD | NEW |