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

Side by Side Diff: LayoutTests/http/tests/inspector/timeline-test.js

Issue 235043002: TimelinePanel: make GC events synchronous. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/inspector/timeline/timeline-gc-event.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var initialize_Timeline = function() { 1 var initialize_Timeline = function() {
2 2
3 // Scrub values when printing out these properties in the record or data field. 3 // Scrub values when printing out these properties in the record or data field.
4 InspectorTest.timelinePropertyFormatters = { 4 InspectorTest.timelinePropertyFormatters = {
5 children: "formatAsTypeName", 5 children: "formatAsTypeName",
6 endTime: "formatAsTypeName", 6 endTime: "formatAsTypeName",
7 requestId: "formatAsTypeName", 7 requestId: "formatAsTypeName",
8 startTime: "formatAsTypeName", 8 startTime: "formatAsTypeName",
9 stackTrace: "formatAsTypeName", 9 stackTrace: "formatAsTypeName",
10 url: "formatAsURL", 10 url: "formatAsURL",
11 scriptName: "formatAsTypeName", 11 scriptName: "formatAsTypeName",
12 scriptId: "formatAsTypeName", 12 scriptId: "formatAsTypeName",
13 usedHeapSizeDelta: "skip", 13 usedHeapSizeDelta: "skip",
14 mimeType: "formatAsTypeName", 14 mimeType: "formatAsTypeName",
15 id: "formatAsTypeName", 15 id: "formatAsTypeName",
16 counters: "formatAsTypeName", 16 counters: "formatAsTypeName",
17 timerId: "formatAsTypeName", 17 timerId: "formatAsTypeName",
18 scriptLine: "formatAsTypeName", 18 scriptLine: "formatAsTypeName",
19 layerId: "formatAsTypeName", 19 layerId: "formatAsTypeName",
20 lineNumber: "formatAsTypeName", 20 lineNumber: "formatAsTypeName",
21 columnNumber: "formatAsTypeName",
21 frameId: "formatAsTypeName", 22 frameId: "formatAsTypeName",
22 encodedDataLength: "formatAsTypeName", 23 encodedDataLength: "formatAsTypeName",
23 identifier: "formatAsTypeName", 24 identifier: "formatAsTypeName",
24 clip: "formatAsTypeName", 25 clip: "formatAsTypeName",
25 root: "formatAsTypeName", 26 root: "formatAsTypeName",
26 rootNode: "formatAsTypeName", 27 rootNode: "formatAsTypeName",
27 layerRootNode: "formatAsTypeName", 28 layerRootNode: "formatAsTypeName",
28 elementId: "formatAsTypeName", 29 elementId: "formatAsTypeName",
29 networkTime: "formatAsTypeName", 30 networkTime: "formatAsTypeName",
30 thread: "formatAsTypeName" 31 thread: "formatAsTypeName"
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 return this._fileSize; 318 return this._fileSize;
318 }, 319 },
319 320
320 fileName: function() 321 fileName: function()
321 { 322 {
322 return "fakeFile"; 323 return "fakeFile";
323 } 324 }
324 }; 325 };
325 326
326 }; 327 };
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/timeline/timeline-gc-event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698