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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-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
OLDNEW
1 Tests that script is replaced with the newer version when the names match. 1 Tests that script is replaced with the newer version when the names match.
2 2
3 Added: MyScript.js to network 3 Added: MyScript.js to network
4 Added: MyScript.js to debugger 4 Added: debugger:///VMXX MyScript.js to debugger
5 Removed: MyScript.js from network 5 Removed: MyScript.js from network
6 Added: MyScript.js to network 6 Added: MyScript.js to network
7 Added: MyScript.js to debugger 7 Added: debugger:///VMXX MyScript.js to debugger
8 Content: function foo() { return 1; } //# sourceURL=MyScript.js 8 Content: function foo() { return 1; } //# sourceURL=MyScript.js
9 Content: function foo() { return 2; } //# sourceURL=MyScript.js 9 Content: function foo() { return 2; } //# sourceURL=MyScript.js
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698