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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt

Issue 1887913002: DevTools: improve identifier extraction in SourceMapNamesResolver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/debugger-scope-resolve-identifiers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt
similarity index 66%
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt
copy to third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt
index 9b2573e2329abdb5eb8f197a7fedfe239ee5eaf6..51184e594e2402df8d3b649dd80e840e41ba46b3 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-minified-variables-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt
@@ -1,16 +1,13 @@
+CONSOLE MESSAGE: line 4: 0
Tests resolving variable names via source maps.
Set timer for test function.
Script execution paused.
Scope variables sidebar pane:
-Catch
- error: "boom!"
Local
- longMap: Map
- longObject: Object
- parameter1: 100
- parameter2: "hello"
+ pos: 10
+ pos: 0
this: Window
WindowGlobal
<section collapsed>

Powered by Google App Engine
This is Rietveld 408576698