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

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

Issue 313603003: Devtools: get rid of ProjectWillReset event, introduce ProjectRemoved instead of it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
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 Adding network resource. 6 Adding network resource.
7 UISourceCode uri to url mappings: 7 UISourceCode uri to url mappings:
8 filesystem:/var/www/html/foo.js -> 8 filesystem:/var/www/html/foo.js ->
9 filesystem:/var/www/bar.js -> 9 filesystem:/var/www/bar.js ->
10 Adding mapping between network and file system resources. 10 Adding mapping between network and file system resources.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 - file:///var/www/html2/foo.js 87 - file:///var/www/html2/foo.js
88 Excluding html2 folder: 88 Excluding html2 folder:
89 Dumping uiSourceCodes origin URLs: 89 Dumping uiSourceCodes origin URLs:
90 - file:///var/www/bar.js 90 - file:///var/www/bar.js
91 91
92 Running: testRemoveProject 92 Running: testRemoveProject
93 Adding file system. 93 Adding file system.
94 Dumping uiSourceCodes origin URLs: 94 Dumping uiSourceCodes origin URLs:
95 - file:///var/www/foo.js 95 - file:///var/www/foo.js
96 Removing project: 96 Removing project:
97 Received project will reset event. 97 Received project removed event.
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698