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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js

Issue 2482153003: DevTools: Depict network request timings on timeline network pane. (Closed)
Patch Set: Tweaks Created 4 years, 1 month 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 | third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
index 43075d747c8162edac27d9d44f9a6a16d8f9170a..013eaf4d59a1e86f9842fcc3b5134173c23b868d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
@@ -38,7 +38,7 @@ InspectorTest.timelinePropertyFormatters = {
backendNodeId: "formatAsTypeName",
nodeId: "formatAsTypeName",
rootNode: "formatAsTypeName",
- networkTime: "formatAsTypeName",
+ finishTime: "formatAsTypeName",
thread: "formatAsTypeName",
allottedMilliseconds: "formatAsTypeName",
timedOut: "formatAsTypeName"
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698