OLD | NEW |
1 Tests file system project. | 1 Tests file system project. |
2 | 2 |
3 | 3 |
4 Running: testFileSystems | 4 Running: testFileSystems |
5 Adding first file system. | 5 Adding first file system. |
6 Adding second file system. | 6 Adding second file system. |
7 Adding file mappings. | 7 Adding file mappings. |
8 Adding files to file systems. | 8 Adding files to file systems. |
9 | 9 |
10 UISourceCode: file:///var/www/localhost/foo.js | 10 UISourceCode: file:///var/www/localhost/foo.js |
11 UISourceCode is content script: false | 11 UISourceCode is content script: false |
12 Highlighter type: text/javascript | 12 Highlighter type: text/javascript |
13 UISourceCode content: <foo content> | 13 UISourceCode content: <foo content> |
14 | 14 |
15 UISourceCode: file:///var/www/bar.js | 15 UISourceCode: file:///var/www/bar.js |
16 UISourceCode is content script: false | 16 UISourceCode is content script: false |
17 Highlighter type: text/javascript | 17 Highlighter type: text/javascript |
18 UISourceCode content: <bark content> | 18 UISourceCode content: <bark content> |
19 | 19 |
20 UISourceCode: file:///foo/bar/baz.js | 20 UISourceCode: file:///foo/bar/baz.js |
21 UISourceCode is content script: false | 21 UISourceCode is content script: false |
22 Highlighter type: text/javascript | 22 Highlighter type: text/javascript |
23 UISourceCode content: <bazzz content> | 23 UISourceCode content: <bazzz content> |
24 | 24 |
25 Dumping uiSourceCode location link texts: | 25 Dumping uiSourceCode location link texts: |
26 - foo.js:6 | 26 - foo.js:6 |
27 - bar.js:6 | 27 - bar.js:6 |
28 - baz.js:6 | 28 - baz.js:6 |
29 UISourceCode uri to url mappings: | 29 UISourceCode uri to url mappings: |
30 filesystem:/var/www/localhost/foo.js -> http://localhost/foo.js | 30 file:///var/www/localhost/foo.js -> http://localhost/foo.js |
31 filesystem:/foo/bar/baz.js -> http://www.example.com/baz.js | 31 file:///foo/bar/baz.js -> http://www.example.com/baz.js |
32 UISourceCode url to uri mappings: | 32 UISourceCode url to uri mappings: |
33 http://localhost/foo.js -> filesystem:/var/www/localhost/foo.js | 33 http://localhost/foo.js -> file:///var/www/localhost/foo.js |
34 http://www.example.com/baz.js -> filesystem:/foo/bar/baz.js | 34 http://www.example.com/baz.js -> file:///foo/bar/baz.js |
35 After revision added: | 35 After revision added: |
36 UISourceCode: file:///var/www/localhost/foo.js | 36 UISourceCode: file:///var/www/localhost/foo.js |
37 UISourceCode is content script: false | 37 UISourceCode is content script: false |
38 Highlighter type: text/javascript | 38 Highlighter type: text/javascript |
39 UISourceCode content: <Modified UISourceCode content> | 39 UISourceCode content: <Modified UISourceCode content> |
40 | 40 |
41 Running: testDefaultExcludes | 41 Running: testDefaultExcludes |
42 | 42 |
43 -- Default excludes -- | 43 -- Default excludes -- |
44 Dumping uiSourceCodes origin URLs: | 44 Dumping uiSourceCodes origin URLs: |
(...skipping 15 matching lines...) Expand all Loading... |
60 - file:///var/www3/html/foo.js | 60 - file:///var/www3/html/foo.js |
61 - file:///var/www3/bar.js | 61 - file:///var/www3/bar.js |
62 | 62 |
63 Running: testExcludesViaProject | 63 Running: testExcludesViaProject |
64 | 64 |
65 -- Excluded /html2/ via .devtools -- | 65 -- Excluded /html2/ via .devtools -- |
66 Dumping uiSourceCodes origin URLs: | 66 Dumping uiSourceCodes origin URLs: |
67 - file:///html/foo.js | 67 - file:///html/foo.js |
68 - file:///bar.js | 68 - file:///bar.js |
69 | 69 |
OLD | NEW |