d17a5a7709
RTCIceCandidateStats.deleted = false added.
...
Since previously, only the deleted = false case is supported, but now
that stat is added. It's a recent addition to the spec:
https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-deleted
BUG=webrtc:6756, chromium:632723, chromium:627816
Review-Url: https://codereview.webrtc.org/2591963003
Cr-Commit-Position: refs/heads/master@{#15871}
2017-01-02 16:09:59 +00:00
06495bcbb7
RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated.
...
State and priority added to ConnectionInfo. The Connection::State enum
is replaced by IceCandidatePairState enum class.
At P2PTransportChannel::GetStats, Connection::stats is called, producing
ConnectionInfo for the connection that is then filled in with additional
values from the Connection. This is refactored so that all values are
set by Connection::stats.
RTCStatsCollector is updated to surface the ConnectionInfo stats.
BUG=webrtc:6755, chromium:633550, chromium:627816
Review-Url: https://codereview.webrtc.org/2597423003
Cr-Commit-Position: refs/heads/master@{#15870}
2017-01-02 16:08:18 +00:00
7eb0e23bcf
Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ )
...
Reason for revert:
Very likely cause of Chromium import bot breakage (unused function '__cpuid'), TBD why.
Original issue's description:
> Replace basictypes.h with stdint.h for int_t types.
>
> Removes basictypes.h for types that only makes use of it for fixed-size-int
> typedefs and replaces it with stdint.h.
>
> BUG=webrtc:6853
> R=tommi@webrtc.org
>
> Review-Url: https://codereview.webrtc.org/2604043002
> Cr-Commit-Position: refs/heads/master@{#15867}
> Committed: 7fd1a75300
TBR=tommi@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:6853
Review-Url: https://codereview.webrtc.org/2603203003
Cr-Commit-Position: refs/heads/master@{#15869}
2017-01-02 15:32:25 +00:00
cafb497cc1
Limit NetEqImpl::ExtractPackets to returning one CNG packet
...
BUG=chromium:668834
Review-Url: https://codereview.webrtc.org/2609043002
Cr-Commit-Position: refs/heads/master@{#15868}
2017-01-02 15:00:50 +00:00
7fd1a75300
Replace basictypes.h with stdint.h for int_t types.
...
Removes basictypes.h for types that only makes use of it for fixed-size-int
typedefs and replaces it with stdint.h.
BUG=webrtc:6853
R=tommi@webrtc.org
Review-Url: https://codereview.webrtc.org/2604043002
Cr-Commit-Position: refs/heads/master@{#15867}
2017-01-02 14:58:46 +00:00
23351197fb
Improve rtcstats_integrationtest.cc by sanity checking values.
...
TestMemberIsPositive and TestMemberIsNonNegative added and used in test.
BUG=chromium:627816
Review-Url: https://codereview.webrtc.org/2593623002
Cr-Commit-Position: refs/heads/master@{#15866}
2017-01-02 14:52:19 +00:00
9baddf25b9
Replace basictypes.h with stddef.h for size_t.
...
Files only making use of size_t from basictypes.h are replaced with
stddef.h, except in cases where they already for instance use stdio.h or
stdlib.h that already provide size_t.
BUG=webrtc:6853
R=tommi@webrtc.org
Review-Url: https://codereview.webrtc.org/2605123002
Cr-Commit-Position: refs/heads/master@{#15865}
2017-01-02 14:44:41 +00:00
bad48f6d72
Roll chromium_revision 2c2151e575..1186149ec7 (441052:441062)
...
Change log: 2c2151e575..1186149ec7
Full diff: 2c2151e575..1186149ec7
Changed dependencies:
* src/third_party: cb1bf68f80..109700219f
* src/tools: bf7eaeae94..819af205e7
DEPS diff: 2c2151e575..1186149ec7 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2603233002
Cr-Commit-Position: refs/heads/master@{#15864}
2017-01-02 14:31:10 +00:00
c3a2b7f487
RTCIceCandidateStats.isRemote added and collected.
...
This was added to the spec: https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-isremote
BUG=webrtc:6756, chromium:632723, chromium:627816
Review-Url: https://codereview.webrtc.org/2595003003
Cr-Commit-Position: refs/heads/master@{#15863}
2017-01-02 12:46:15 +00:00
f415f8ae73
Removed RTCStatsCollector::ProducePartialResultsOnWorkerThread.
...
No stats are collected by it, remove to reduce unnecessary thread hops.
BUG=webrtc:6875, chromium:627816
Review-Url: https://codereview.webrtc.org/2583193002
Cr-Commit-Position: refs/heads/master@{#15862}
2017-01-02 12:28:51 +00:00
38fd1758e9
Added first layer of the echo canceller 3 functionality.
...
This CL adds the first layer of the echo canceller 3.
All of the code is as it should, apart from
block_processor.* which only contains placeholder
functionality. (Upcoming CLs will add proper
functionality into those files.)
BUG=webrtc:6018
Review-Url: https://codereview.webrtc.org/2584493002
Cr-Commit-Position: refs/heads/master@{#15861}
2017-01-02 11:13:38 +00:00
f709e56b4a
Roll chromium_revision 57c478d214..2c2151e575 (441049:441052)
...
Change log: 57c478d214..2c2151e575
Full diff: 57c478d214..2c2151e575
Changed dependencies:
* src/third_party: d5fd253cad..cb1bf68f80
DEPS diff: 57c478d214..2c2151e575 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2610543002
Cr-Commit-Position: refs/heads/master@{#15860}
2017-01-02 10:32:52 +00:00
20d4547e5d
Make VideoSendStreamTest.DoesNotUtilizeUlpfecForH264WithNackEnabled useful again.
...
This test was inadvertently made useless in https://codereview.webrtc.org/2558303002/ .
Prior to that CL, at least 100 media packets -- but no ULPFEC packets -- had to
be sent before the test claimed that ULPFEC was not utilized. This CL reinstates
that behaviour, but instead of counting packets we expect the test to time out
when ULPFEC should not be utilized.
This solution is simple in code, but increases the test duration from 70 ms
to 10000 ms. Note, however, that the 70 ms duration was for a test that didn't
test anything interesting...
TESTED=Using gtest-parallel locally: 2000 test runs without flakes.
BUG=webrtc:6851
Review-Url: https://codereview.webrtc.org/2592693002
Cr-Commit-Position: refs/heads/master@{#15859}
2017-01-02 08:34:27 +00:00
a82775f6a6
Roll chromium_revision bf2de97090..57c478d214 (441048:441049)
...
Change log: bf2de97090..57c478d214
Full diff: bf2de97090..57c478d214
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2611503002
Cr-Commit-Position: refs/heads/master@{#15858}
2017-01-02 04:33:03 +00:00
62da53c826
Roll chromium_revision d631e7f1a2..bf2de97090 (441047:441048)
...
Change log: d631e7f1a2..bf2de97090
Full diff: d631e7f1a2..bf2de97090
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2610483002
Cr-Commit-Position: refs/heads/master@{#15857}
2017-01-01 19:49:54 +00:00
bdb394b83a
Roll chromium_revision bb5405a103..d631e7f1a2 (441045:441047)
...
Change log: bb5405a103..d631e7f1a2
Full diff: bb5405a103..d631e7f1a2
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608083002
Cr-Commit-Position: refs/heads/master@{#15856}
2017-01-01 10:47:32 +00:00
11ea6a549e
Roll chromium_revision 5832046132..bb5405a103 (441044:441045)
...
Change log: 5832046132..bb5405a103
Full diff: 5832046132..bb5405a103
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2603133003
Cr-Commit-Position: refs/heads/master@{#15855}
2017-01-01 07:55:48 +00:00
07fbb2bc94
Roll chromium_revision 6261f75b17..5832046132 (441041:441044)
...
Change log: 6261f75b17..5832046132
Full diff: 6261f75b17..5832046132
Changed dependencies:
* src/third_party: 08823a2fab..d5fd253cad
DEPS diff: 6261f75b17..5832046132 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2606203002
Cr-Commit-Position: refs/heads/master@{#15854}
2016-12-31 22:33:27 +00:00
90c49be242
Roll chromium_revision 9d1a058155..6261f75b17 (441040:441041)
...
Change log: 9d1a058155..6261f75b17
Full diff: 9d1a058155..6261f75b17
Changed dependencies:
* src/third_party: e783b51db2..08823a2fab
DEPS diff: 9d1a058155..6261f75b17 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2603133002
Cr-Commit-Position: refs/heads/master@{#15853}
2016-12-31 16:55:14 +00:00
5ad6661fc7
Roll chromium_revision 80f909297c..9d1a058155 (441039:441040)
...
Change log: 80f909297c..9d1a058155
Full diff: 80f909297c..9d1a058155
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2610453002
Cr-Commit-Position: refs/heads/master@{#15852}
2016-12-31 10:28:53 +00:00
b722c21da1
Roll chromium_revision 348c51fab2..80f909297c (441038:441039)
...
Change log: 348c51fab2..80f909297c
Full diff: 348c51fab2..80f909297c
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2610443002
Cr-Commit-Position: refs/heads/master@{#15851}
2016-12-31 08:01:57 +00:00
3a97f6f2c2
Roll chromium_revision d9ca5ed0df..348c51fab2 (441037:441038)
...
Change log: d9ca5ed0df..348c51fab2
Full diff: d9ca5ed0df..348c51fab2
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608063002
Cr-Commit-Position: refs/heads/master@{#15850}
2016-12-31 01:30:31 +00:00
4f76578dd2
Roll chromium_revision 4f83f72d6b..d9ca5ed0df (441035:441037)
...
Change log: 4f83f72d6b..d9ca5ed0df
Full diff: 4f83f72d6b..d9ca5ed0df
Changed dependencies:
* src/third_party: 89ad63ae6e..e783b51db2
DEPS diff: 4f83f72d6b..d9ca5ed0df /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2607263002
Cr-Commit-Position: refs/heads/master@{#15849}
2016-12-30 22:42:55 +00:00
adc81755b2
Roll chromium_revision c87b0238a2..4f83f72d6b (441031:441035)
...
Change log: c87b0238a2..4f83f72d6b
Full diff: c87b0238a2..4f83f72d6b
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608053002
Cr-Commit-Position: refs/heads/master@{#15848}
2016-12-30 19:37:32 +00:00
0aef319224
Roll chromium_revision f20d7c954a..c87b0238a2 (441027:441031)
...
Change log: f20d7c954a..c87b0238a2
Full diff: f20d7c954a..c87b0238a2
Changed dependencies:
* src/third_party: e57a700823..89ad63ae6e
DEPS diff: f20d7c954a..c87b0238a2 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2603103002
Cr-Commit-Position: refs/heads/master@{#15847}
2016-12-30 16:39:17 +00:00
c40080e495
Roll chromium_revision a26950fe56..f20d7c954a (441023:441027)
...
Change log: a26950fe56..f20d7c954a
Full diff: a26950fe56..f20d7c954a
No dependencies changed.
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2606173002
Cr-Commit-Position: refs/heads/master@{#15846}
2016-12-30 13:59:55 +00:00
a7fae08f6a
Roll chromium_revision 8c4020bee5..a26950fe56 (441019:441023)
...
Change log: 8c4020bee5..a26950fe56
Full diff: 8c4020bee5..a26950fe56
Changed dependencies:
* src/base: 8b1d340405..0a830d49ce
* src/testing: 4259f2b197..54b5e1ed55
DEPS diff: 8c4020bee5..a26950fe56 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2603073002
Cr-Commit-Position: refs/heads/master@{#15845}
2016-12-30 10:47:40 +00:00
d9c6861a4c
Roll chromium_revision 5eb4901df3..8c4020bee5 (441015:441019)
...
Change log: 5eb4901df3..8c4020bee5
Full diff: 5eb4901df3..8c4020bee5
Changed dependencies:
* src/third_party: 38b98b7711..e57a700823
DEPS diff: 5eb4901df3..8c4020bee5 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608873002
Cr-Commit-Position: refs/heads/master@{#15844}
2016-12-30 09:15:50 +00:00
f3f30c7705
Removing entries from exec_script_whitelist
...
These entries are not using exec_script anymore so we can enforce the
check and remove them from the whitelist.
BUG=None
NOTRY=True
Review-Url: https://codereview.webrtc.org/2598403002
Cr-Commit-Position: refs/heads/master@{#15843}
2016-12-30 09:04:34 +00:00
f81d8efb24
Promote iOS Simulator 9.0 bot to main waterfall.
...
Rename existing iOS Simulator bots to match the new one.
Buildbot changes: https://chromium-review.googlesource.com/423055
BUG=chromium:677385
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2601353003 .
Cr-Commit-Position: refs/heads/master@{#15842}
2016-12-30 07:26:24 +00:00
1a3f88ad52
Roll chromium_revision 213b78a67f..5eb4901df3 (441010:441015)
...
Change log: 213b78a67f..5eb4901df3
Full diff: 213b78a67f..5eb4901df3
Changed dependencies:
* src/third_party: 03c6900a85..38b98b7711
DEPS diff: 213b78a67f..5eb4901df3 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2609533005
Cr-Commit-Position: refs/heads/master@{#15841}
2016-12-30 04:45:03 +00:00
6cd4853dc6
Roll chromium_revision ba78b86d7b..213b78a67f (440987:441010)
...
Change log: ba78b86d7b..213b78a67f
Full diff: ba78b86d7b..213b78a67f
Changed dependencies:
* src/third_party: fa94208a30..03c6900a85
DEPS diff: ba78b86d7b..213b78a67f /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2607953003
Cr-Commit-Position: refs/heads/master@{#15840}
2016-12-30 01:58:17 +00:00
80f49c3958
Roll chromium_revision 889401456c..ba78b86d7b (440974:440987)
...
Change log: 889401456c..ba78b86d7b
Full diff: 889401456c..ba78b86d7b
Changed dependencies:
* src/third_party: 90a325da81..fa94208a30
* src/third_party/catapult: 1e8a2ca77b..9ddf24882e
* src/tools: b3b5539ff9..bf7eaeae94
DEPS diff: 889401456c..ba78b86d7b /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2609603002
Cr-Commit-Position: refs/heads/master@{#15839}
2016-12-29 22:38:19 +00:00
957c1817b0
MB: Enable optimize_for_fuzzing=true for libfuzzer builds.
...
Build with this enabled since that's what Chromium bots do:
https://cs.chromium.org/chromium/src/build/config/compiler/BUILD.gn?rcl=0&l=89
BUG=chromium:677261
R=pbos@webrtc.org
NOTRY=True
Review-Url: https://codereview.webrtc.org/2604003002
Cr-Commit-Position: refs/heads/master@{#15838}
2016-12-29 20:25:53 +00:00
81fa52ff44
Change iOS Simulator bot to 32-bit and iPhone 5.
...
Before promoting it to the main waterfall I thought it made
sense to ensure it works for a phone that actually is 32-bit
(iPhone 6s isn't). It also makes more sense to run the older
iOS version (9) on the older phone.
BUG=chromium:677385
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2604203002 .
Cr-Commit-Position: refs/heads/master@{#15837}
2016-12-29 20:01:38 +00:00
f2e540de7a
Roll chromium_revision 311f7c0a14..889401456c (440956:440974)
...
Change log: 311f7c0a14..889401456c
Full diff: 311f7c0a14..889401456c
Changed dependencies:
* src/base: b836f50b91..8b1d340405
* src/third_party: c2c7ec811d..90a325da81
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/48e2be247a..a81967b47c
DEPS diff: 311f7c0a14..889401456c /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2605143003
Cr-Commit-Position: refs/heads/master@{#15836}
2016-12-29 19:44:51 +00:00
f138bdf696
Roll chromium_revision 3616a4304d..311f7c0a14 (440951:440956)
...
Change log: 3616a4304d..311f7c0a14
Full diff: 3616a4304d..311f7c0a14
Changed dependencies:
* src/third_party: e47f28474d..c2c7ec811d
DEPS diff: 3616a4304d..311f7c0a14 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608743002
Cr-Commit-Position: refs/heads/master@{#15835}
2016-12-29 16:37:22 +00:00
ff8f7a18e1
Roll chromium_revision a5af993161..3616a4304d (440948:440951)
...
Change log: a5af993161..3616a4304d
Full diff: a5af993161..3616a4304d
Changed dependencies:
* src/third_party: be3fb40a63..e47f28474d
* src/tools: 7a9e8bf542..b3b5539ff9
DEPS diff: a5af993161..3616a4304d /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2601103004
Cr-Commit-Position: refs/heads/master@{#15834}
2016-12-29 13:29:55 +00:00
12166898d9
Rename iOS JSON file.
...
The currently checked in file from
https://codereview.webrtc.org/2604153002/ contained a
whitespace in the filename.
BUG=chromium:677385
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2602053002 .
Cr-Commit-Position: refs/heads/master@{#15833}
2016-12-29 13:00:23 +00:00
f423593f55
Reland of Refactor webrtc/modules/desktop_capture for GN check
...
Reason for revert:
Trying to reland this CL.
Original issue's description:
> Revert of Refactor webrtc/modules/desktop_capture for GN check (patchset #1 id:1 of https://codereview.webrtc.org/2593713002/ )
>
> Reason for revert:
> Apparently breaks Chromium compile for unknown reason:
> https://build.chromium.org/p/chromium.webrtc.fyi/builders/Linux%20Builder/builds/12314
>
> Original issue's description:
> > Refactor webrtc/modules/desktop_capture for GN check
> >
> > This moves some GN check configurations out of .gn to individual
> > targets.
> >
> > The now checked target is:
> > "//webrtc/modules/desktop_capture/*"
> >
> > BUG=webrtc:6828
> > NOTRY=True
> >
> > Review-Url: https://codereview.webrtc.org/2593713002
> > Cr-Commit-Position: refs/heads/master@{#15725}
> > Committed: 70870b9211
>
> TBR=sergeyu@chromium.org ,mbonadei@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:6828
>
> Review-Url: https://codereview.webrtc.org/2597923002
> Cr-Commit-Position: refs/heads/master@{#15750}
> Committed: d943c48454
TBR=sergeyu@chromium.org ,kjellander@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=webrtc:6828
Review-Url: https://codereview.webrtc.org/2609523002
Cr-Commit-Position: refs/heads/master@{#15832}
2016-12-29 11:35:56 +00:00
0c7a386c9e
Roll chromium_revision 688e7e1a92..a5af993161 (440943:440948)
...
Change log: 688e7e1a92..a5af993161
Full diff: 688e7e1a92..a5af993161
Changed dependencies:
* src/testing: 6e717f3587..4259f2b197
* src/third_party: 1e77bb1929..be3fb40a63
DEPS diff: 688e7e1a92..a5af993161 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608703002
Cr-Commit-Position: refs/heads/master@{#15831}
2016-12-29 11:16:50 +00:00
34203b4255
MB: Add symbol_level=2 to new Win ASan bot.
...
Hopefully that will give better error traces than just a memory
address upon failure.
BUG=chromium:677380
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2604163002 .
Cr-Commit-Position: refs/heads/master@{#15830}
2016-12-29 09:45:08 +00:00
1f971427e8
Add iOS64 simulator bot running on iOS 9.0 simulator.
...
Add a new trybot configuration as well.
BUG=chromium:677385
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2604153002 .
Cr-Commit-Position: refs/heads/master@{#15829}
2016-12-29 08:31:05 +00:00
0eab9145e7
Roll chromium_revision f622c97dff..688e7e1a92 (440913:440943)
...
Change log: f622c97dff..688e7e1a92
Full diff: f622c97dff..688e7e1a92
Changed dependencies:
* src/third_party: 6084541c8f..1e77bb1929
* src/tools: 53815f6cb6..7a9e8bf542
DEPS diff: f622c97dff..688e7e1a92 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2607083002
Cr-Commit-Position: refs/heads/master@{#15828}
2016-12-29 07:53:05 +00:00
7a7da3c6c1
MB: Replace Win SyzyASan bot with a Clang ASan bot in client.webrtc.fyi
...
BUG=chromium:677380
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2609513002 .
Cr-Commit-Position: refs/heads/master@{#15827}
2016-12-29 06:54:55 +00:00
67dc2a43f6
Roll chromium_revision a9a035ecfd..f622c97dff (440896:440913)
...
Change log: a9a035ecfd..f622c97dff
Full diff: a9a035ecfd..f622c97dff
Changed dependencies:
* src/testing: 84b22cd52e..6e717f3587
* src/third_party: a541c3f2d8..6084541c8f
* src/tools: de4730f7be..53815f6cb6
DEPS diff: a9a035ecfd..f622c97dff /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2608543003
Cr-Commit-Position: refs/heads/master@{#15826}
2016-12-29 01:57:39 +00:00
a8dff2bbbc
Roll chromium_revision 3171a243c6..a9a035ecfd (440871:440896)
...
Change log: 3171a243c6..a9a035ecfd
Full diff: 3171a243c6..a9a035ecfd
Changed dependencies:
* src/third_party: a15f8e814e..a541c3f2d8
* src/tools: 5d08330a59..de4730f7be
DEPS diff: 3171a243c6..a9a035ecfd /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2601133002
Cr-Commit-Position: refs/heads/master@{#15825}
2016-12-28 23:03:27 +00:00
655f7cf355
Prepare to introduce the IceTransportInternal.
...
The P2PTransportChannel will eventually inherit from IceTransportInternal instead of TransportChannelImpl.
However, the Chromium/remoting depends on TransportChannel and TransportChannelImpl.
The solution to work around this:
Step1:
Make a WebRTC CL to introduce IceTransportInternal and IceTransportInternal2 by type-defining
TransportChannel and TransportChannelImpl.
Step2:
Make a Chromium CL to replace the TransportChannel and TransportChannelImpl with
IceTransportInternal and IceTransportInternal2.
Step3:
Make a WebRTC to redefine IceTransportInternal2 to be IceTransportInternal and switch the base
class of P2PTransportChannel with IceTransportInternal.
Step4"
Make a Chromium CL to remove the IceTransportInternal2.
This CL is the Step1. The real IceTransportInternal implementation
is commented out temporarily.
BUG=none
Review-Url: https://codereview.webrtc.org/2598103003
Cr-Commit-Position: refs/heads/master@{#15824}
2016-12-28 21:55:02 +00:00
66653b60af
Roll chromium_revision b23fa511a5..3171a243c6 (440850:440871)
...
Change log: b23fa511a5..3171a243c6
Full diff: b23fa511a5..3171a243c6
Changed dependencies:
* src/third_party: 17fbc79987..a15f8e814e
DEPS diff: b23fa511a5..3171a243c6 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2605873003
Cr-Commit-Position: refs/heads/master@{#15823}
2016-12-28 19:40:12 +00:00
6e884e4d35
Roll chromium_revision 6f92ffc3a7..b23fa511a5 (440846:440850)
...
Change log: 6f92ffc3a7..b23fa511a5
Full diff: 6f92ffc3a7..b23fa511a5
Changed dependencies:
* src/tools: ae6931fe94..5d08330a59
DEPS diff: 6f92ffc3a7..b23fa511a5 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2600413002
Cr-Commit-Position: refs/heads/master@{#15822}
2016-12-28 17:18:14 +00:00