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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event-expected.txt

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/websocket/timeline-websocket-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event-expected.txt
index 8d3315c03edce29d4a516ec7d9f634d24de20eeb..6ee76ecda4f29c7873d656d92ee64b9aa852eb37 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event-expected.txt
@@ -15,6 +15,7 @@ WebSocketCreate Properties:
thread : <string>
type : "WebSocketCreate"
}
+Text details for WebSocketCreate: ws://127.0.0.1:8880/simple
WebSocketSendHandshakeRequest Properties:
{
data : {
@@ -27,6 +28,7 @@ WebSocketSendHandshakeRequest Properties:
thread : <string>
type : "WebSocketSendHandshakeRequest"
}
+Text details for WebSocketSendHandshakeRequest: ws://127.0.0.1:8880/simple
WebSocketReceiveHandshakeResponse Properties:
{
data : {
@@ -39,6 +41,7 @@ WebSocketReceiveHandshakeResponse Properties:
thread : <string>
type : "WebSocketReceiveHandshakeResponse"
}
+Text details for WebSocketReceiveHandshakeResponse: ws://127.0.0.1:8880/simple
WebSocketDestroy Properties:
{
data : {
@@ -51,4 +54,5 @@ WebSocketDestroy Properties:
thread : <string>
type : "WebSocketDestroy"
}
+Text details for WebSocketDestroy: ws://127.0.0.1:8880/simple

Powered by Google App Engine
This is Rietveld 408576698