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

Issue 1335023002: Add UMA metrics and finch experiment for DTLS1.2 in WebRTC. (Closed)

Created:
5 years, 3 months ago by guoweis_left_chromium
Modified:
5 years, 2 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA metrics and finch experiment for DTLS1.2 in WebRTC. The corresponding webrtc change is https://codereview.webrtc.org/1337673002/. BUG=523033 Committed: https://crrev.com/8ff81738a6f8b74e09966335be2849c04a8cbde1 Cr-Commit-Position: refs/heads/master@{#351936}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -1 line) Patch
M content/renderer/media/rtc_peer_connection_handler.cc View 1 2 3 4 5 2 chunks +36 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.cc View 1 2 3 4 5 1 chunk +6 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 3 chunks +36 lines, -0 lines 0 comments Download

Messages

Total messages: 58 (26 generated)
guoweis_left_chromium
Hi, Ryan: Could you review this code change? I'm trying to map SSL cipher from ...
5 years, 3 months ago (2015-09-22 21:12:53 UTC) #7
guoweis_left_chromium
+ others. Btw, the WebRTC ssl cipher definition is from the on-going CL: https://codereview.webrtc.org/1337673002/
5 years, 3 months ago (2015-09-22 21:14:21 UTC) #9
Ryan Sleevi
On 2015/09/22 21:12:53, guoweis_chromium wrote: > Hi, Ryan: > > Could you review this code ...
5 years, 3 months ago (2015-09-22 21:20:56 UTC) #10
Ryan Sleevi
https://codereview.chromium.org/1335023002/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/1335023002/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc#newcode35 content/renderer/media/rtc_peer_connection_handler.cc:35: #include "net/third_party/nss/ssl/sslproto.h" BUG: You should not be directly including ...
5 years, 3 months ago (2015-09-22 21:21:10 UTC) #11
davidben
https://codereview.chromium.org/1335023002/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/1335023002/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc#newcode126 content/renderer/media/rtc_peer_connection_handler.cc:126: } On 2015/09/22 21:21:10, Ryan Sleevi wrote: > This ...
5 years, 3 months ago (2015-09-22 21:29:46 UTC) #13
guoweis_left_chromium
On 2015/09/22 21:29:46, David Benjamin wrote: > https://codereview.chromium.org/1335023002/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc > File content/renderer/media/rtc_peer_connection_handler.cc (right): > > https://codereview.chromium.org/1335023002/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc#newcode126 ...
5 years, 3 months ago (2015-09-22 21:31:59 UTC) #14
Ryan Sleevi
On 2015/09/22 21:31:59, guoweis_chromium wrote: > I'm not an expert in crypto. Could you point ...
5 years, 3 months ago (2015-09-22 21:34:38 UTC) #15
davidben
On 2015/09/22 21:31:59, guoweis_chromium wrote: > On 2015/09/22 21:29:46, David Benjamin wrote: > > > ...
5 years, 3 months ago (2015-09-22 21:36:47 UTC) #16
juberti2
Agree we shouldn't be maintaining our own enum and converting. We should either pass strings ...
5 years, 3 months ago (2015-09-24 13:29:44 UTC) #17
davidben
On 2015/09/24 13:29:44, juberti2 wrote: > Agree we shouldn't be maintaining our own enum and ...
5 years, 3 months ago (2015-09-24 15:42:39 UTC) #18
juberti2
On 2015/09/24 15:42:39, David Benjamin wrote: > On 2015/09/24 13:29:44, juberti2 wrote: > > Agree ...
5 years, 3 months ago (2015-09-24 16:15:48 UTC) #19
Ryan Sleevi
On 2015/09/24 16:15:48, juberti2 wrote: > Sure, but this all seems like artifice given that ...
5 years, 3 months ago (2015-09-24 16:20:45 UTC) #20
davidben
On 2015/09/24 16:15:48, juberti2 wrote: > On 2015/09/24 15:42:39, David Benjamin wrote: > > On ...
5 years, 3 months ago (2015-09-24 16:22:49 UTC) #21
davidben
On 2015/09/24 16:22:49, David Benjamin wrote: > (that I'm not a fan of, but nevermind ...
5 years, 3 months ago (2015-09-24 16:23:46 UTC) #22
juberti2
On 2015/09/24 16:23:46, David Benjamin wrote: > On 2015/09/24 16:22:49, David Benjamin wrote: > > ...
5 years, 3 months ago (2015-09-24 21:15:22 UTC) #24
guoweis_left_chromium
PTAL. https://codereview.chromium.org/1335023002/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1335023002/diff/100001/tools/metrics/histograms/histograms.xml#newcode51748 tools/metrics/histograms/histograms.xml:51748: + first transport signals the OnCompleted event. On ...
5 years, 2 months ago (2015-09-25 21:38:39 UTC) #26
guoweis_left_chromium
rkaplow@chromium.org: Please review changes in histograms.xml
5 years, 2 months ago (2015-09-25 21:39:24 UTC) #28
rkaplow
lgtm
5 years, 2 months ago (2015-09-25 21:44:42 UTC) #29
Ryan Sleevi
I don't believe you need my LGTM, but a few suggestions. https://codereview.chromium.org/1335023002/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): ...
5 years, 2 months ago (2015-09-27 02:37:46 UTC) #30
pthatcher2
https://codereview.chromium.org/1335023002/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1335023002/diff/160001/tools/metrics/histograms/histograms.xml#newcode50393 tools/metrics/histograms/histograms.xml:50393: +<histogram name="WebRTC.PeerConnection.SrtpCrypto" enum="DTLS_SRTPCryptoSuite"> On 2015/09/27 02:37:46, Ryan Sleevi wrote: ...
5 years, 2 months ago (2015-09-29 21:59:43 UTC) #31
guoweis_left_chromium
PTAL.
5 years, 2 months ago (2015-09-30 17:53:44 UTC) #36
pthatcher2
lgtm
5 years, 2 months ago (2015-09-30 17:59:25 UTC) #37
tommi (sloooow) - chröme
lgtm https://codereview.chromium.org/1335023002/diff/200001/content/renderer/media/webrtc/peer_connection_dependency_factory.cc File content/renderer/media/webrtc/peer_connection_dependency_factory.cc (right): https://codereview.chromium.org/1335023002/diff/200001/content/renderer/media/webrtc/peer_connection_dependency_factory.cc#newcode384 content/renderer/media/webrtc/peer_connection_dependency_factory.cc:384: StartsWith(group_name, "Enabled", base::CompareCase::SENSITIVE)) { nit: StartsWith() check first ...
5 years, 2 months ago (2015-09-30 19:24:45 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1335023002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1335023002/220001
5 years, 2 months ago (2015-10-01 21:59:56 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1335023002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1335023002/240001
5 years, 2 months ago (2015-10-01 22:05:32 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1335023002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1335023002/260001
5 years, 2 months ago (2015-10-01 22:19:50 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/48458)
5 years, 2 months ago (2015-10-01 22:35:21 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1335023002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1335023002/260001
5 years, 2 months ago (2015-10-02 00:31:44 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/48568)
5 years, 2 months ago (2015-10-02 00:45:57 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1335023002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1335023002/260001
5 years, 2 months ago (2015-10-02 01:31:31 UTC) #56
commit-bot: I haz the power
Committed patchset #7 (id:260001)
5 years, 2 months ago (2015-10-02 02:10:06 UTC) #57
commit-bot: I haz the power
5 years, 2 months ago (2015-10-02 02:10:54 UTC) #58
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8ff81738a6f8b74e09966335be2849c04a8cbde1
Cr-Commit-Position: refs/heads/master@{#351936}

Powered by Google App Engine
This is Rietveld 408576698