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

Issue 1173353002: Remove all glue interfaces and use existing webrtc interfaces (Closed)

Created:
5 years, 6 months ago by guoweis_webrtc
Modified:
5 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Initially when the design was to do this experiment in browser, which doesn't have webrtc code, it requires some glue code to bridge the difference between what's available in webrtc::base and browser process. Now since we're moving to renderer process, we could reuse a lot of existing interfaces instead of rolling our own. BUG=webrtc:4576 R=pthatcher@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/dc13abc331b8e5ce2bdf99722aba3fdd9c0444ff

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 8

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -638 lines) Patch
M webrtc/base/asyncinvoker.h View 2 chunks +16 lines, -1 line 0 comments Download
M webrtc/base/asyncinvoker.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/p2p/stunprober/main.cc View 1 2 3 4 3 chunks +13 lines, -65 lines 0 comments Download
M webrtc/p2p/stunprober/stunprober.h View 1 2 3 4 5 7 chunks +41 lines, -130 lines 0 comments Download
M webrtc/p2p/stunprober/stunprober.cc View 1 2 3 4 5 16 chunks +140 lines, -157 lines 0 comments Download
D webrtc/p2p/stunprober/stunprober_dependencies.h View 1 chunk +0 lines, -178 lines 0 comments Download
M webrtc/p2p/stunprober/stunprober_unittest.cc View 1 2 3 4 7 chunks +26 lines, -104 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
guoweis_webrtc
PTAL.
5 years, 6 months ago (2015-06-11 17:20:13 UTC) #4
Sergey Ulanov
https://codereview.webrtc.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc File webrtc/p2p/stunprober/stunprober.cc (right): https://codereview.webrtc.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc#newcode394 webrtc/p2p/stunprober/stunprober.cc:394: 1 /* ms */); Why does the task need ...
5 years, 6 months ago (2015-06-12 19:28:27 UTC) #7
guoweis_webrtc
On 2015/06/12 19:28:27, Sergey Ulanov wrote: > https://codereview.webrtc.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc > File webrtc/p2p/stunprober/stunprober.cc (right): > > https://codereview.webrtc.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc#newcode394 ...
5 years, 6 months ago (2015-06-12 21:04:22 UTC) #8
Sergey Ulanov
On 2015/06/12 21:04:22, guoweis wrote: > On 2015/06/12 19:28:27, Sergey Ulanov wrote: > > > ...
5 years, 6 months ago (2015-06-12 21:21:24 UTC) #9
guoweis_webrtc
On 2015/06/12 21:21:24, Sergey Ulanov wrote: > On 2015/06/12 21:04:22, guoweis wrote: > > On ...
5 years, 6 months ago (2015-06-12 21:50:53 UTC) #10
Sergey Ulanov
On 2015/06/12 21:50:53, guoweis wrote: > On 2015/06/12 21:21:24, Sergey Ulanov wrote: > > On ...
5 years, 6 months ago (2015-06-17 23:18:51 UTC) #11
guoweis_left_chromium
On 2015/06/17 23:18:51, Sergey Ulanov wrote: > On 2015/06/12 21:50:53, guoweis wrote: > > On ...
5 years, 6 months ago (2015-06-18 16:42:41 UTC) #12
Sergey Ulanov
On 2015/06/18 16:42:41, guoweis_chromium wrote: > I still like 5 ms better. For the case ...
5 years, 6 months ago (2015-06-18 17:09:46 UTC) #13
pthatcher1
https://codereview.chromium.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc File webrtc/p2p/stunprober/stunprober.cc (right): https://codereview.chromium.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc#newcode288 webrtc/p2p/stunprober/stunprober.cc:288: } What if not all of the sockets get ...
5 years, 6 months ago (2015-06-18 20:26:59 UTC) #14
guoweis_left_chromium
PTAL. Changed to 5 ms interval for threading. https://codereview.chromium.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc File webrtc/p2p/stunprober/stunprober.cc (right): https://codereview.chromium.org/1173353002/diff/130001/webrtc/p2p/stunprober/stunprober.cc#newcode288 webrtc/p2p/stunprober/stunprober.cc:288: } ...
5 years, 6 months ago (2015-06-18 20:39:39 UTC) #16
pthatcher1
lgtm
5 years, 6 months ago (2015-06-18 20:50:43 UTC) #17
guoweis_webrtc
5 years, 6 months ago (2015-06-18 21:44:52 UTC) #19
Message was sent while issue was closed.
Committed patchset #6 (id:170001) manually as
dc13abc331b8e5ce2bdf99722aba3fdd9c0444ff (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698