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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt

Issue 2077363003: DevTools: similarly to the way we match scripts ignoring sourceurl comments, ignore framework-speci… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test added Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 Tests file system project mappings. 1 Tests file system project mappings.
2 2
3 3
4 Running: testAutomaticMapping 4 Running: testAutomaticMapping
5 Adding file system. 5 Adding file system.
6 Workspace event: UISourceCodeAdded: file:///var/www/html/foo.js. 6 Workspace event: UISourceCodeAdded: file:///var/www/html/foo.js.
7 Workspace event: UISourceCodeAdded: file:///var/www/bar.js. 7 Workspace event: UISourceCodeAdded: file:///var/www/bar.js.
8 Adding network resource. 8 Adding network resource.
9 Workspace event: UISourceCodeAdded: http://localhost/html/foo.js. 9 Workspace event: UISourceCodeAdded: http://localhost/html/foo.js.
10 Workspace event: UISourceCodeAdded: http://localhost/bar.js. 10 Workspace event: UISourceCodeAdded: http://localhost/bar.js.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 Workspace event: UISourceCodeAdded: file:///var/www/html/foo.js. 112 Workspace event: UISourceCodeAdded: file:///var/www/html/foo.js.
113 Workspace event: UISourceCodeAdded: file:///var/www/html2/bar.js. 113 Workspace event: UISourceCodeAdded: file:///var/www/html2/bar.js.
114 (suspend state changed: true) 114 (suspend state changed: true)
115 (suspend state changed: false) 115 (suspend state changed: false)
116 UISourceCode uri to url mappings: 116 UISourceCode uri to url mappings:
117 file:///var/www/html/foo.js -> http://localhost/h1/foo.js 117 file:///var/www/html/foo.js -> http://localhost/h1/foo.js
118 file:///var/www/html2/bar.js -> http://localhost/h2/bar.js 118 file:///var/www/html2/bar.js -> http://localhost/h2/bar.js
119 (suspend state changed: true) 119 (suspend state changed: true)
120 (suspend state changed: false) 120 (suspend state changed: false)
121 121
122 Running: testNodeJSWrapper
123 Adding file system.
124 Workspace event: UISourceCodeAdded: file:///var/www/html/foo.js.
125 Workspace event: UISourceCodeAdded: file:///var/www/html/bar.js.
126 Workspace event: UISourceCodeAdded: debugger:///VM5 foo.js.
127 Is diverged: false
128 Workspace event: UISourceCodeAdded: debugger:///VM6 bar.js.
129 Is diverged: false
130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698