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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests SourceMap and CompilerScriptMapping. 1 Tests SourceMap and CompilerScriptMapping.
2 2
3 3
4 Running: testSimpleMap 4 Running: testSimpleMap
5 example.js === example.js 5 example.js === example.js
6 0 === 0 6 0 === 0
7 9 === 9 7 9 === 9
8 example.js === example.js 8 example.js === example.js
9 0 === 0 9 0 === 0
10 13 === 13 10 13 === 13
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 g;x=1/./y resolves to http://a/b/c/g;x=1/y===http://a/b/c/g;x=1/y passes: true 105 g;x=1/./y resolves to http://a/b/c/g;x=1/y===http://a/b/c/g;x=1/y passes: true
106 g;x=1/../y resolves to http://a/b/c/y===http://a/b/c/y passes: true 106 g;x=1/../y resolves to http://a/b/c/y===http://a/b/c/y passes: true
107 g?y/./x resolves to http://a/b/c/g?y/./x===http://a/b/c/g?y/./x passes: true 107 g?y/./x resolves to http://a/b/c/g?y/./x===http://a/b/c/g?y/./x passes: true
108 g?y/../x resolves to http://a/b/c/g?y/../x===http://a/b/c/g?y/../x passes: true 108 g?y/../x resolves to http://a/b/c/g?y/../x===http://a/b/c/g?y/../x passes: true
109 g#s/./x resolves to http://a/b/c/g#s/./x===http://a/b/c/g#s/./x passes: true 109 g#s/./x resolves to http://a/b/c/g#s/./x===http://a/b/c/g#s/./x passes: true
110 g#s/../x resolves to http://a/b/c/g#s/../x===http://a/b/c/g#s/../x passes: true 110 g#s/../x resolves to http://a/b/c/g#s/../x===http://a/b/c/g#s/../x passes: true
111 //secure.com/moo resolves to http://secure.com/moo===http://secure.com/moo passe s: true 111 //secure.com/moo resolves to http://secure.com/moo===http://secure.com/moo passe s: true
112 cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true 112 cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true
113 113
114 Running: testCompilerScriptMapping 114 Running: testCompilerScriptMapping
115 UISourceCodeAdded: [debugger] compiled.js 115 UISourceCodeAdded: [debugger] debugger:///VM1 compiled.js
116 UISourceCodeAdded: [network] compiled.js 116 UISourceCodeAdded: [network] compiled.js
117 UISourceCodeAdded: [service] compiled.js 117 UISourceCodeAdded: [service] compiled.js
118 UISourceCodeRemoved: [service] compiled.js 118 UISourceCodeRemoved: [service] compiled.js
119 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce1.js 119 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce1.js
120 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce2.js 120 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce2.js
121 afterScriptAdded 121 afterScriptAdded
122 122
123 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource 123 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource
124 UISourceCodeAdded: [debugger] compiled.js 124 UISourceCodeAdded: [debugger] debugger:///VM2 compiled.js
125 UISourceCodeAdded: [service] compiled.js 125 UISourceCodeAdded: [service] compiled.js
126 UISourceCodeAdded: [network] compiled.js 126 UISourceCodeAdded: [network] compiled.js
127 UISourceCodeRemoved: [service] compiled.js 127 UISourceCodeRemoved: [service] compiled.js
128 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce1.js 128 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce1.js
129 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce2.js 129 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so urce2.js
130 130
131 Running: testInlinedSourceMap 131 Running: testInlinedSourceMap
132 UISourceCodeAdded: [debugger] http://example.com/compiled.js 132 UISourceCodeAdded: [debugger] debugger:///VM3 compiled.js
133 UISourceCodeAdded: [service] http://example.com/compiled.js 133 UISourceCodeAdded: [service] http://example.com/compiled.js
134 UISourceCodeRemoved: [service] http://example.com/compiled.js 134 UISourceCodeRemoved: [service] http://example.com/compiled.js
135 UISourceCodeAdded: [contentscripts] http://example.com/source.js 135 UISourceCodeAdded: [contentscripts] http://example.com/source.js
136 <source content> === <source content> 136 <source content> === <source content>
137 137
138 Running: testSourceMapCouldNotBeLoaded 138 Running: testSourceMapCouldNotBeLoaded
139 UISourceCodeAdded: [debugger] compiled.js 139 UISourceCodeAdded: [debugger] debugger:///VM4 compiled.js
140 UISourceCodeAdded: [service] compiled.js 140 UISourceCodeAdded: [service] compiled.js
141 compiled.js 141 compiled.js
142 142
143 Running: testSourceRoot 143 Running: testSourceRoot
144 /example.js === /example.js 144 /example.js === /example.js
145 0 === 0 145 0 === 0
146 9 === 9 146 9 === 9
147 0 === 0 147 0 === 0
148 0 === 0 148 0 === 0
149 149
150 Running: testNameClash 150 Running: testNameClash
151 example.js === example.js [sm] 151 example.js === example.js [sm]
152 0 === 0 152 0 === 0
153 9 === 9 153 9 === 9
154 source line 0 has no mappings. 154 source line 0 has no mappings.
155 155
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698