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

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

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 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
OLDNEW
1 CONSOLE MESSAGE: line 8: hello 1 CONSOLE MESSAGE: line 8: hello
2 Tests WebInspector extension API 2 Tests WebInspector extension API
3 3
4 Started extension. 4 Started extension.
5 Running tests... 5 Running tests...
6 RUNNING TEST: extension_testCreatePanel 6 RUNNING TEST: extension_testCreatePanel
7 Panel created 7 Panel created
8 { 8 {
9 createStatusBarButton : <function> 9 createStatusBarButton : <function>
10 onHidden : { 10 onHidden : {
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 Panel shown 24 Panel shown
25 Extension panel size correct 25 Extension panel size correct
26 Panel hidden 26 Panel hidden
27 RUNNING TEST: extension_testGlobalShortcuts 27 RUNNING TEST: extension_testGlobalShortcuts
28 Panel shown, now toggling console... 28 Panel shown, now toggling console...
29 Panel resized, switching away... 29 Panel resized, switching away...
30 Panel hidden, test passed. 30 Panel hidden, test passed.
31 RUNNING TEST: extension_testOpenResource 31 RUNNING TEST: extension_testOpenResource
32 Showing .../extensions-panel.html 32 Showing .../extensions-panel.html
33 Showing resource .../inspector/extensions/extensions-panel.html in panel scripts (scripts), line: 1001 33 Showing resource .../inspector/extensions/extensions-panel.html in panel sources (sources), line: 1001
34 Showing .../abe.png 34 Showing .../abe.png
35 Showing resource .../extensions/resources/abe.png in panel resources (resources) , line: 1002 35 Showing resource .../extensions/resources/abe.png in panel resources (resources) , line: 1002
36 Showing .../missing.txt 36 Showing .../missing.txt
37 Showing resource .../extensions/resources/missing.txt in panel network (network) , line: 1003 37 Showing resource .../extensions/resources/missing.txt in panel network (network) , line: 1003
38 Showing not-found.html 38 Showing not-found.html
39 log: Extension server error: Object not found: not-found.html 39 log: Extension server error: Object not found: not-found.html
40 Showing javascript:console.error('oh no!') 40 Showing javascript:console.error('oh no!')
41 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!' )
42 RUNNING TEST: extension_testSearch 42 RUNNING TEST: extension_testSearch
43 Panel searched: 43 Panel searched:
(...skipping 19 matching lines...) Expand all
63 Status bar buttons state: 63 Status bar buttons state:
64 status bar item 0, icon: .../inspector/resources/button1.png, tooltip: 'Button O ne tooltip', disabled: false 64 status bar item 0, icon: .../inspector/resources/button1.png, tooltip: 'Button O ne tooltip', disabled: false
65 status bar item 1, icon: .../inspector/resources/button2.png, tooltip: 'Button T wo tooltip', disabled: true 65 status bar item 1, icon: .../inspector/resources/button2.png, tooltip: 'Button T wo tooltip', disabled: true
66 Updated status bar buttons 66 Updated status bar buttons
67 Status bar buttons state: 67 Status bar buttons state:
68 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
69 status bar item 1, icon: .../inspector/resources/button2.png, tooltip: 'Button T wo updated tooltip', disabled: false 69 status bar item 1, icon: .../inspector/resources/button2.png, tooltip: 'Button T wo updated tooltip', disabled: false
70 button2 clicked 70 button2 clicked
71 All tests done. 71 All tests done.
72 72
OLDNEW
« no previous file with comments | « LayoutTests/inspector/extensions/extensions-panel.html ('k') | LayoutTests/inspector/file-path-scoring.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698