| 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 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. |
| 11 Emulate reloading inspector. | 11 Emulate reloading inspector. |
| 12 UISourceCode uri to url mappings: | 12 UISourceCode uri to url mappings: |
| 13 filesystem:/var/www/html/foo.js -> http://localhost/html/foo.js | 13 filesystem:/var/www/html/foo.js -> http://localhost/html/foo.js |
| 14 filesystem:/var/www/bar.js -> http://localhost/bar.js | 14 filesystem:/var/www/bar.js -> http://localhost/bar.js |
| 15 Removing mapping between network and file system resources. | 15 Removing mapping between network and file system resources. |
| 16 Emulate reloading inspector. | 16 Emulate reloading inspector. |
| 17 UISourceCode uri to url mappings: | 17 UISourceCode uri to url mappings: |
| 18 filesystem:/var/www/html/foo.js -> | 18 filesystem:/var/www/html/foo.js -> |
| 19 filesystem:/var/www/bar.js -> | 19 filesystem:/var/www/bar.js -> |
| 20 | 20 |
| 21 Running: testScriptFileOnReloadWithDirtyFile | 21 Running: testScriptFileOnReloadWithDirtyFile |
| 22 Adding file system. | 22 Adding file system. |
| 23 Dumping uiSourceCode and script content: | 23 Dumping uiSourceCode and script content: |
| 24 uiSourceCode: <foo content> | 24 uiSourceCode: <foo content> |
| 25 script: <foo content> | 25 script: <foo content> |
| 26 //@ sourceURL=http://localhost/html/foo.js | 26 //# sourceURL=http://localhost/html/foo.js |
| 27 | 27 |
| 28 - hasDivergedFromVM: false | 28 - hasDivergedFromVM: false |
| 29 - sourceFrame._muted: false | 29 - sourceFrame._muted: false |
| 30 Editing uiSourceCode: | 30 Editing uiSourceCode: |
| 31 - hasDivergedFromVM: true | 31 - hasDivergedFromVM: true |
| 32 - sourceFrame._muted: true | 32 - sourceFrame._muted: true |
| 33 Committing uiSourceCode with live edit failure: | 33 Committing uiSourceCode with live edit failure: |
| 34 Dumping uiSourceCode and script content: | 34 Dumping uiSourceCode and script content: |
| 35 uiSourceCode: <foo content edited> | 35 uiSourceCode: <foo content edited> |
| 36 script: <foo content> | 36 script: <foo content> |
| 37 //@ sourceURL=http://localhost/html/foo.js | 37 //# sourceURL=http://localhost/html/foo.js |
| 38 | 38 |
| 39 - hasDivergedFromVM: true | 39 - hasDivergedFromVM: true |
| 40 - sourceFrame._muted: true | 40 - sourceFrame._muted: true |
| 41 Reloading with saved but diverged uiSourceCode: | 41 Reloading with saved but diverged uiSourceCode: |
| 42 Loading script. | 42 Loading script. |
| 43 Dumping uiSourceCode and script content: | 43 Dumping uiSourceCode and script content: |
| 44 uiSourceCode: <foo content edited> | 44 uiSourceCode: <foo content edited> |
| 45 script: <foo content> | 45 script: <foo content> |
| 46 //@ sourceURL=http://localhost/html/foo.js | 46 //# sourceURL=http://localhost/html/foo.js |
| 47 | 47 |
| 48 - hasDivergedFromVM: true | 48 - hasDivergedFromVM: true |
| 49 - sourceFrame._muted: true | 49 - sourceFrame._muted: true |
| 50 Editing uiSourceCode again: | 50 Editing uiSourceCode again: |
| 51 - hasDivergedFromVM: true | 51 - hasDivergedFromVM: true |
| 52 - sourceFrame._muted: true | 52 - sourceFrame._muted: true |
| 53 Committing uiSourceCode again (with live edit success now): | 53 Committing uiSourceCode again (with live edit success now): |
| 54 Dumping uiSourceCode and script content: | 54 Dumping uiSourceCode and script content: |
| 55 uiSourceCode: <foo content edited again> | 55 uiSourceCode: <foo content edited again> |
| 56 script: <foo content edited again> | 56 script: <foo content edited again> |
| 57 //@ sourceURL=http://localhost/html/foo.js | 57 //# sourceURL=http://localhost/html/foo.js |
| 58 - hasDivergedFromVM: false | 58 - hasDivergedFromVM: false |
| 59 - sourceFrame._muted: false | 59 - sourceFrame._muted: false |
| 60 Reloading page: | 60 Reloading page: |
| 61 Loading script. | 61 Loading script. |
| 62 - hasDivergedFromVM: false | 62 - hasDivergedFromVM: false |
| 63 - sourceFrame._muted: false | 63 - sourceFrame._muted: false |
| 64 Editing uiSourceCode again and reloading while it is dirty: | 64 Editing uiSourceCode again and reloading while it is dirty: |
| 65 Loading script. | 65 Loading script. |
| 66 - hasDivergedFromVM: true | 66 - hasDivergedFromVM: true |
| 67 - sourceFrame._muted: true | 67 - sourceFrame._muted: true |
| 68 | 68 |
| OLD | NEW |