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

Issue 1616303002: Update API for Objective-C RTCConfiguration. (Closed)

Created:
4 years, 11 months ago by hjon_webrtc
Modified:
4 years, 11 months ago
Reviewers:
tkchin_webrtc
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

Update API for Objective-C RTCConfiguration. BUG= Committed: https://crrev.com/6d49a8ed171c76fefb80f31629001c4c42f08996 Cr-Commit-Position: refs/heads/master@{#11386}

Patch Set 1 #

Patch Set 2 : Add some comments #

Total comments: 14

Patch Set 3 : Changes based on feedback #

Total comments: 6

Patch Set 4 : Changes based on feedback #

Patch Set 5 : Update against master #

Total comments: 10

Patch Set 6 : Changes based on feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+590 lines, -3 lines) Patch
M webrtc/api/BUILD.gn View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/api/api_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/api/objc/RTCConfiguration.h View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A webrtc/api/objc/RTCConfiguration.mm View 1 2 3 4 5 1 chunk +276 lines, -0 lines 0 comments Download
A webrtc/api/objc/RTCConfiguration+Private.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
M webrtc/api/objc/RTCIceServer.mm View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M webrtc/api/objc/RTCIceServer+Private.h View 1 chunk +4 lines, -0 lines 0 comments Download
A webrtc/api/objctests/RTCConfigurationTest.mm View 1 2 3 4 5 1 chunk +118 lines, -0 lines 0 comments Download
M webrtc/api/objctests/RTCIceServerTest.mm View 1 2 3 4 5 5 chunks +27 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
hjon_webrtc
4 years, 11 months ago (2016-01-22 17:47:18 UTC) #2
tkchin_webrtc
https://codereview.webrtc.org/1616303002/diff/20001/webrtc/api/objc/RTCConfiguration.h File webrtc/api/objc/RTCConfiguration.h (right): https://codereview.webrtc.org/1616303002/diff/20001/webrtc/api/objc/RTCConfiguration.h#newcode50 webrtc/api/objc/RTCConfiguration.h:50: @property(nonatomic, readonly, nullable) NSArray<RTCIceServer *> *iceServers; nullable or returns ...
4 years, 11 months ago (2016-01-22 21:17:04 UTC) #3
hjon_webrtc
https://codereview.webrtc.org/1616303002/diff/20001/webrtc/api/objc/RTCConfiguration.h File webrtc/api/objc/RTCConfiguration.h (right): https://codereview.webrtc.org/1616303002/diff/20001/webrtc/api/objc/RTCConfiguration.h#newcode50 webrtc/api/objc/RTCConfiguration.h:50: @property(nonatomic, readonly, nullable) NSArray<RTCIceServer *> *iceServers; On 2016/01/22 21:17:04, ...
4 years, 11 months ago (2016-01-22 21:35:23 UTC) #4
tkchin_webrtc
https://codereview.webrtc.org/1616303002/diff/40001/webrtc/api/objc/RTCConfiguration.mm File webrtc/api/objc/RTCConfiguration.mm (right): https://codereview.webrtc.org/1616303002/diff/40001/webrtc/api/objc/RTCConfiguration.mm#newcode56 webrtc/api/objc/RTCConfiguration.mm:56: iceBackupCandidatePairPingInterval:(int)iceBackupCandidatePairPingInterval { indent 4 and align : with the ...
4 years, 11 months ago (2016-01-22 22:29:14 UTC) #5
hjon_webrtc
https://codereview.webrtc.org/1616303002/diff/40001/webrtc/api/objc/RTCConfiguration.mm File webrtc/api/objc/RTCConfiguration.mm (right): https://codereview.webrtc.org/1616303002/diff/40001/webrtc/api/objc/RTCConfiguration.mm#newcode56 webrtc/api/objc/RTCConfiguration.mm:56: iceBackupCandidatePairPingInterval:(int)iceBackupCandidatePairPingInterval { On 2016/01/22 22:29:14, tkchin_webrtc wrote: > indent ...
4 years, 11 months ago (2016-01-22 22:37:41 UTC) #6
tkchin_webrtc
nits. lgtm https://codereview.webrtc.org/1616303002/diff/80001/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (right): https://codereview.webrtc.org/1616303002/diff/80001/webrtc/api/BUILD.gn#newcode47 webrtc/api/BUILD.gn:47: #"objc/RTCMediaSource+Private.h", ? some duplication going on here ...
4 years, 11 months ago (2016-01-22 22:49:57 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616303002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616303002/100001
4 years, 11 months ago (2016-01-22 23:07:40 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-23 00:08:26 UTC) #11
hjon_webrtc
tkchin_webrtc@ I should be good to land this via CQ, right? https://codereview.webrtc.org/1616303002/diff/80001/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (right): ...
4 years, 11 months ago (2016-01-25 19:25:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616303002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616303002/100001
4 years, 11 months ago (2016-01-26 20:06:56 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 11 months ago (2016-01-26 21:06:45 UTC) #16
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 21:06:56 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/6d49a8ed171c76fefb80f31629001c4c42f08996
Cr-Commit-Position: refs/heads/master@{#11386}

Powered by Google App Engine
This is Rietveld 408576698