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

Issue 2780433006: Fix deprecated methods in AppRTCMobile. (Closed)

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

Description

Fix deprecated methods in AppRTCMobile. Remove warning suppressions and update code that uses deprecated methods to the currently supported APIs. BUG=webrtc:5549 Review-Url: https://codereview.webrtc.org/2780433006 Cr-Commit-Position: refs/heads/master@{#17472} Committed: https://chromium.googlesource.com/external/webrtc/+/b13237b9dafd0ffbca64eba167d58a0dad410055

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix nits #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -81 lines) Patch
M webrtc/examples/BUILD.gn View 4 chunks +3 lines, -29 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m View 1 2 chunks +35 lines, -31 lines 3 comments Download
M webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.m View 1 chunk +7 lines, -9 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m View 1 chunk +12 lines, -6 lines 0 comments Download
M webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m View 2 chunks +14 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
kthelgason
3 years, 8 months ago (2017-03-29 09:36:16 UTC) #4
daniela-webrtc
LGTM https://codereview.webrtc.org/2780433006/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m File webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m (right): https://codereview.webrtc.org/2780433006/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m#newcode79 webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m:79: Nit: remove extra line https://codereview.webrtc.org/2780433006/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m#newcode146 webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m:146: [NSURLConnection sendAsyncRequest:request ...
3 years, 8 months ago (2017-03-29 12:25:56 UTC) #7
kthelgason
Thanks for the review! https://codereview.webrtc.org/2780433006/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m File webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m (right): https://codereview.webrtc.org/2780433006/diff/1/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m#newcode79 webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m:79: On 2017/03/29 12:25:56, daniela-webrtc wrote: ...
3 years, 8 months ago (2017-03-29 12:35:25 UTC) #8
magjed_webrtc
https://codereview.webrtc.org/2780433006/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m File webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m (right): https://codereview.webrtc.org/2780433006/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m#newcode144 webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m:144: dispatch_semaphore_t sem = dispatch_semaphore_create(0); Maybe use rtc::Event instead?
3 years, 8 months ago (2017-03-29 20:03:47 UTC) #9
kthelgason
https://codereview.webrtc.org/2780433006/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m File webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m (right): https://codereview.webrtc.org/2780433006/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m#newcode144 webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m:144: dispatch_semaphore_t sem = dispatch_semaphore_create(0); On 2017/03/29 20:03:46, magjed_webrtc wrote: ...
3 years, 8 months ago (2017-03-30 08:58:53 UTC) #10
magjed_webrtc
lgtm https://codereview.webrtc.org/2780433006/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m File webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m (right): https://codereview.webrtc.org/2780433006/diff/20001/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m#newcode144 webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m:144: dispatch_semaphore_t sem = dispatch_semaphore_create(0); On 2017/03/30 08:58:53, kthelgason ...
3 years, 8 months ago (2017-03-30 11:19:46 UTC) #11
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/2780433006/20001
3 years, 8 months ago (2017-03-30 11:22:44 UTC) #14
commit-bot: I haz the power
3 years, 8 months ago (2017-03-30 11:56:15 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/b13237b9dafd0ffbca64eba16...

Powered by Google App Engine
This is Rietveld 408576698