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

Issue 2057153002: Add GetUserMedia ETLD+1 rappor metrics. (Closed)

Created:
4 years, 6 months ago by Guido Urdaneta
Modified:
4 years, 6 months ago
CC:
chromium-reviews, blink-reviews, haraken, tommyw+watchlist_chromium.org, asvitkine+watch_chromium.org, mcasas+watch+mediastream_chromium.org, Henrik Grunell
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add GetUserMedia ETLD+1 rappor metrics. BUG=618990 Committed: https://crrev.com/a71b7b4bdf469eca1f8ebb0925af0142a48530aa Cr-Commit-Position: refs/heads/master@{#400329}

Patch Set 1 #

Patch Set 2 : fix email #

Total comments: 2

Patch Set 3 : Change approach to use per-document instead of per-call stats, update metric names #

Total comments: 10

Patch Set 4 : jww comments #

Total comments: 2

Patch Set 5 : Deprecate old metrics and rebase #

Patch Set 6 : Stop reporting host-based GetUserMedia rappor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -17 lines) Patch
M third_party/WebKit/Source/core/frame/HostsUsingFeatures.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp View 1 2 3 4 5 4 chunks +36 lines, -13 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/rappor/rappor.xml View 1 2 3 4 5 3 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (13 generated)
Guido Urdaneta
Hi, PTAL https://codereview.chromium.org/2057153002/diff/20001/third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp File third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp (right): https://codereview.chromium.org/2057153002/diff/20001/third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp#newcode137 third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp:137: Platform::current()->recordRapporURL("GetUserMedia.SecureOrigin", WebURL(document->url())); Is "GetUserMedia.SecureOrigin" a good name ...
4 years, 6 months ago (2016-06-10 12:47:49 UTC) #2
Guido Urdaneta
+isherman for rappor.xml
4 years, 6 months ago (2016-06-10 13:01:59 UTC) #5
tommi (sloooow) - chröme
lgtm https://codereview.chromium.org/2057153002/diff/20001/third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp File third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp (right): https://codereview.chromium.org/2057153002/diff/20001/third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp#newcode137 third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp:137: Platform::current()->recordRapporURL("GetUserMedia.SecureOrigin", WebURL(document->url())); On 2016/06/10 12:47:49, Guido Urdaneta wrote: ...
4 years, 6 months ago (2016-06-10 13:19:36 UTC) #6
Ilya Sherman
How are these metrics different from the existing PowerfulFeatureUse.Host.GetUserMedia.* metrics?
4 years, 6 months ago (2016-06-10 21:13:25 UTC) #7
Ilya Sherman
On 2016/06/10 21:13:25, Ilya Sherman wrote: > How are these metrics different from the existing ...
4 years, 6 months ago (2016-06-10 21:16:07 UTC) #8
Guido Urdaneta
On 2016/06/10 21:16:07, Ilya Sherman wrote: > On 2016/06/10 21:13:25, Ilya Sherman wrote: > > ...
4 years, 6 months ago (2016-06-11 09:11:59 UTC) #9
Guido Urdaneta
+japhet and jww: Please review changes to WebKit/Source/core/frame
4 years, 6 months ago (2016-06-11 09:15:18 UTC) #11
jww
Thanks for writing this up! Generally makes sense, but as per my comments below, I ...
4 years, 6 months ago (2016-06-11 18:43:21 UTC) #12
Guido Urdaneta
https://codereview.chromium.org/2057153002/diff/40001/third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp File third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp (right): https://codereview.chromium.org/2057153002/diff/40001/third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp#newcode93 third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp:93: m_urlAndValues.append(std::make_pair(url.getString(), counter)); On 2016/06/11 18:43:20, jww wrote: > nit: ...
4 years, 6 months ago (2016-06-12 11:06:22 UTC) #14
jww
lgtm
4 years, 6 months ago (2016-06-13 17:40:13 UTC) #16
Ilya Sherman
https://codereview.chromium.org/2057153002/diff/80001/tools/metrics/rappor/rappor.xml File tools/metrics/rappor/rappor.xml (right): https://codereview.chromium.org/2057153002/diff/80001/tools/metrics/rappor/rappor.xml#newcode1452 tools/metrics/rappor/rappor.xml:1452: </rappor-metric> Can the Host.GetUserMedia metrics be deprecated, since they ...
4 years, 6 months ago (2016-06-13 23:30:45 UTC) #17
hta - Chromium
On 2016/06/13 23:30:45, Ilya Sherman wrote: > https://codereview.chromium.org/2057153002/diff/80001/tools/metrics/rappor/rappor.xml > File tools/metrics/rappor/rappor.xml (right): > > https://codereview.chromium.org/2057153002/diff/80001/tools/metrics/rappor/rappor.xml#newcode1452 ...
4 years, 6 months ago (2016-06-14 07:20:12 UTC) #18
Guido Urdaneta
https://codereview.chromium.org/2057153002/diff/80001/tools/metrics/rappor/rappor.xml File tools/metrics/rappor/rappor.xml (right): https://codereview.chromium.org/2057153002/diff/80001/tools/metrics/rappor/rappor.xml#newcode1452 tools/metrics/rappor/rappor.xml:1452: </rappor-metric> On 2016/06/13 23:30:45, Ilya Sherman wrote: > Can ...
4 years, 6 months ago (2016-06-14 09:25:36 UTC) #20
Ilya Sherman
Thanks. I think this more or less LG, but I'm a little unsure about RAPPOR's ...
4 years, 6 months ago (2016-06-14 21:58:12 UTC) #23
Steven Holte
On 2016/06/14 21:58:12, Ilya Sherman wrote: > Thanks. I think this more or less LG, ...
4 years, 6 months ago (2016-06-14 22:42:40 UTC) #24
Guido Urdaneta
On 2016/06/14 22:42:40, Steven Holte wrote: > On 2016/06/14 21:58:12, Ilya Sherman wrote: > > ...
4 years, 6 months ago (2016-06-15 09:26:51 UTC) #25
Ilya Sherman
LGTM, thanks.
4 years, 6 months ago (2016-06-15 18:50:40 UTC) #26
Steven Holte
lgtm
4 years, 6 months ago (2016-06-15 19:44:43 UTC) #27
Nate Chapin
lgtm
4 years, 6 months ago (2016-06-16 21:00:32 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2057153002/120001
4 years, 6 months ago (2016-06-16 21:34:20 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 6 months ago (2016-06-17 01:55:06 UTC) #33
commit-bot: I haz the power
4 years, 6 months ago (2016-06-17 01:56:31 UTC) #35
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a71b7b4bdf469eca1f8ebb0925af0142a48530aa
Cr-Commit-Position: refs/heads/master@{#400329}

Powered by Google App Engine
This is Rietveld 408576698