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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-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: 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
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
index 5c36de2ba8de1e7841b82f884ef0512d6a402714..b1e11cbad6b8b4f2227efec152279da14ed0100b 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
@@ -3,7 +3,7 @@ Tests ResourceScriptMapping class.
Running: testScriptWithPendingResource
Adding script for pending request.
-UISourceCode: foo.js
+UISourceCode: debugger:///VM1 foo.js
dgozman 2015/12/15 22:22:47 Don't we have a convenience decorator for VMXX?
pfeldman 2015/12/16 01:34:28 It is not installed everywhere.
UISourceCode is content script: false
Highlighter type: text/javascript
UISourceCode content: <content script source>
@@ -27,12 +27,12 @@ UISourceCode content: <script resource content>
Running: testHTMLWithPendingResource
Adding first script for pending request.
-UISourceCode: index.html
+UISourceCode: debugger:///VM3 index.html
UISourceCode is content script: false
Highlighter type: text/html
UISourceCode content: <script source 1>
Adding second script for pending request.
-UISourceCode: index.html
+UISourceCode: debugger:///VM4 index.html
UISourceCode is content script: false
Highlighter type: text/html
UISourceCode content: <script source 2>

Powered by Google App Engine
This is Rietveld 408576698