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

Issue 292093002: Switch CandidateSession to use lists rather than vectors. (Closed)

Created:
6 years, 7 months ago by Wez
Modified:
6 years, 7 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, chromoting-reviews_chromium.org
Visibility:
Public.

Description

Switch CandidateSession to use lists rather than vectors. This makes it possible to add candidate configurations at either the back (least-preferred) or front (most-preferred) of each channel's candidate list. This CL also disables VP9, by default, in candidate session configurations, replaces DisableVideoCodec with EnableVideoCodec, and makes the Enable/Disable<foo>Codec helpers members of CandidateSessionConfig.. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272324

Patch Set 1 #

Patch Set 2 : Update tests. #

Patch Set 3 : Remove unused variable #

Total comments: 2

Patch Set 4 : Fix EnableVideoCodec & rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -67 lines) Patch
M remoting/host/chromoting_host.cc View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
M remoting/host/it2me/it2me_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/protocol/content_description.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/content_description.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/content_description_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/session_config.h View 1 5 chunks +25 lines, -26 lines 0 comments Download
M remoting/protocol/session_config.cc View 1 2 3 4 chunks +12 lines, -26 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Wez
PTAL
6 years, 7 months ago (2014-05-20 20:25:17 UTC) #1
Sergey Ulanov
It should be possible to prepend elements to vector, you just have to use insert() ...
6 years, 7 months ago (2014-05-21 03:34:06 UTC) #2
Wez
On 2014/05/21 03:34:06, Sergey Ulanov wrote: > It should be possible to prepend elements to ...
6 years, 7 months ago (2014-05-21 03:35:22 UTC) #3
Wez
The CQ bit was checked by wez@chromium.org
6 years, 7 months ago (2014-05-21 03:35:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/292093002/1
6 years, 7 months ago (2014-05-21 03:39:40 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-21 09:42:41 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-21 10:24:24 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/29407) linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/33672)
6 years, 7 months ago (2014-05-21 10:24:24 UTC) #8
Wez
The CQ bit was checked by wez@chromium.org
6 years, 7 months ago (2014-05-21 17:35:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/292093002/1
6 years, 7 months ago (2014-05-21 19:57:41 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-22 00:24:11 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-22 00:33:56 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/33984)
6 years, 7 months ago (2014-05-22 00:33:56 UTC) #13
Wez
The CQ bit was checked by wez@chromium.org
6 years, 7 months ago (2014-05-22 00:36:56 UTC) #14
Wez
The CQ bit was unchecked by wez@chromium.org
6 years, 7 months ago (2014-05-22 00:37:02 UTC) #15
Wez
PTAL
6 years, 7 months ago (2014-05-22 01:29:56 UTC) #16
Wez
The CQ bit was checked by wez@chromium.org
6 years, 7 months ago (2014-05-22 16:37:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/292093002/40001
6 years, 7 months ago (2014-05-22 16:40:29 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-22 17:48:35 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-22 17:56:27 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/69266) linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/30116)
6 years, 7 months ago (2014-05-22 17:56:27 UTC) #21
Sergey Ulanov
https://codereview.chromium.org/292093002/diff/40001/remoting/protocol/session_config.cc File remoting/protocol/session_config.cc (right): https://codereview.chromium.org/292093002/diff/40001/remoting/protocol/session_config.cc#newcode219 remoting/protocol/session_config.cc:219: ChannelConfig::CODEC_VP9)); I think you want to pass |codec| here ...
6 years, 7 months ago (2014-05-22 18:05:06 UTC) #22
Wez
https://codereview.chromium.org/292093002/diff/40001/remoting/protocol/session_config.cc File remoting/protocol/session_config.cc (right): https://codereview.chromium.org/292093002/diff/40001/remoting/protocol/session_config.cc#newcode219 remoting/protocol/session_config.cc:219: ChannelConfig::CODEC_VP9)); On 2014/05/22 18:05:06, Sergey Ulanov wrote: > I ...
6 years, 7 months ago (2014-05-22 18:17:54 UTC) #23
Wez
The CQ bit was checked by wez@chromium.org
6 years, 7 months ago (2014-05-22 18:26:31 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/292093002/40010
6 years, 7 months ago (2014-05-22 18:29:47 UTC) #25
commit-bot: I haz the power
6 years, 7 months ago (2014-05-22 21:31:23 UTC) #26
Message was sent while issue was closed.
Change committed as 272324

Powered by Google App Engine
This is Rietveld 408576698