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

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

Issue 2349343002: DevTools: introduce persistence/ module (Closed)
Patch Set: reupload Created 4 years, 3 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
index 030bb34adafd6922fad6cb5a2dc63bc7ac74d064..77f11c5b367aa5b56a1d1d5402fb3c8c72d7b4fb 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
@@ -15,6 +15,8 @@ Adding mapping between network and file system resources.
Emulate reloading inspector.
Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
+Workspace event: Symbol(UISourceCodeAdded): http://localhost/html/foo.js.
+Workspace event: Symbol(UISourceCodeAdded): http://localhost/bar.js.
UISourceCode uri to url mappings:
file:///var/www/html/foo.js -> http://localhost/html/foo.js
file:///var/www/bar.js -> http://localhost/bar.js
@@ -28,66 +30,6 @@ UISourceCode uri to url mappings:
file:///var/www/html/foo.js ->
file:///var/www/bar.js ->
-Running: testScriptFileOnReloadWithDirtyFile
-Adding file system.
-Adding file system mapping.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
-Workspace event: Symbol(UISourceCodeAdded): debugger:///VM1 foo.js.
-Dumping uiSourceCode and script content:
- uiSourceCode: <foo content>
- script: <foo content>
- //# sourceURL=http://localhost/html/foo.js
-
- - hasDivergedFromVM: false
- - sourceFrame._muted: false
-Editing uiSourceCode:
- - hasDivergedFromVM: true
- - sourceFrame._muted: true
-Committing uiSourceCode with live edit failure:
-Dumping uiSourceCode and script content:
- uiSourceCode: <foo content edited>
- script: <foo content>
- //# sourceURL=http://localhost/html/foo.js
-
- - hasDivergedFromVM: true
- - sourceFrame._muted: true
-Reloading with saved but diverged uiSourceCode:
-UISourceCode should not have script file after unloading scripts: true
-Saved but diverged source frame should not be muted: true
-Loading script.
-Workspace event: Symbol(UISourceCodeAdded): debugger:///VM2 foo.js.
-Dumping uiSourceCode and script content:
- uiSourceCode: <foo content edited>
- script: <foo content>
- //# sourceURL=http://localhost/html/foo.js
-
- - hasDivergedFromVM: true
- - sourceFrame._muted: true
-Editing uiSourceCode again:
- - hasDivergedFromVM: true
- - sourceFrame._muted: true
-Committing uiSourceCode again (with live edit success now):
-Dumping uiSourceCode and script content:
- uiSourceCode: <foo content edited again>
- script: <foo content edited again>
- - hasDivergedFromVM: false
- - sourceFrame._muted: false
-Reloading page:
-UISourceCode should not have script file after unloading scripts: true
-Saved and merged source frame should not be muted: true
-Loading script.
-Workspace event: Symbol(UISourceCodeAdded): debugger:///VM3 foo.js.
- - hasDivergedFromVM: false
- - sourceFrame._muted: false
-Editing uiSourceCode again and reloading while it is dirty:
-UISourceCode should not have script file after unloading scripts: true
-Dirty source frame should be muted: true
-Loading script.
-Workspace event: Symbol(UISourceCodeAdded): debugger:///VM4 foo.js.
- - hasDivergedFromVM: true
- - sourceFrame._muted: true
-
Running: testRemoveProject
Adding file system.
Workspace event: Symbol(UISourceCodeAdded): file:///var/www/foo.js.
@@ -96,35 +38,13 @@ Dumping uiSourceCodes origin URLs:
Removing project:
Received project removed event.
-Running: testURLAfterRenaming
-Adding file system.
-Adding file system mapping.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/bar.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/foo/bar/baz.js.
-Renaming files:
- uiSourceCode URL change after renaming: http://localhost/html/foo.js -> http://localhost/html/newName.js
- uiSourceCode URL change after renaming: http://localhost/bar.js -> http://localhost/newName.js
- uiSourceCode URL change after renaming: http://localhost/foo/bar/baz.js -> http://localhost/foo/bar/newName.js
-
Running: testProjectBasedMapping
Adding file system.
Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html2/bar.js.
-(suspend state changed: true)
-(suspend state changed: false)
+Workspace event: Symbol(UISourceCodeAdded): http://localhost/h1/foo.js.
+Workspace event: Symbol(UISourceCodeAdded): http://localhost/h2/bar.js.
UISourceCode uri to url mappings:
file:///var/www/html/foo.js -> http://localhost/h1/foo.js
file:///var/www/html2/bar.js -> http://localhost/h2/bar.js
-(suspend state changed: true)
-(suspend state changed: false)
-
-Running: testNodeJSWrapper
-Adding file system.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/foo.js.
-Workspace event: Symbol(UISourceCodeAdded): file:///var/www/html/bar.js.
-Workspace event: Symbol(UISourceCodeAdded): debugger:///VM5 foo.js.
-Is diverged: false
-Workspace event: Symbol(UISourceCodeAdded): debugger:///VM6 bar.js.
-Is diverged: false

Powered by Google App Engine
This is Rietveld 408576698