| 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: | |
| 30 file:///var/www/localhost/foo.js -> http://localhost/foo.js | |
| 31 file:///foo/bar/baz.js -> http://www.example.com/baz.js | |
| 32 UISourceCode url to uri mappings: | |
| 33 http://localhost/foo.js -> file:///var/www/localhost/foo.js | |
| 34 http://www.example.com/baz.js -> file:///foo/bar/baz.js | |
| 35 After revision added: | 29 After revision added: |
| 36 UISourceCode: file:///var/www/localhost/foo.js | 30 UISourceCode: file:///var/www/localhost/foo.js |
| 37 UISourceCode is content script: false | 31 UISourceCode is content script: false |
| 38 Highlighter type: text/javascript | 32 Highlighter type: text/javascript |
| 39 UISourceCode content: <Modified UISourceCode content> | 33 UISourceCode content: <Modified UISourceCode content> |
| 40 | 34 |
| 41 Running: testDefaultExcludes | 35 Running: testDefaultExcludes |
| 42 | 36 |
| 43 -- Default excludes -- | 37 -- Default excludes -- |
| 44 Dumping uiSourceCodes origin URLs: | 38 Dumping uiSourceCodes origin URLs: |
| (...skipping 24 matching lines...) Expand all Loading... |
| 69 | 63 |
| 70 Running: testFileAddedExternally | 64 Running: testFileAddedExternally |
| 71 -- Original tree -- | 65 -- Original tree -- |
| 72 Dumping uiSourceCodes origin URLs: | 66 Dumping uiSourceCodes origin URLs: |
| 73 - file:///var/www4/html/foo.js | 67 - file:///var/www4/html/foo.js |
| 74 -- File added externally -- | 68 -- File added externally -- |
| 75 Dumping uiSourceCodes origin URLs: | 69 Dumping uiSourceCodes origin URLs: |
| 76 - file:///var/www4/html/foo.js | 70 - file:///var/www4/html/foo.js |
| 77 - file:///var/www4/html/bar.js | 71 - file:///var/www4/html/bar.js |
| 78 | 72 |
| OLD | NEW |