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

Unified Diff: LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names-expected.txt

Issue 1204473005: DevTools: Tweak v8 code objects name parsing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added a test. Created 5 years, 6 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: LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names-expected.txt
diff --git a/LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names-expected.txt b/LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3621e4ed776751d9037ca94e5580d6db770d2713
--- /dev/null
+++ b/LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names-expected.txt
@@ -0,0 +1,14 @@
+ => ,,456,0,0
+Script: => ,,456,0,0
+Script:http://example.com/alina? => ,http://example.com/alina?,456,0,0
+Script:http://example.com/:1 => ,http://example.com/,456,0,0
+Script:http://example.com/:1:2 => ,http://example.com/,456,0,1
+Script:http://example.com/:1:2:3 => ,http://example.com/:1,456,1,2
+Script:http://example.com/:1:2:3x:4 => ,http://example.com/:1:2:3x,456,3,0
+Builtin:~foo1 http://url.com/foo.js => foo1,http://url.com/foo.js,456,0,0
+Builtin:~foo2 http://url.com/foo.js:11 => foo2,http://url.com/foo.js,456,10,0
+Builtin:*foo3 http://url.com/foo.js:11:22 => foo3,http://url.com/foo.js,456,10,21
+Builtin:foo4 http://url.com/foo.js:11:22:33 => foo4,http://url.com/foo.js:11,456,21,32
+Builtin:~ http://url.com/anonymous.js:123 => ,http://url.com/anonymous.js,456,122,0
+Builtin:~function name with spaces http://url.com/anonymous.js:123 => function name with spaces,http://url.com/anonymous.js,456,122,0
+
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names.html ('k') | Source/devtools/front_end/common/ParsedURL.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698