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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js-samping-codeobject-names-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 => ,,456,0,0,false
2 Script: => ,,456,0,0,false
3 Script:http://example.com/alina? => ,http://example.com/alina?,456,0,0,false
4 Script:http://example.com/:1 => ,http://example.com/,456,0,0,false
5 Script:http://example.com/:1:2 => ,http://example.com/,456,0,1,false
6 Script:http://example.com/:1:2:3 => ,http://example.com/:1,456,1,2,false
7 Script:http://example.com/:1:2:3x:4 => ,http://example.com/:1:2:3x,456,3,0,false
8 Builtin:~foo1 http://url.com/foo.js => foo1,http://url.com/foo.js,456,0,0,false
9 Builtin:~foo2 native http://url.com/foo.js:11 => foo2,http://url.com/foo.js,456, 10,0,true
10 Builtin:*foo3 http://url.com/foo.js:11:22 => foo3,http://url.com/foo.js,456,10,2 1,false
11 Builtin:foo4 http://url.com/foo.js:11:22:33 => foo4,http://url.com/foo.js:11,456 ,21,32,false
12 Builtin:~ http://url.com/anonymous.js:123 => ,http://url.com/anonymous.js,456,12 2,0,false
13 Builtin:~ native http://url.com/anonymous.js:123 => ,http://url.com/anonymous.js ,456,122,0,true
14 Builtin:~function name with spaces http://url.com/bar:123 => function name with spaces,http://url.com/bar,456,122,0,false
15 Builtin:~native function name with spaces native http://url.com/bar.js:123 => na tive function name with spaces,http://url.com/bar.js,456,122,0,true
16 Builtin:~user_function_that_is_not_native http://url.com/bar.js:123 => user_func tion_that_is_not_native,http://url.com/bar.js,456,122,0,false
17 Builtin:~native http://url.com/bar.js:123 => native,http://url.com/bar.js,456,12 2,0,false
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698