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

Issue 2347163002: s/NPN/ALPN/ (Closed)

Created:
4 years, 3 months ago by Bence
Modified:
4 years, 3 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews, igrigorik
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

s/NPN/ALPN/ s/RESPONSE_INFO_HAS_NPN_NEGOTIATED_PROTOCOL/RESPONSE_INFO_HAS_ALPN_NEGOTIATED_PROTOCOL/ s/RESPONSE_INFO_WAS_NPN/RESPONSE_INFO_WAS_ALPN/ s/was_npn_negotiated/was_alpn_negotiated/ s/npn_negotiated_protocol/alpn_negotiated_protocol/ s/ERR_NPN_NEGOTIATION_FAILED/ERR_ALPN_NEGOTIATION_FAILED/ WasNpnNegotiated and npnNegotiatedProtocol are not renamed in this CL, because these names are exposed to the web platform, and developers might depend on them. BUG=526713 Committed: https://crrev.com/94c92849a971e1428dcd4b77e4118ac01b15b132 Cr-Commit-Position: refs/heads/master@{#420065}

Patch Set 1 : s/RESPONSE_INFO_HAS_NPN_NEGOTIATED_PROTOCOL/RESPONSE_INFO_HAS_ALPN_NEGOTIATED_PROTOCOL/ #

Patch Set 2 : s/RESPONSE_INFO_WAS_NPN/RESPONSE_INFO_WAS_ALPN/ #

Patch Set 3 : s/was_npn_negotiated/was_alpn_negotiated/g #

Patch Set 4 : s/npn_negotiated_protocol/alpn_negotiated_protocol/g #

Patch Set 5 : s/ERR_NPN_NEGOTIATION_FAILED/ERR_ALPN_NEGOTIATION_FAILED/ #

Total comments: 1

Patch Set 6 : Re: #12. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -165 lines) Patch
M chrome/renderer/loadtimes_extension_bindings.cc View 1 2 3 2 chunks +22 lines, -23 lines 0 comments Download
M components/cronet/android/cronet_url_request_adapter.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M components/cronet/android/url_request_adapter.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_loader.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M content/child/weburlresponse_extradata_impl.h View 1 2 3 3 chunks +8 lines, -10 lines 0 comments Download
M content/child/weburlresponse_extradata_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/resource_messages.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/common/resource_response.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/common/resource_response_info.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/common/resource_response_info.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/document_state.h View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M content/public/renderer/document_state.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M net/base/net_error_list.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 23 chunks +24 lines, -24 lines 0 comments Download
M net/http/http_response_info.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_response_info.cc View 1 2 3 9 chunks +16 lines, -16 lines 0 comments Download
M net/http/http_stream_factory.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 5 chunks +7 lines, -7 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 2 7 chunks +8 lines, -8 lines 0 comments Download
M net/http/http_stream_factory_impl_request.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_request.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M net/quic/chromium/quic_http_stream.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/chromium/quic_network_transaction_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (21 generated)
Bence
David: PTAL at net/. Thank you.
4 years, 3 months ago (2016-09-16 16:09:06 UTC) #11
davidben
net lgtm with comment https://codereview.chromium.org/2347163002/diff/80001/net/base/net_error_list.h File net/base/net_error_list.h (right): https://codereview.chromium.org/2347163002/diff/80001/net/base/net_error_list.h#newcode193 net/base/net_error_list.h:193: NET_ERROR(ALPN_NEGOTIATION_FAILED, -122) Could you re-run ...
4 years, 3 months ago (2016-09-16 16:28:32 UTC) #12
Bence
kapishnikov: PTAL at components/cronet/android/ clamy: PTAL at content/ except for content/common/ Martin: PTAL at content/common/resource_messages.h ...
4 years, 3 months ago (2016-09-16 17:20:01 UTC) #14
Martin Barbella
resource_messages.h lgtm
4 years, 3 months ago (2016-09-16 17:21:44 UTC) #15
Bence
Steven: PTAL at tools/metrics/histograms/histograms.xml. Thank you.
4 years, 3 months ago (2016-09-16 17:26:28 UTC) #17
Charlie Harrison
bmcquade knows this code more than I do. Deferring to him.
4 years, 3 months ago (2016-09-16 17:28:03 UTC) #19
Steven Holte
histograms lgtm
4 years, 3 months ago (2016-09-16 18:55:54 UTC) #20
Bryan McQuade
loadtimes_extension_bindings LGTM. Thanks for not renaming the wasNpnNegotiated and other properties exposed to the web ...
4 years, 3 months ago (2016-09-16 18:59:05 UTC) #21
davidben
On 2016/09/16 18:59:05, Bryan McQuade wrote: > loadtimes_extension_bindings LGTM. Thanks for not renaming the wasNpnNegotiated ...
4 years, 3 months ago (2016-09-16 19:05:53 UTC) #22
panicker
On 2016/09/16 19:05:53, davidben wrote: > On 2016/09/16 18:59:05, Bryan McQuade wrote: > > loadtimes_extension_bindings ...
4 years, 3 months ago (2016-09-16 19:55:58 UTC) #23
clamy
Thanks! content/ lgtm
4 years, 3 months ago (2016-09-19 09:54:02 UTC) #24
kapishnikov
lgtm
4 years, 3 months ago (2016-09-20 16:38:32 UTC) #27
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/2347163002/100001
4 years, 3 months ago (2016-09-20 16:48:38 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/282777)
4 years, 3 months ago (2016-09-20 18:13:22 UTC) #32
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/2347163002/100001
4 years, 3 months ago (2016-09-21 14:18:35 UTC) #34
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-21 15:23:15 UTC) #36
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 15:25:05 UTC) #38
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/94c92849a971e1428dcd4b77e4118ac01b15b132
Cr-Commit-Position: refs/heads/master@{#420065}

Powered by Google App Engine
This is Rietveld 408576698