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

Issue 2167253002: s/SYN_STREAM/HEADERS/ in frame types, method names, comments. (Closed)

Created:
4 years, 5 months ago by Bence
Modified:
4 years, 5 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

s/SYN_STREAM/HEADERS/ in frame types, method names, comments. * s/CreateSynStream/CreateHeaders/ in SpdySession. * Use HEADERS instead of SYN_STREAM in SpdyStream::SendRequestHeaders(), SpdySession::DoWrite(), and various CHECKs in SpdyStream and SpdySession. This does not make a difference on the wire, since SpdySession::CreateHeaders() (formerly known as CreateSynStream()) has already been creating HEADERS frames anyway. * s/waiting_for_syn_reply/waiting_for_reply_headers_frame/ in SpdySession::ActiveStreamInfo. * s/SynReply/Reply/, s/Syn/Headers/ in spdy_test_util_common methods. * Update out-of-date comments referring to SYN_STREAM or SYN_REPLY frames. * Rename NetLogSpdySynReplyOrHeadersReceivedCallback to NetLogSpdyHeadersReceivedCallback. * Use HEADERS frames in SpdyWriteQueueTests. * s/SynStreamBufferProducer/HeadersBufferProducer/, s/ProduceSynStreamFrame/ProduceHeadersFrame/ in SpdyStream. * Remove unused TYPE_HTTP2_SESSION_SYN_STREAM, TYPE_HTTP2_SESSION_SYN_REPLY, and TYPE_HTTP2_SESSION_PUSHED_SYN_STREAM. * Remove unused SetPriority() from spdy_test_util_common.{h,cc}. BUG=624095 Committed: https://crrev.com/4233140d9fb980c68a14bb014128a6df5c02e2d9 Cr-Commit-Position: refs/heads/master@{#407465}

Patch Set 1 #

Patch Set 2 : Update data for net_internals webui test. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -505 lines) Patch
M chrome/test/data/webui/net_internals/log_view_painter.js View 1 3 chunks +4 lines, -4 lines 0 comments Download
M net/http/bidirectional_stream_unittest.cc View 15 chunks +15 lines, -15 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 36 chunks +50 lines, -68 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/log/net_log_event_type_list.h View 1 12 chunks +14 lines, -53 lines 0 comments Download
M net/spdy/bidirectional_stream_spdy_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 12 chunks +13 lines, -13 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 114 chunks +158 lines, -164 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 1 chunk +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M net/spdy/spdy_session.h View 2 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/spdy_session.cc View 9 chunks +16 lines, -20 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 25 chunks +32 lines, -32 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 2 4 chunks +8 lines, -10 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 7 chunks +13 lines, -14 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 2 12 chunks +12 lines, -12 lines 0 comments Download
M net/spdy/spdy_test_util_common.h View 7 chunks +24 lines, -28 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 9 chunks +20 lines, -24 lines 0 comments Download
M net/spdy/spdy_write_queue_unittest.cc View 13 chunks +17 lines, -17 lines 0 comments Download

Messages

Total messages: 24 (17 generated)
Bence
Ryan: PTAL. Thank you.
4 years, 5 months ago (2016-07-21 23:13:51 UTC) #10
Ryan Hamilton
lgtm
4 years, 5 months ago (2016-07-22 23:32:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2167253002/20001
4 years, 5 months ago (2016-07-23 00:16:41 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/40355) ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 5 months ago (2016-07-23 00:19:11 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2167253002/40001
4 years, 5 months ago (2016-07-25 12:12:46 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-25 13:36:34 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 13:38:01 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4233140d9fb980c68a14bb014128a6df5c02e2d9
Cr-Commit-Position: refs/heads/master@{#407465}

Powered by Google App Engine
This is Rietveld 408576698