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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
index 899732ce7cb385bb0415528babe81d5703c932a9..90ae6fc5fc58828ff4df3a687d0a70692c90a7db 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
@@ -112,7 +112,7 @@ g#s/../x resolves to http://a/b/c/g#s/../x===http://a/b/c/g#s/../x passes: true
cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true
Running: testCompilerScriptMapping
-UISourceCodeAdded: [debugger] compiled.js
+UISourceCodeAdded: [debugger] debugger:///VM1 compiled.js
UISourceCodeAdded: [network] compiled.js
UISourceCodeAdded: [service] compiled.js
UISourceCodeRemoved: [service] compiled.js
@@ -121,7 +121,7 @@ UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
afterScriptAdded
Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource
-UISourceCodeAdded: [debugger] compiled.js
+UISourceCodeAdded: [debugger] debugger:///VM2 compiled.js
UISourceCodeAdded: [service] compiled.js
UISourceCodeAdded: [network] compiled.js
UISourceCodeRemoved: [service] compiled.js
@@ -129,14 +129,14 @@ UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/source2.js
Running: testInlinedSourceMap
-UISourceCodeAdded: [debugger] http://example.com/compiled.js
+UISourceCodeAdded: [debugger] debugger:///VM3 compiled.js
UISourceCodeAdded: [service] http://example.com/compiled.js
UISourceCodeRemoved: [service] http://example.com/compiled.js
UISourceCodeAdded: [contentscripts] http://example.com/source.js
<source content> === <source content>
Running: testSourceMapCouldNotBeLoaded
-UISourceCodeAdded: [debugger] compiled.js
+UISourceCodeAdded: [debugger] debugger:///VM4 compiled.js
UISourceCodeAdded: [service] compiled.js
compiled.js
« 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