| OLD | NEW |
| 1 CONSOLE MESSAGE: line 12: hello | 1 CONSOLE MESSAGE: line 12: hello |
| 2 Tests WebInspector extension API | 2 Tests WebInspector extension API |
| 3 | 3 |
| 4 | 4 |
| 5 Started extension. | 5 Started extension. |
| 6 Running tests... | 6 Running tests... |
| 7 RUNNING TEST: extension_testCreatePanel | 7 RUNNING TEST: extension_testCreatePanel |
| 8 Panel created | 8 Panel created |
| 9 { | 9 { |
| 10 createStatusBarButton : <function> | 10 createStatusBarButton : <function> |
| 11 onHidden : { | 11 onHidden : { |
| 12 addListener : <function> | 12 addListener : <function> |
| 13 removeListener : <function> | 13 removeListener : <function> |
| 14 } | 14 } |
| 15 onSearch : { | 15 onSearch : { |
| 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 show : <function> | 23 show : <function> |
| 24 } | 24 } |
| 25 Panel shown | 25 Panel shown |
| 26 Extension panel size correct | 26 Extension panel size correct |
| 27 Panel hidden | 27 Panel hidden |
| 28 RUNNING TEST: extension_testGlobalShortcuts | 28 RUNNING TEST: extension_testGlobalShortcuts |
| 29 Panel shown, now toggling console... | 29 Panel shown, now toggling console... |
| 30 Panel resized, switching away... | 30 Panel resized, test passed. |
| 31 Panel hidden, test passed. | |
| 32 RUNNING TEST: extension_testOpenResource | 31 RUNNING TEST: extension_testOpenResource |
| 33 Showing .../extensions-panel.html | 32 Showing .../extensions-panel.html |
| 34 Showing resource .../inspector/extensions/extensions-panel.html in panel sources
(sources), line: 1001 | 33 Showing resource .../inspector/extensions/extensions-panel.html in panel sources
), line: 1001 |
| 35 Showing .../abe.png | 34 Showing .../abe.png |
| 36 Showing resource .../extensions/resources/abe.png in panel sources (sources), li
ne: 1002 | 35 Showing resource .../extensions/resources/abe.png in panel sources), line: 1002 |
| 37 Showing .../missing.txt | 36 Showing .../missing.txt |
| 38 Showing resource .../extensions/resources/missing.txt in panel network (network)
, line: undefined | 37 Showing resource .../extensions/resources/missing.txt in panel network), line: u
ndefined |
| 39 Showing not-found.html | 38 Showing not-found.html |
| 40 log: Extension server error: Object not found: not-found.html | 39 log: Extension server error: Object not found: not-found.html |
| 41 Showing javascript:console.error('oh no!') | 40 Showing javascript:console.error('oh no!') |
| 42 log: Extension server error: Object not found: javascript:console.error('oh no!'
) | 41 log: Extension server error: Object not found: javascript:console.error('oh no!'
) |
| 43 RUNNING TEST: extension_testSearch | 42 RUNNING TEST: extension_testSearch |
| 44 Panel searched: | 43 Panel searched: |
| 45 { | 44 { |
| 46 0 : "performSearch" | 45 0 : "performSearch" |
| 47 1 : "hello" | 46 1 : "hello" |
| 48 } | 47 } |
| (...skipping 17 matching lines...) Expand all Loading... |
| 66 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two tooltip', disabled: true | 65 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two tooltip', disabled: true |
| 67 Updated status bar buttons | 66 Updated status bar buttons |
| 68 Status bar buttons state: | 67 Status bar buttons state: |
| 69 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip:
'Button One tooltip', disabled: false | 68 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip:
'Button One tooltip', disabled: false |
| 70 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two updated tooltip', disabled: false | 69 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two updated tooltip', disabled: false |
| 71 button2 clicked | 70 button2 clicked |
| 72 RUNNING TEST: extension_testThemeName | 71 RUNNING TEST: extension_testThemeName |
| 73 Theme name: themeNameForTest | 72 Theme name: themeNameForTest |
| 74 All tests done. | 73 All tests done. |
| 75 | 74 |
| OLD | NEW |