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

Issue 2373663002: Unify enum NextProto and enum AlternateProtocol. (Closed)

Created:
4 years, 2 months ago by Bence
Modified:
4 years, 1 month ago
Reviewers:
Ryan Hamilton, xunjieli
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Unify enum NextProto and enum AlternateProtocol. * Use NextProto instead of AlternateProtocol everywhere. * Remove enum AlternateProtocol, AlternateProtocolFromNextProto(). * Move SSLClientSocketImpl::NextProto{To,From}String() to * next_proto.cc. * Combine AlternateProtocol{To,From}String() into * NextProto{To,From}String(). * Remove unused SpdyHttpStream::negotiated_protocol_. BUG=116575 Committed: https://crrev.com/f98f01d87fb1f315de400c6829ad467ae95caa7a Cr-Commit-Position: refs/heads/master@{#431572}

Patch Set 1 #

Patch Set 2 : Fix compile errors. #

Patch Set 3 : Rebase. #

Patch Set 4 : Fix compile errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -318 lines) Patch
M components/cronet/android/cronet_url_request_context_adapter.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M net/http/bidirectional_stream_unittest.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M net/http/http_network_session.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_session.cc View 1 2 1 chunk +8 lines, -6 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 19 chunks +28 lines, -44 lines 0 comments Download
M net/http/http_server_properties.h View 1 2 3 chunks +7 lines, -24 lines 0 comments Download
M net/http/http_server_properties.cc View 1 2 1 chunk +8 lines, -51 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 1 2 30 chunks +51 lines, -48 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 1 2 15 chunks +24 lines, -23 lines 0 comments Download
M net/http/http_stream_factory.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_job.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 chunks +5 lines, -6 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 2 8 chunks +11 lines, -13 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller_unittest.cc View 1 2 11 chunks +11 lines, -11 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M net/log/net_log_util.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/net.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/chromium/quic_network_transaction_unittest.cc View 1 2 11 chunks +11 lines, -11 lines 0 comments Download
M net/quic/chromium/quic_stream_factory.cc View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M net/quic/chromium/quic_stream_factory_test.cc View 1 2 4 chunks +7 lines, -6 lines 0 comments Download
M net/socket/next_proto.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A net/socket/next_proto.cc View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
M net/socket/ssl_client_socket_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 chunks +6 lines, -7 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (22 generated)
Bence
Ryan: PTAL. Thank you.
4 years, 1 month ago (2016-11-11 00:38:55 UTC) #19
Ryan Hamilton
lgtm
4 years, 1 month ago (2016-11-11 01:19:32 UTC) #20
Bence
xunjieli: PTAL. Thank you.
4 years, 1 month ago (2016-11-11 01:44:55 UTC) #22
xunjieli
On 2016/11/11 01:44:55, Bence wrote: > xunjieli: PTAL. Thank you. cronet lgtm. Out of paranoia, ...
4 years, 1 month ago (2016-11-11 15:10:13 UTC) #23
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/2373663002/60001
4 years, 1 month ago (2016-11-11 16:16:21 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-11 16:21:45 UTC) #27
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/f98f01d87fb1f315de400c6829ad467ae95caa7a Cr-Commit-Position: refs/heads/master@{#431572}
4 years, 1 month ago (2016-11-11 16:23:58 UTC) #29
Bence
Thank you both for reviewing.
4 years, 1 month ago (2016-11-11 16:35:39 UTC) #30
Bence
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2496953002/ by bnc@chromium.org. ...
4 years, 1 month ago (2016-11-11 16:37:00 UTC) #31
findit-for-me
FYI: Findit identified this CL at revision 431572 as the culprit for failures in the ...
4 years, 1 month ago (2016-11-11 16:55:31 UTC) #32
Ryan Hamilton
On 2016/11/11 16:55:31, findit-for-me wrote: > FYI: Findit identified this CL at revision 431572 as ...
4 years, 1 month ago (2016-11-11 18:16:44 UTC) #33
mmenke
4 years, 1 month ago (2016-11-11 18:18:39 UTC) #34
Message was sent while issue was closed.
On 2016/11/11 18:16:44, Ryan Hamilton wrote:
> On 2016/11/11 16:55:31, findit-for-me wrote:
> > FYI: Findit identified this CL at revision 431572 as the culprit for
> > failures in the build cycles as shown on:
> >
>
https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3Itb...
> 
> This CL landed via the CQ. Why was this build breakage not caught by the CQ?

I filed https://bugs.chromium.org/p/chromium/issues/detail?id=664538#c2 about
it.

Powered by Google App Engine
This is Rietveld 408576698