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

Unified Diff: third_party/WebKit/LayoutTests/inspector/file-system-project-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
Index: third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt b/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
index d8664c0bdd65cb122345c30c2c96c5ebd366595a..0668bbc387cca6ce54bd37932236d59432020afc 100644
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt
@@ -27,11 +27,11 @@ Dumping uiSourceCode location link texts:
- bar.js:6
- baz.js:6
UISourceCode uri to url mappings:
- filesystem:/var/www/localhost/foo.js -> http://localhost/foo.js
- filesystem:/foo/bar/baz.js -> http://www.example.com/baz.js
+ file:///var/www/localhost/foo.js -> http://localhost/foo.js
+ file:///foo/bar/baz.js -> http://www.example.com/baz.js
UISourceCode url to uri mappings:
- http://localhost/foo.js -> filesystem:/var/www/localhost/foo.js
- http://www.example.com/baz.js -> filesystem:/foo/bar/baz.js
+ http://localhost/foo.js -> file:///var/www/localhost/foo.js
+ http://www.example.com/baz.js -> file:///foo/bar/baz.js
After revision added:
UISourceCode: file:///var/www/localhost/foo.js
UISourceCode is content script: false

Powered by Google App Engine
This is Rietveld 408576698