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

Issue 1836083003: Add RTCConfiguration getter and setter methods. (Closed)

Created:
4 years, 8 months ago by nisse-webrtc
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add RTCConfiguration getter and setter methods. The immediate plan is to move some flags into an embedded MediaConfig (https://codereview.webrtc.org/1818033002/), which will be possible after Chrome is updated to use these new setter methods. BUG=webrtc:4906 R=hbos@google.com, hbos@webrtc.org, perkj@webrtc.org, pthatcher@webrtc.org Committed: https://crrev.com/71bdda0ededda74cdd73a8309419cf626499627f Cr-Commit-Position: refs/heads/master@{#12177}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Delete getters for now. Rename setters. #

Patch Set 3 : Rename set_cpu_overuse_detection --> set_cpu_adaptation, and add getter. #

Total comments: 2

Patch Set 4 : Drop enable/disable from method names. #

Total comments: 1

Patch Set 5 : Comment improvement. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -1 line) Patch
M webrtc/api/peerconnectioninterface.h View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
M webrtc/api/peerconnectioninterface_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (9 generated)
nisse-webrtc
This cl adds getter and setter methods for the RTCConfiguration flags which really belong in ...
4 years, 8 months ago (2016-03-29 12:58:06 UTC) #2
perkj_webrtc
https://codereview.webrtc.org/1836083003/diff/1/webrtc/api/peerconnectioninterface.h File webrtc/api/peerconnectioninterface.h (right): https://codereview.webrtc.org/1836083003/diff/1/webrtc/api/peerconnectioninterface.h#newcode232 webrtc/api/peerconnectioninterface.h:232: return cpu_overuse_detection.value_or(true); Use in this cl? ie- Stop using ...
4 years, 8 months ago (2016-03-29 15:25:12 UTC) #3
nisse-webrtc
New version. I renamed the setter methods as simply set_<name of attribute>, which seems to ...
4 years, 8 months ago (2016-03-30 08:50:24 UTC) #5
pthatcher1
lgtm On 2016/03/30 08:50:24, nisse-webrtc wrote: > New version. I renamed the setter methods as ...
4 years, 8 months ago (2016-03-30 16:59:36 UTC) #6
nisse-webrtc
New version. I think it is ready.
4 years, 8 months ago (2016-03-31 07:19:34 UTC) #7
perkj_webrtc
https://codereview.webrtc.org/1836083003/diff/40001/webrtc/api/peerconnectioninterface.h File webrtc/api/peerconnectioninterface.h (right): https://codereview.webrtc.org/1836083003/diff/40001/webrtc/api/peerconnectioninterface.h#newcode232 webrtc/api/peerconnectioninterface.h:232: void set_enable_dscp(bool flag) { enable_dscp = rtc::Optional<bool>(flag); } set_dscp(bool ...
4 years, 8 months ago (2016-03-31 07:35:21 UTC) #8
nisse-webrtc
Some further renames, after discussion with Per.
4 years, 8 months ago (2016-03-31 07:41:40 UTC) #9
hbos_google
lgtm. Can you clarify in the CL description why you're doing this, such as what ...
4 years, 8 months ago (2016-03-31 08:10:22 UTC) #11
hbos
Oops, was signed in to google account. lgtm from webrtc account.
4 years, 8 months ago (2016-03-31 08:12:05 UTC) #12
perkj_webrtc
lgtm
4 years, 8 months ago (2016-03-31 08:50:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836083003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1836083003/80001
4 years, 8 months ago (2016-03-31 08:53:28 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-03-31 10:54:20 UTC) #19
nisse-webrtc
Committed patchset #5 (id:80001) manually as 71bdda0ededda74cdd73a8309419cf626499627f (presubmit successful).
4 years, 8 months ago (2016-03-31 11:00:15 UTC) #22
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 11:00:15 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/71bdda0ededda74cdd73a8309419cf626499627f
Cr-Commit-Position: refs/heads/master@{#12177}

Powered by Google App Engine
This is Rietveld 408576698