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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt

Issue 2537233003: DevTools: [Persistence] sync working copies of UISourceCodes (Closed)
Patch Set: split out node.js editing fix Created 4 years 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/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
index 4e4f7dfe738de5095a341da3581e9ecfb62ee6e8..8d0ecfa50c7c3a8aee499b9aa750dc28dd66c5b0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
@@ -18,7 +18,7 @@ Binding created: {
exactMatch: false
}
-Running: Edit network uiSourceCode
+Running: addNetworkUISourceCodeRevision
Network:
(function (exports, require, module, __filename, __dirname) {
@@ -35,7 +35,27 @@ FileSystem:
//TODO
-Running: Edit fileSystem uiSourceCode
+Running: setNetworkUISourceCodeWorkingCopy
+Network:
+ (function (exports, require, module, __filename, __dirname) {
+
+ var express = require("express");
+ network();
+ workingCopy1();
+ //TODO
+ });
+
+FileSystem:
+ (function (exports, require, module, __filename, __dirname) {
+
+ var express = require("express");
+ network();
+ workingCopy1();
+ //TODO
+ });
+
+
+Running: changeFileSystemFile
Network:
(function (exports, require, module, __filename, __dirname) {
@@ -52,3 +72,21 @@ FileSystem:
//TODO
+Running: setFileSystemUISourceCodeWorkingCopy
+Network:
+ #!/usr/bin/env node
+
+ var express = require("express");
+ filesystem();
+ workingCopy2();
+ //TODO
+
+FileSystem:
+ #!/usr/bin/env node
+
+ var express = require("express");
+ filesystem();
+ workingCopy2();
+ //TODO
+
+

Powered by Google App Engine
This is Rietveld 408576698