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

Issue 312193005: Pass chrome version and channel in CHLO message to server. (Closed)

Created:
6 years, 6 months ago by ramant (doing other things)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, alyssar, jar (doing other things), avd, Ryan Hamilton
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : Changed client_version to client_description #

Patch Set 3 : use kUACV as the Tag and changed client_description to client_version #

Total comments: 12

Patch Set 4 : Changed client_version to user_agent_id #

Patch Set 5 : compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -4 lines) Patch
M chrome/browser/io_thread.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/net/http_server_properties_manager.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/crypto_handshake_message.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ramant (doing other things)
https://codereview.chromium.org/312193005/diff/1/chrome/browser/net/http_server_properties_manager.cc File chrome/browser/net/http_server_properties_manager.cc (right): https://codereview.chromium.org/312193005/diff/1/chrome/browser/net/http_server_properties_manager.cc#newcode98 chrome/browser/net/http_server_properties_manager.cc:98: client_version = "C "; Should we define an enum ...
6 years, 6 months ago (2014-06-04 21:30:35 UTC) #1
ramant (doing other things)
Hi Wan-Teh, Would appreciate if you could take a quick look at this CL. The ...
6 years, 6 months ago (2014-06-04 21:47:00 UTC) #2
Ryan Hamilton
Thanks for doing this! https://codereview.chromium.org/312193005/diff/1/chrome/browser/net/http_server_properties_manager.cc File chrome/browser/net/http_server_properties_manager.cc (right): https://codereview.chromium.org/312193005/diff/1/chrome/browser/net/http_server_properties_manager.cc#newcode98 chrome/browser/net/http_server_properties_manager.cc:98: client_version = "C "; On ...
6 years, 6 months ago (2014-06-04 22:31:15 UTC) #3
jar (doing other things)
https://codereview.chromium.org/312193005/diff/1/net/quic/crypto/crypto_protocol.h File net/quic/crypto/crypto_protocol.h (right): https://codereview.chromium.org/312193005/diff/1/net/quic/crypto/crypto_protocol.h#newcode96 net/quic/crypto/crypto_protocol.h:96: const QuicTag kCVER = TAG('C', 'V', 'E', 'R'); // ...
6 years, 6 months ago (2014-06-05 02:16:23 UTC) #4
ramant (doing other things)
PTAL. Added Lei Zhang for chrome/browser changes. thanks raman https://codereview.chromium.org/312193005/diff/1/chrome/browser/net/http_server_properties_manager.cc File chrome/browser/net/http_server_properties_manager.cc (right): https://codereview.chromium.org/312193005/diff/1/chrome/browser/net/http_server_properties_manager.cc#newcode98 chrome/browser/net/http_server_properties_manager.cc:98: ...
6 years, 6 months ago (2014-06-05 02:51:55 UTC) #5
Lei Zhang
chrome/browser lgtm https://codereview.chromium.org/312193005/diff/40001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/312193005/diff/40001/chrome/browser/io_thread.cc#newcode1089 chrome/browser/io_thread.cc:1089: chrome::VersionInfo version_info; nit: swap with the next ...
6 years, 6 months ago (2014-06-05 07:30:46 UTC) #6
Ryan Hamilton
https://codereview.chromium.org/312193005/diff/40001/chrome/browser/io_thread.h File chrome/browser/io_thread.h (right): https://codereview.chromium.org/312193005/diff/40001/chrome/browser/io_thread.h#newcode179 chrome/browser/io_thread.h:179: Optional<std::string> client_version; nit: quic_client_version; (or quic_client_description) https://codereview.chromium.org/312193005/diff/40001/net/http/http_network_session.h File net/http/http_network_session.h ...
6 years, 6 months ago (2014-06-05 14:12:15 UTC) #7
ramant (doing other things)
https://codereview.chromium.org/312193005/diff/40001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/312193005/diff/40001/chrome/browser/io_thread.cc#newcode1089 chrome/browser/io_thread.cc:1089: chrome::VersionInfo version_info; On 2014/06/05 07:30:47, Lei Zhang wrote: > ...
6 years, 6 months ago (2014-06-05 17:07:49 UTC) #8
Ryan Hamilton
LGTM. I *really* like how this reads now. Thanks for bearing with my OCD naming ...
6 years, 6 months ago (2014-06-05 17:53:55 UTC) #9
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 6 months ago (2014-06-05 19:07:36 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/312193005/70012
6 years, 6 months ago (2014-06-05 19:11:45 UTC) #11
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 6 months ago (2014-06-05 21:56:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/312193005/90001
6 years, 6 months ago (2014-06-05 21:57:28 UTC) #13
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 03:30:51 UTC) #14
Message was sent while issue was closed.
Change committed as 275319

Powered by Google App Engine
This is Rietveld 408576698