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

Unified Diff: chrome/test/data/webui/net_internals/log_view_painter.js

Issue 2167253002: s/SYN_STREAM/HEADERS/ in frame types, method names, comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | net/http/bidirectional_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/log_view_painter.js
diff --git a/chrome/test/data/webui/net_internals/log_view_painter.js b/chrome/test/data/webui/net_internals/log_view_painter.js
index 7a64639b97cc696f07bba137d587a6dae236b9aa..7dc5cf7c6760f928e2383ad51072720050bdd9d7 100644
--- a/chrome/test/data/webui/net_internals/log_view_painter.js
+++ b/chrome/test/data/webui/net_internals/log_view_painter.js
@@ -1822,7 +1822,7 @@ function painterTestDontStripCookiesSPDYSession() {
'type': EventSourceType.HTTP2_SESSION
},
'time': '1012984638',
- 'type': EventType.HTTP2_SESSION_SYN_STREAM
+ 'type': EventType.HTTP2_SESSION_SEND_HEADERS
},
{
'params': {
@@ -1843,12 +1843,12 @@ function painterTestDontStripCookiesSPDYSession() {
'type': EventSourceType.HTTP2_SESSION
},
'time': '1012992266',
- 'type': EventType.HTTP2_SESSION_SYN_REPLY
+ 'type': EventType.HTTP2_SESSION_RECV_HEADERS
}
];
testCase.expectedText =
- 't=1338924082421 [st= 0] HTTP2_SESSION_SYN_STREAM\n' +
+ 't=1338924082421 [st= 0] HTTP2_SESSION_SEND_HEADERS\n' +
' --> flags = 1\n' +
' --> :host: mail.google.com\n' +
' :method: GET\n' +
@@ -1862,7 +1862,7 @@ function painterTestDontStripCookiesSPDYSession() {
' cookie: MyMagicPony\n' +
' user-agent: Mozilla/5.0\n' +
' --> stream_id = 1\n' +
- 't=1338924090049 [st=7628] HTTP2_SESSION_SYN_REPLY\n' +
+ 't=1338924090049 [st=7628] HTTP2_SESSION_RECV_HEADERS\n' +
' --> flags = 0\n' +
' --> :status: 204 No Content\n' +
' :version: HTTP/1.1\n' +
« no previous file with comments | « no previous file | net/http/bidirectional_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698