|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+3307 lines, -3704 lines) |
Patch |
 |
M |
talk/app/webrtc/objctests/RTCPeerConnectionSyncObserver.m
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/peerconnection.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/statscollector.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
3 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/statscollector_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
21 chunks |
+99 lines, -73 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/webrtcsession.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
9 chunks |
+34 lines, -24 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/webrtcsession.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
34 chunks |
+271 lines, -192 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/webrtcsession_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
35 chunks |
+205 lines, -107 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/webrtcsessiondescriptionfactory.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
talk/app/webrtc/webrtcsessiondescriptionfactory.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
3 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
talk/media/webrtc/webrtcvoiceengine_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
talk/session/media/channel.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
12 chunks |
+41 lines, -28 lines |
0 comments
|
Download
|
 |
M |
talk/session/media/channel.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
19 chunks |
+135 lines, -79 lines |
0 comments
|
Download
|
 |
M |
talk/session/media/channel_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
36 chunks |
+105 lines, -60 lines |
0 comments
|
Download
|
 |
M |
talk/session/media/channelmanager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
3 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
talk/session/media/channelmanager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
6 chunks |
+25 lines, -32 lines |
0 comments
|
Download
|
 |
M |
talk/session/media/channelmanager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
8 chunks |
+42 lines, -31 lines |
0 comments
|
Download
|
 |
M |
webrtc/base/fakenetwork.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
4 chunks |
+13 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/dtlstransport.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
7 chunks |
+21 lines, -30 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/dtlstransportchannel.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
8 chunks |
+23 lines, -28 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/dtlstransportchannel.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
4 chunks |
+14 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/dtlstransportchannel_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
14 chunks |
+44 lines, -50 lines |
0 comments
|
Download
|
 |
D |
webrtc/p2p/base/fakesession.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
1 chunk |
+0 lines, -506 lines |
0 comments
|
Download
|
 |
A + |
webrtc/p2p/base/faketransportcontroller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
15 chunks |
+210 lines, -182 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransport.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransport.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransportchannel.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
9 chunks |
+21 lines, -24 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransportchannel.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
15 chunks |
+50 lines, -53 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
28 chunks |
+48 lines, -68 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/session.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
8 chunks |
+12 lines, -285 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/session.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
9 chunks |
+40 lines, -601 lines |
0 comments
|
Download
|
 |
D |
webrtc/p2p/base/session_unittest.cc
|
View
|
1
2
3
4
5
6
7
26
|
1 chunk |
+0 lines, -100 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transport.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
14 chunks |
+95 lines, -144 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transport.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
17 chunks |
+245 lines, -495 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transport_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
5 chunks |
+4 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transportchannel.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
3 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transportchannel.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transportchannelimpl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
4 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
D |
webrtc/p2p/base/transportchannelproxy.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
D |
webrtc/p2p/base/transportchannelproxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
1 chunk |
+0 lines, -276 lines |
0 comments
|
Download
|
 |
A |
webrtc/p2p/base/transportcontroller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
1 chunk |
+192 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webrtc/p2p/base/transportcontroller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1 chunk |
+564 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webrtc/p2p/base/transportcontroller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
1 chunk |
+675 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/base/transportdescriptionfactory.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/p2p/p2p.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/p2p_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|