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

Issue 2559283003: remove CHANNEL_AUTH_TYPE_SSL from ChannelAuthType (Closed)

Created:
4 years ago by scf
Modified:
4 years ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

remove CHANNEL_AUTH_TYPE_SSL from ChannelAuthType Its not being used, except from unit tests. BUG=644430 Committed: https://crrev.com/d144584589a46a1872f07732d587e6cf60c7a787 Cr-Commit-Position: refs/heads/master@{#438040}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing @wez's comments #

Patch Set 3 : Fixing browser api tests + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -167 lines) Patch
M chrome/test/data/extensions/api_test/cast_channel/api/common.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/cast_channel/api/test_get_logs.js View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/cast_channel/api/test_open_error.js View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/cast_channel/api/test_open_receive_close.js View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/cast_channel/api/test_open_send_close.js View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/test/data/extensions/api_test/cast_channel/api/test_open_timeout.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_apitest.cc View 1 2 6 chunks +12 lines, -10 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.cc View 1 2 chunks +1 line, -9 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket_unittest.cc View 1 6 chunks +1 line, -128 lines 0 comments Download
M extensions/browser/api/cast_channel/logger.cc View 1 chunk +1 line, -4 lines 0 comments Download
M extensions/common/api/cast_channel.idl View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (17 generated)
scf
4 years ago (2016-12-08 22:35:19 UTC) #3
mark a. foltz
Vadim, This is the patch I was referring to today. Is it still used by ...
4 years ago (2016-12-08 23:07:34 UTC) #5
vadimgo
Added Doug and Ryan to the review - they are more familiar with Cast channel ...
4 years ago (2016-12-08 23:17:09 UTC) #7
dougsteed
Not aware of anyone using this for testing, or of any need for the non-verified ...
4 years ago (2016-12-09 00:42:16 UTC) #8
Wez
https://codereview.chromium.org/2559283003/diff/1/extensions/browser/api/cast_channel/cast_socket.cc File extensions/browser/api/cast_channel/cast_socket.cc (right): https://codereview.chromium.org/2559283003/diff/1/extensions/browser/api/cast_channel/cast_socket.cc#newcode135 extensions/browser/api/cast_channel/cast_socket.cc:135: DCHECK(channel_auth_ == CHANNEL_AUTH_TYPE_SSL_VERIFIED); No need to DCHECK if that's ...
4 years ago (2016-12-09 01:46:13 UTC) #9
mark a. foltz
https://codereview.chromium.org/2559283003/diff/1/extensions/common/api/cast_channel.idl File extensions/common/api/cast_channel.idl (right): https://codereview.chromium.org/2559283003/diff/1/extensions/common/api/cast_channel.idl#newcode55 extensions/common/api/cast_channel.idl:55: ssl_verified On 2016/12/09 at 01:46:13, Wez wrote: > If ...
4 years ago (2016-12-09 04:11:42 UTC) #10
mark a. foltz
lgtm with wez' comments addressed. We can update the component extension to not set ConnectInfo.auth, ...
4 years ago (2016-12-09 04:15:48 UTC) #11
scf
Addressing feedback.
4 years ago (2016-12-09 17:31:38 UTC) #12
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/2559283003/20001
4 years ago (2016-12-09 17:32:44 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/322671)
4 years ago (2016-12-09 18:19:28 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/2559283003/40001
4 years ago (2016-12-12 18:16:19 UTC) #20
scf
adding @lazyboy as a reviewer for the idl file
4 years ago (2016-12-12 18:48:22 UTC) #22
lazyboy
cast_channel.idl RS LGTM.
4 years ago (2016-12-12 18:52:31 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/2559283003/40001
4 years ago (2016-12-12 18:55:52 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/277972)
4 years ago (2016-12-13 00:00:45 UTC) #28
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/2559283003/40001
4 years ago (2016-12-13 00:06:21 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-13 03:46:30 UTC) #33
commit-bot: I haz the power
4 years ago (2016-12-13 03:49:19 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d144584589a46a1872f07732d587e6cf60c7a787
Cr-Commit-Position: refs/heads/master@{#438040}

Powered by Google App Engine
This is Rietveld 408576698