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

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

Issue 2533183002: [DevTools] Remove workspace-test.js part2. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests file system project mappings.
2
3
4 Running: testAutomaticMapping
5 Adding file system.
6 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
7 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
8 Adding network resource.
9 Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
10 Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
11 UISourceCode uri to url mappings:
12 file:///var/www/html/foo.js ->
13 file:///var/www/bar.js ->
14 Adding mapping between network and file system resources.
15 Emulate reloading inspector.
16 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
17 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
18 Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
19 Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
20 UISourceCode uri to url mappings:
21 file:///var/www/html/foo.js -> http://localhost/html/foo.js
22 file:///var/www/bar.js -> http://localhost/bar.js
23 Removing mapping between network and file system resources.
24 Emulate reloading inspector.
25 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
26 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
27 Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
28 Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
29 UISourceCode uri to url mappings:
30 file:///var/www/html/foo.js ->
31 file:///var/www/bar.js ->
32
33 Running: testRemoveProject
34 Adding file system.
35 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/foo.js.
36 Dumping uiSourceCodes origin URLs:
37 - file:///var/www/foo.js
38 Removing project:
39 Received project removed event.
40
41 Running: testProjectBasedMapping
42 Adding file system.
43 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
44 Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html2/bar.js.
45 Workspace event: Symbol(UISourceCodeAdded): http://localhost/h1/foo.js.
46 Workspace event: Symbol(UISourceCodeAdded): http://localhost/h2/bar.js.
47 UISourceCode uri to url mappings:
48 file:///var/www/html/foo.js -> http://localhost/h1/foo.js
49 file:///var/www/html2/bar.js -> http://localhost/h2/bar.js
50
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698