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

Unified Diff: LayoutTests/inspector/debugger/scripts-sorting-expected.txt

Issue 8222004: Merge 96319 - Web Inspector: Scripts panel without folders causes errors when creating content sc... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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/inspector/debugger/scripts-sorting-expected.txt
===================================================================
--- LayoutTests/inspector/debugger/scripts-sorting-expected.txt (revision 97058)
+++ LayoutTests/inspector/debugger/scripts-sorting-expected.txt (working copy)
@@ -3,9 +3,81 @@
Debugger was enabled.
WebInspector.settings.showScriptFolders = true
+ *Non*URL*path
+— bar.com —
+/foo/path
+ bar.js?file=bar/zzz.js
+ foo.js?file=bar/aaa.js
+— foo.com —
+ block.js?block=foo
+ ga.js
+ lenta.ban?pg=4883&ifr=1
+ lenta.ban?pg=5309&ifr=1
+ top100.jcn?80674
+/_js/production
+ motor.js?1308927432
+/foo/path
+ bar.js?file=bar/zzz.js
+ foo.js?file=bar/aaa.js
+/i
+ xgemius.js
+/i/js
+ jquery-1.5.1.min.js
+ jquery.cookie.js
+— Content scripts —
+ *Non*URL*path
+extension-name
+ bar.js
+extension-name/folder
+ baz.js
WebInspector.settings.showScriptFolders = false
+*Non*URL*path
+bar.js?file=bar/zzz.js
+bar.js?file=bar/zzz.js
+block.js?block=foo
+foo.js?file=bar/aaa.js
+foo.js?file=bar/aaa.js
+ga.js
+jquery-1.5.1.min.js
+jquery.cookie.js
+lenta.ban?pg=4883&ifr=1
+lenta.ban?pg=5309&ifr=1
+motor.js?1308927432
+top100.jcn?80674
+xgemius.js
+— Content scripts —
+*Non*URL*path
+extension-name/bar.js
+extension-name/folder/baz.js
WebInspector.settings.showScriptFolders = true
+ *Non*URL*path
+— bar.com —
+/foo/path
+ bar.js?file=bar/zzz.js
+ foo.js?file=bar/aaa.js
+— foo.com —
+ block.js?block=foo
+ ga.js
+ lenta.ban?pg=4883&ifr=1
+ lenta.ban?pg=5309&ifr=1
+ top100.jcn?80674
+/_js/production
+ motor.js?1308927432
+/foo/path
+ bar.js?file=bar/zzz.js
+ foo.js?file=bar/aaa.js
+/i
+ xgemius.js
+/i/js
+ jquery-1.5.1.min.js
+ jquery.cookie.js
+— Content scripts —
+ *Non*URL*path
+extension-name
+ bar.js
+extension-name/folder
+ baz.js
Debugger was disabled.

Powered by Google App Engine
This is Rietveld 408576698