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

Unified Diff: LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt

Issue 697563003: DevTools: do not show compiled script while source maps are being loaded. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/ tests Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
diff --git a/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt b/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
index 134b7c6fa8cb4c5a9c2090bae42ef39445129ab2..b10e802d6f544614c1942e54b817754ae52b6c8b 100644
--- a/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
+++ b/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
@@ -113,13 +113,32 @@ 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: [network] compiled.js
+UISourceCodeAdded: [service] compiled.js
+UISourceCodeRemoved: [service] compiled.js
+UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/source1.js
+UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/source2.js
+afterScriptAdded
Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource
+UISourceCodeAdded: [debugger] compiled.js
+UISourceCodeAdded: [service] compiled.js
+UISourceCodeAdded: [network] compiled.js
+UISourceCodeRemoved: [service] compiled.js
+UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/source1.js
+UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/source2.js
Running: testInlinedSourceMap
+UISourceCodeAdded: [debugger] http://example.com/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: [service] compiled.js
compiled.js
Running: testSourceRoot
« no previous file with comments | « LayoutTests/http/tests/inspector/compiler-script-mapping.html ('k') | LayoutTests/http/tests/inspector/debugger-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698