Chromium Code Reviews| 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 inspectedWindow : { | 9 inspectedWindow : { |
| 10 onResourceAdded : { | 10 onResourceAdded : { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 54 } | 54 } |
| 55 onNavigated : { | 55 onNavigated : { |
| 56 addListener : <function> | 56 addListener : <function> |
| 57 removeListener : <function> | 57 removeListener : <function> |
| 58 } | 58 } |
| 59 onRequestFinished : { | 59 onRequestFinished : { |
| 60 addListener : <function> | 60 addListener : <function> |
| 61 removeListener : <function> | 61 removeListener : <function> |
| 62 } | 62 } |
| 63 } | 63 } |
| 64 timeline : { | |
|
caseq
2016/07/20 22:51:49
Please rebaseline this on tip-of-tree, now that ht
| |
| 65 } | |
| 64 } | 66 } |
| 65 All tests done. | 67 All tests done. |
| 66 | 68 |
| OLD | NEW |