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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Patch Set: a Created 4 years, 5 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-ui/function-details-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
index b8809ce0a93b31a37a7640ef65bf27faac2ee70f..6b29339353a5da8a9a3e0ae9d2c5a19a90797faf 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
@@ -9,7 +9,7 @@ columnNumber: 36
scriptId is valid: true
functionName: firstLineFunction
isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetNonFirstLineFunctionDetails
notFirstLineFunction type = function
@@ -19,7 +19,7 @@ columnNumber: 32
scriptId is valid: true
functionName: notFirstLineFunction
isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetDetailsOfFunctionWithInferredName
obj.m type = function
@@ -29,7 +29,7 @@ columnNumber: 15
scriptId is valid: true
functionName: m
isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetDetailsOfFunctionWithDisplayName
functionWithDisplayName type = function
@@ -39,7 +39,7 @@ columnNumber: 32
scriptId is valid: true
functionName: user-friendly name
isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testGetDetailsOfFunctionWithDisplayNameGetter
functionWithDisplayNameGetter type = function
@@ -49,7 +49,7 @@ columnNumber: 38
scriptId is valid: true
functionName: functionWithDisplayNameGetter
isGenerator: false
-scopeChain #0: global; <global object properties omitted>
+scopeChain #0: Global; <global object properties omitted>
Running: testSmallClosure
smallClosure type = function
@@ -59,8 +59,8 @@ columnNumber: 49
scriptId is valid: true
functionName:
isGenerator: false
-scopeChain #0: closure; p: "Capybara"
-scopeChain #1: global; <global object properties omitted>
+scopeChain #0: Closure; p: "Capybara"
+scopeChain #1: Global; <global object properties omitted>
Running: testBigClosure
bigClosure type = function
@@ -70,8 +70,8 @@ columnNumber: 27
scriptId is valid: true
functionName:
isGenerator: false
-scopeChain #0: catch; ex: <no string representation>
-scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
-scopeChain #2: closure; p: <no string representation>
-scopeChain #3: global; <global object properties omitted>
+scopeChain #0: Catch; ex: <no string representation>
+scopeChain #1: With Block; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
dgozman 2016/07/07 19:59:23 Why did all these change? Is it important?
kozy 2016/07/07 22:59:07 Before we report scope with internal type that sta
+scopeChain #2: Closure; p: <no string representation>
+scopeChain #3: Global; <global object properties omitted>

Powered by Google App Engine
This is Rietveld 408576698