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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-callstacks.html

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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../http/tests/inspector/timeline-test.js"></script> 4 <script src="../../../http/tests/inspector/timeline-test.js"></script>
5 <script> 5 <script>
6 function test() 6 function test()
7 { 7 {
8 var sessionId = "6.23"; 8 var sessionId = "6.23";
9 var rawTraceEvents = [ 9 var rawTraceEvents = [
10 { 10 {
11 "args": { 11 "args": {
12 "name": "Renderer" 12 "name": "Renderer"
13 }, 13 },
14 "cat": "__metadata", 14 "cat": "__metadata",
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 }); 558 });
559 559
560 InspectorTest.completeTest(); 560 InspectorTest.completeTest();
561 } 561 }
562 562
563 </script> 563 </script>
564 </head> 564 </head>
565 <body onload="runTest()"> 565 <body onload="runTest()">
566 </body> 566 </body>
567 </html> 567 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698