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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt

Issue 1410153009: DevTools: Make network events continuous on Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move events to a separate file Created 5 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
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
index e71cfc055f3504e8faeb6085caaa01a9dba6ba47..5485eb66547af5b7185e551782c6e51905494362 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
@@ -5,14 +5,12 @@ Script resource loaded
ResourceSendRequest Properties:
{
data : {
- frame : <string>
caseq 2015/11/13 00:23:23 Can we get frame back?
alph 2015/11/13 00:32:34 It's not used. Let's add it when there's a need.
requestId : <string>
requestMethod : "GET"
stackTrace : <object>
url : .../inspector/tracing/timeline-network-resource.js
}
endTime : <number>
- frameId : <string>
stackTrace : <object>
startTime : <number>
thread : <string>
@@ -23,13 +21,11 @@ Text details for ResourceSendRequest: timeline-network-resource.js
ResourceReceiveResponse Properties:
{
data : {
- frame : <string>
mimeType : <string>
requestId : <string>
statusCode : 0
}
endTime : <number>
- frameId : <string>
startTime : <number>
thread : <string>
type : "ResourceReceiveResponse"

Powered by Google App Engine
This is Rietveld 408576698