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

Issue 2479153002: Rename media constraints model and store. (Closed)

Created:
4 years, 1 month ago by daniela-webrtc
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Rename media constraints model and store. ARDMediaConstraintsModel -> ARDSettingsModel ARDMediaConstraintsSettingsStore -> ARDSettingsStore ARDMediaConstraintsModelTests -> ARDSettingsModelTests Both classes will be used to storing other settings as well, so we need a more appropriate naming. BUG=webrtc:6654 Committed: https://crrev.com/2256e04fa8302279d76d276e7da3cef7712f6eb2 Cr-Commit-Position: refs/heads/master@{#15002}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove unused ivar #

Patch Set 3 : Rebase master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -462 lines) Patch
M webrtc/examples/BUILD.gn View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.h View 1 chunk +0 lines, -60 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.m View 1 chunk +0 lines, -104 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel+Private.h View 1 chunk +0 lines, -22 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsSettingsStore.h View 1 chunk +0 lines, -34 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsSettingsStore.m View 1 chunk +0 lines, -29 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h View 2 chunks +3 lines, -4 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m View 1 3 chunks +7 lines, -7 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel+Private.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m View 2 chunks +3 lines, -3 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/tests/ARDMediaConstraintsModelTests.mm View 1 chunk +0 lines, -159 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm View 3 chunks +16 lines, -16 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
daniela-webrtc
4 years, 1 month ago (2016-11-07 13:00:00 UTC) #3
kthelgason
lgtm with one comment. Not sure if relevant. https://codereview.webrtc.org/2479153002/diff/1/webrtc/examples/BUILD.gn File webrtc/examples/BUILD.gn (right): https://codereview.webrtc.org/2479153002/diff/1/webrtc/examples/BUILD.gn#newcode244 webrtc/examples/BUILD.gn:244: "objc/AppRTCMobile/ios/ARDSettingsModel+Private.h", ...
4 years, 1 month ago (2016-11-07 13:31:24 UTC) #4
magjed_webrtc
https://codereview.webrtc.org/2479153002/diff/1/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m File webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m (right): https://codereview.webrtc.org/2479153002/diff/1/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m#newcode22 webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m:22: NSNumber *_maximumBitrate; Don't include this unrelated change in this ...
4 years, 1 month ago (2016-11-07 13:47:32 UTC) #5
daniela-webrtc
https://codereview.webrtc.org/2479153002/diff/1/webrtc/examples/BUILD.gn File webrtc/examples/BUILD.gn (right): https://codereview.webrtc.org/2479153002/diff/1/webrtc/examples/BUILD.gn#newcode244 webrtc/examples/BUILD.gn:244: "objc/AppRTCMobile/ios/ARDSettingsModel+Private.h", On 2016/11/07 13:31:24, kthelgason wrote: > why was ...
4 years, 1 month ago (2016-11-07 14:45:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2479153002/20001
4 years, 1 month ago (2016-11-09 10:39:12 UTC) #9
magjed_webrtc
lgtm
4 years, 1 month ago (2016-11-09 10:41:01 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_dbg/builds/2964)
4 years, 1 month ago (2016-11-09 10:47:42 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.webrtc.org/2479153002/20001
4 years, 1 month ago (2016-11-09 12:41:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/9972)
4 years, 1 month ago (2016-11-09 12:43:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2479153002/20001
4 years, 1 month ago (2016-11-09 13:38:24 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/9979)
4 years, 1 month ago (2016-11-09 13:40:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2479153002/40001
4 years, 1 month ago (2016-11-09 14:02:03 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-09 14:26:22 UTC) #25
commit-bot: I haz the power
4 years, 1 month ago (2016-11-09 14:26:29 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2256e04fa8302279d76d276e7da3cef7712f6eb2
Cr-Commit-Position: refs/heads/master@{#15002}

Powered by Google App Engine
This is Rietveld 408576698