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

Issue 1558473002: Update API for Objective-C RTCPeerConnectionFactory. (Closed)

Created:
4 years, 11 months ago by hjon
Modified:
4 years, 11 months ago
Reviewers:
jiayl2, 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 RTCPeerConnectionFactory. BUG= R=jiayl@webrtc.org, tkchin@webrtc.org Committed: https://crrev.com/da99da81c928765ddf4f1ef17f13b9897c3d23b5 Patch from Jon Hjelle <hjon@andyet.net>;. Cr-Commit-Position: refs/heads/master@{#11326}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes based on feedback #

Patch Set 3 : Update against master #

Patch Set 4 : Fix some build issues #

Patch Set 5 : Merge master #

Patch Set 6 : Update against master #

Total comments: 4

Patch Set 7 : Fix nits #

Patch Set 8 : Update against master #

Patch Set 9 : Update against master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -18 lines) Patch
M webrtc/api/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
A + webrtc/api/objc/RTCPeerConnectionFactory.h View 1 2 3 4 5 6 1 chunk +8 lines, -3 lines 0 comments Download
A webrtc/api/objc/RTCPeerConnectionFactory.mm View 1 1 chunk +38 lines, -0 lines 0 comments Download
A + webrtc/api/objc/RTCPeerConnectionFactory+Private.h View 1 1 chunk +8 lines, -6 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A + webrtc/base/objc/RTCSSLAdapter.h View 1 2 3 4 5 6 2 chunks +7 lines, -9 lines 0 comments Download
A webrtc/base/objc/RTCSSLAdapter.mm View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
hjon
tkchin@ From what I can see, we still need this as a means for initializing ...
4 years, 11 months ago (2015-12-31 00:15:51 UTC) #2
tkchin_webrtc
https://codereview.webrtc.org/1558473002/diff/1/webrtc/api/objc/RTCPeerConnectionFactory+Private.h File webrtc/api/objc/RTCPeerConnectionFactory+Private.h (right): https://codereview.webrtc.org/1558473002/diff/1/webrtc/api/objc/RTCPeerConnectionFactory+Private.h#newcode21 webrtc/api/objc/RTCPeerConnectionFactory+Private.h:21: * PeerConnectionFactoryInterface representation of this update comment. https://codereview.webrtc.org/1558473002/diff/1/webrtc/api/objc/RTCPeerConnectionFactory.h File ...
4 years, 11 months ago (2016-01-06 22:25:15 UTC) #3
hjon
https://codereview.webrtc.org/1558473002/diff/1/webrtc/api/objc/RTCPeerConnectionFactory+Private.h File webrtc/api/objc/RTCPeerConnectionFactory+Private.h (right): https://codereview.webrtc.org/1558473002/diff/1/webrtc/api/objc/RTCPeerConnectionFactory+Private.h#newcode21 webrtc/api/objc/RTCPeerConnectionFactory+Private.h:21: * PeerConnectionFactoryInterface representation of this On 2016/01/06 22:25:15, tkchin_webrtc ...
4 years, 11 months ago (2016-01-08 01:01:06 UTC) #4
hjon
4 years, 11 months ago (2016-01-13 19:04:27 UTC) #5
tkchin_webrtc
On 2016/01/13 19:04:27, hjon wrote: lgtm
4 years, 11 months ago (2016-01-14 01:38:52 UTC) #6
tkchin_webrtc
On 2016/01/14 01:38:52, tkchin_webrtc wrote: > On 2016/01/13 19:04:27, hjon wrote: > > lgtm If ...
4 years, 11 months ago (2016-01-14 01:40:13 UTC) #7
tkchin_webrtc
https://codereview.webrtc.org/1558473002/diff/100001/webrtc/api/objc/RTCPeerConnectionFactory.h File webrtc/api/objc/RTCPeerConnectionFactory.h (right): https://codereview.webrtc.org/1558473002/diff/100001/webrtc/api/objc/RTCPeerConnectionFactory.h#newcode16 webrtc/api/objc/RTCPeerConnectionFactory.h:16: nit: remove blank line https://codereview.webrtc.org/1558473002/diff/100001/webrtc/base/objc/RTCSSLAdapter.h File webrtc/base/objc/RTCSSLAdapter.h (right): https://codereview.webrtc.org/1558473002/diff/100001/webrtc/base/objc/RTCSSLAdapter.h#newcode14 ...
4 years, 11 months ago (2016-01-14 01:46:21 UTC) #8
hjon
On 2016/01/14 01:40:13, tkchin_webrtc wrote: > On 2016/01/14 01:38:52, tkchin_webrtc wrote: > > On 2016/01/13 ...
4 years, 11 months ago (2016-01-14 18:28:25 UTC) #9
hjon
https://codereview.webrtc.org/1558473002/diff/100001/webrtc/api/objc/RTCPeerConnectionFactory.h File webrtc/api/objc/RTCPeerConnectionFactory.h (right): https://codereview.webrtc.org/1558473002/diff/100001/webrtc/api/objc/RTCPeerConnectionFactory.h#newcode16 webrtc/api/objc/RTCPeerConnectionFactory.h:16: On 2016/01/14 01:46:21, tkchin_webrtc wrote: > nit: remove blank ...
4 years, 11 months ago (2016-01-14 18:28:34 UTC) #10
tkchin_webrtc
jiayl@ mind rubber stamping for webrtc/base?
4 years, 11 months ago (2016-01-20 21:12:59 UTC) #13
jiayl2
lgtm
4 years, 11 months ago (2016-01-20 21:14:34 UTC) #14
tkchin_webrtc
Committed patchset #9 (id:160001) manually as da99da81c928765ddf4f1ef17f13b9897c3d23b5 (presubmit successful).
4 years, 11 months ago (2016-01-20 21:40:41 UTC) #17
commit-bot: I haz the power
4 years, 11 months ago (2016-01-20 21:40:41 UTC) #18
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/da99da81c928765ddf4f1ef17f13b9897c3d23b5
Cr-Commit-Position: refs/heads/master@{#11326}

Powered by Google App Engine
This is Rietveld 408576698