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

Issue 2770113004: Pass settings model to ARDAppClient instead of individual settings. (Closed)

Created:
3 years, 9 months ago by sakal
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Pass settings model to ARDAppClient instead of individual settings. Moves settings model and related classes to code common for both iOS and Mac. BUG=webrtc:7177, webrtc:6494 Review-Url: https://codereview.webrtc.org/2770113004 Cr-Commit-Position: refs/heads/master@{#17408} Committed: https://chromium.googlesource.com/external/webrtc/+/c4adacfb15cfd4269c7ca0f0857ddb9bef520182

Patch Set 1 #

Total comments: 5

Patch Set 2 : Undo change #

Total comments: 4

Patch Set 3 : Address comments. #

Patch Set 4 : Fix test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -406 lines) Patch
M webrtc/examples/BUILD.gn View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ARDAppClient.h View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ARDAppClient.m View 1 2 9 chunks +14 lines, -20 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.m View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ARDSettingsModel+Private.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m View 1 chunk +1 line, -1 line 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h View 1 chunk +0 lines, -92 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m View 1 chunk +0 lines, -141 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel+Private.h View 1 chunk +0 lines, -22 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h View 1 chunk +0 lines, -47 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m View 1 chunk +0 lines, -61 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/tests/ARDAppClient_xctest.mm View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
sakal
PTAL
3 years, 9 months ago (2017-03-24 12:15:16 UTC) #2
daniela-webrtc
Nicely done. This will be great once we migrate the audio settings as well. LGTM ...
3 years, 9 months ago (2017-03-26 15:49:49 UTC) #3
magjed_webrtc
lgtm
3 years, 9 months ago (2017-03-27 07:58:23 UTC) #4
sakal
https://codereview.webrtc.org/2770113004/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h File webrtc/examples/objc/AppRTCMobile/ARDAppClient.h (right): https://codereview.webrtc.org/2770113004/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h#newcode74 webrtc/examples/objc/AppRTCMobile/ARDAppClient.h:74: usingSettings:(ARDSettingsModel *)settings On 2017/03/26 15:49:48, daniela-webrtc wrote: > Nit: ...
3 years, 9 months ago (2017-03-27 13:34:24 UTC) #5
daniela-webrtc
LGTM https://codereview.webrtc.org/2770113004/diff/1/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m File webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m (right): https://codereview.webrtc.org/2770113004/diff/1/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m#newcode374 webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m:374: usingSettings:[[ARDSettingsModel alloc] init] On 2017/03/27 13:34:24, sakal wrote: ...
3 years, 9 months ago (2017-03-27 13:49:07 UTC) #10
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/2770113004/80001
3 years, 9 months ago (2017-03-28 07:50:16 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-28 08:22:53 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/c4adacfb15cfd4269c7ca0f08...

Powered by Google App Engine
This is Rietveld 408576698