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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html

Issue 1353653003: DevTools: cleanup timeline concise record details generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: re-uploading after blink repo merge Created 5 years, 3 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
index 628adb10bd21bc8b6851d691d15a29bea4d4d06b..8e5677962b876960bf0ef5013e95695f366d5165 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
@@ -20,8 +20,8 @@ function test()
function finish()
{
- InspectorTest.printTimelineRecords("XHRReadyStateChange");
- InspectorTest.printTimelineRecords("XHRLoad");
+ InspectorTest.printTimelineRecordsWithDetails("XHRReadyStateChange");
+ InspectorTest.printTimelineRecordsWithDetails("XHRLoad");
InspectorTest.completeTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698