| OLD | NEW |
| 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: filesystem:/var/www/html/foo.js. | 6 Workspace event: UISourceCodeAdded: filesystem:/var/www/html/foo.js. |
| 7 Workspace event: UISourceCodeAdded: filesystem:/var/www/bar.js. | 7 Workspace event: UISourceCodeAdded: filesystem:/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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 Page reloaded. | 87 Page reloaded. |
| 88 Page reloaded. | 88 Page reloaded. |
| 89 ==Source frame contents start== | 89 ==Source frame contents start== |
| 90 function f() | 90 function f() |
| 91 { | 91 { |
| 92 return "live-edited string"; | 92 return "live-edited string"; |
| 93 } | 93 } |
| 94 | 94 |
| 95 ==Source frame contents end== | 95 ==Source frame contents end== |
| 96 | 96 |
| 97 Running: testExcludingFolders | |
| 98 Adding file system. | |
| 99 Adding exclusion pattern and excluded folder. | |
| 100 Workspace event: UISourceCodeAdded: filesystem:/var/www/bar.js. | |
| 101 Workspace event: UISourceCodeAdded: filesystem:/var/www/html2/foo.js. | |
| 102 Dumping uiSourceCodes origin URLs: | |
| 103 - file:///var/www/bar.js | |
| 104 - file:///var/www/html2/foo.js | |
| 105 Excluding html2 folder: | |
| 106 Workspace event: UISourceCodeRemoved: filesystem:/var/www/html2/foo.js. | |
| 107 Dumping uiSourceCodes origin URLs: | |
| 108 - file:///var/www/bar.js | |
| 109 | |
| 110 Running: testRemoveProject | 97 Running: testRemoveProject |
| 111 Adding file system. | 98 Adding file system. |
| 112 Workspace event: UISourceCodeAdded: filesystem:/var/www/foo.js. | 99 Workspace event: UISourceCodeAdded: filesystem:/var/www/foo.js. |
| 113 Dumping uiSourceCodes origin URLs: | 100 Dumping uiSourceCodes origin URLs: |
| 114 - file:///var/www/foo.js | 101 - file:///var/www/foo.js |
| 115 Removing project: | 102 Removing project: |
| 116 Received project removed event. | 103 Received project removed event. |
| 117 | 104 |
| 118 Running: testURLAfterRenaming | 105 Running: testURLAfterRenaming |
| 119 Adding file system. | 106 Adding file system. |
| 120 Adding file system mapping. | 107 Adding file system mapping. |
| 121 Workspace event: UISourceCodeAdded: filesystem:/var/www/html/foo.js. | 108 Workspace event: UISourceCodeAdded: filesystem:/var/www/html/foo.js. |
| 122 Workspace event: UISourceCodeAdded: filesystem:/var/www/bar.js. | 109 Workspace event: UISourceCodeAdded: filesystem:/var/www/bar.js. |
| 123 Workspace event: UISourceCodeAdded: filesystem:/var/www/foo/bar/baz.js. | 110 Workspace event: UISourceCodeAdded: filesystem:/var/www/foo/bar/baz.js. |
| 124 Renaming files: | 111 Renaming files: |
| 125 uiSourceCode URL change after renaming: http://localhost/html/foo.js -> http
://localhost/html/newName.js | 112 uiSourceCode URL change after renaming: http://localhost/html/foo.js -> http
://localhost/html/newName.js |
| 126 uiSourceCode URL change after renaming: http://localhost/bar.js -> http://lo
calhost/newName.js | 113 uiSourceCode URL change after renaming: http://localhost/bar.js -> http://lo
calhost/newName.js |
| 127 uiSourceCode URL change after renaming: http://localhost/foo/bar/baz.js -> h
ttp://localhost/foo/bar/newName.js | 114 uiSourceCode URL change after renaming: http://localhost/foo/bar/baz.js -> h
ttp://localhost/foo/bar/newName.js |
| 128 | 115 |
| OLD | NEW |