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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/timeline/timeline-gc-event.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/timeline-test.js
diff --git a/LayoutTests/http/tests/inspector/timeline-test.js b/LayoutTests/http/tests/inspector/timeline-test.js
index 0c0f681bc0409af7308d2edb3edf393537aac206..fcbadb0e7b43f3c3cb4e371e254d205ba6e3a715 100644
--- a/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/LayoutTests/http/tests/inspector/timeline-test.js
@@ -18,6 +18,7 @@ InspectorTest.timelinePropertyFormatters = {
scriptLine: "formatAsTypeName",
layerId: "formatAsTypeName",
lineNumber: "formatAsTypeName",
+ columnNumber: "formatAsTypeName",
frameId: "formatAsTypeName",
encodedDataLength: "formatAsTypeName",
identifier: "formatAsTypeName",
« 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