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

Issue 133483003: Add one extra UMA for video casting (Closed)

Created:
6 years, 10 months ago by Miguel Garcia
Modified:
6 years, 10 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, Ilya Sherman, asvitkine+watch_chromium.org, whywhat
Visibility:
Public.

Description

- Include the media type of the video that is being flinged - Add two new (fairly common) containers to the MediaContainers enum Views that include pre-M34 data will categorize these values (dash and smooth stream) in the "Other" bucket. BUG=339093 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250300

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 2

Patch Set 4 : Change the name of the existing metric #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : Move the comment to the description #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M media/base/container_names.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/actions/chromeactions.txt View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/actions/extract_actions.py View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 31 (0 generated)
Miguel Garcia
Mark for the histograms. xhwang for the new enum values in media.
6 years, 10 months ago (2014-01-30 18:08:41 UTC) #1
xhwang
Please fix the issue title "pretty print". Can you show me where we report the ...
6 years, 10 months ago (2014-01-31 00:27:41 UTC) #2
Miguel Garcia
https://codereview.chromium.org/133483003/diff/1/media/base/container_names.h File media/base/container_names.h (right): https://codereview.chromium.org/133483003/diff/1/media/base/container_names.h#newcode60 media/base/container_names.h:60: CONTAINER_SMOOTHSTREAM, // SmoothStreaming On 2014/01/31 00:27:42, xhwang wrote: > ...
6 years, 10 months ago (2014-01-31 12:19:02 UTC) #3
Miguel Garcia
Thanks for the review! On 2014/01/31 00:27:41, xhwang wrote: > Please fix the issue title ...
6 years, 10 months ago (2014-01-31 12:20:44 UTC) #4
xhwang
On 2014/01/31 12:20:44, Miguel Garcia wrote: > Thanks for the review! > > > On ...
6 years, 10 months ago (2014-01-31 20:04:25 UTC) #5
xhwang
https://codereview.chromium.org/133483003/diff/20001/tools/metrics/actions/extract_actions.py File tools/metrics/actions/extract_actions.py (right): https://codereview.chromium.org/133483003/diff/20001/tools/metrics/actions/extract_actions.py#newcode211 tools/metrics/actions/extract_actions.py:211: actions.add('Cast_Sender_YouTubeDeviceSelected'); can you help fix the order here? https://codereview.chromium.org/133483003/diff/20001/tools/metrics/actions/extract_actions.py#newcode213 ...
6 years, 10 months ago (2014-01-31 20:04:37 UTC) #6
Miguel Garcia
https://codereview.chromium.org/133483003/diff/20001/tools/metrics/actions/extract_actions.py File tools/metrics/actions/extract_actions.py (right): https://codereview.chromium.org/133483003/diff/20001/tools/metrics/actions/extract_actions.py#newcode211 tools/metrics/actions/extract_actions.py:211: actions.add('Cast_Sender_YouTubeDeviceSelected'); On 2014/01/31 20:04:39, xhwang wrote: > can you ...
6 years, 10 months ago (2014-02-03 09:56:18 UTC) #7
Miguel Garcia
The CQ bit was checked by miguelg@chromium.org
6 years, 10 months ago (2014-02-03 09:56:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/133483003/100001
6 years, 10 months ago (2014-02-03 09:57:03 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-03 10:31:58 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=47620
6 years, 10 months ago (2014-02-03 10:31:59 UTC) #11
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 10:32:05 UTC) #12
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 10:32:09 UTC) #13
Mark P
https://codereview.chromium.org/133483003/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/133483003/diff/100001/tools/metrics/histograms/histograms.xml#newcode27793 tools/metrics/histograms/histograms.xml:27793: + <int value="38" label="DASH"/> Are these new values things ...
6 years, 10 months ago (2014-02-03 15:57:07 UTC) #14
Miguel Garcia
https://codereview.chromium.org/133483003/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/133483003/diff/100001/tools/metrics/histograms/histograms.xml#newcode27793 tools/metrics/histograms/histograms.xml:27793: + <int value="38" label="DASH"/> Looking at the code they ...
6 years, 10 months ago (2014-02-04 13:31:18 UTC) #15
xhwang
Mark's point makes sense. But I am concerned that in the future, whenever we want ...
6 years, 10 months ago (2014-02-04 17:22:24 UTC) #16
Mark P
On 2014/02/04 17:22:24, xhwang wrote: > Mark's point makes sense. But I am concerned that ...
6 years, 10 months ago (2014-02-04 18:28:39 UTC) #17
xhwang
On 2014/02/04 18:28:39, Mark P wrote: > On 2014/02/04 17:22:24, xhwang wrote: > > Mark's ...
6 years, 10 months ago (2014-02-04 19:19:32 UTC) #18
Miguel Garcia
I am ok with either choice but I guess I can just proceed with the ...
6 years, 10 months ago (2014-02-04 19:20:45 UTC) #19
xhwang
On 2014/02/04 19:20:45, Miguel Garcia wrote: > I am ok with either choice but I ...
6 years, 10 months ago (2014-02-04 19:23:15 UTC) #20
jar (doing other things)
On 2014/02/04 17:22:24, xhwang wrote: > Mark's point makes sense. But I am concerned that ...
6 years, 10 months ago (2014-02-04 19:57:38 UTC) #21
Miguel Garcia
Thanks for the detailed feedback I added some comments and reverted the name change. Could ...
6 years, 10 months ago (2014-02-10 17:42:12 UTC) #22
Mark P
https://codereview.chromium.org/133483003/diff/380001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/133483003/diff/380001/tools/metrics/histograms/histograms.xml#newcode28122 tools/metrics/histograms/histograms.xml:28122: + values in the "Other" bucket--> Please put a ...
6 years, 10 months ago (2014-02-10 17:45:15 UTC) #23
Miguel Garcia
On 2014/02/10 17:45:15, Mark P wrote: > https://codereview.chromium.org/133483003/diff/380001/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (right): > > https://codereview.chromium.org/133483003/diff/380001/tools/metrics/histograms/histograms.xml#newcode28122 ...
6 years, 10 months ago (2014-02-10 18:17:41 UTC) #24
Mark P
On 2014/02/10 18:17:41, Miguel Garcia wrote: > On 2014/02/10 17:45:15, Mark P wrote: > > ...
6 years, 10 months ago (2014-02-10 18:28:10 UTC) #25
Mark P
lgtm
6 years, 10 months ago (2014-02-10 22:18:13 UTC) #26
Miguel Garcia
The CQ bit was checked by miguelg@chromium.org
6 years, 10 months ago (2014-02-10 22:30:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/133483003/470001
6 years, 10 months ago (2014-02-10 22:32:11 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/133483003/470001
6 years, 10 months ago (2014-02-10 22:58:04 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/133483003/470001
6 years, 10 months ago (2014-02-10 23:53:51 UTC) #30
commit-bot: I haz the power
6 years, 10 months ago (2014-02-11 02:51:05 UTC) #31
Message was sent while issue was closed.
Change committed as 250300

Powered by Google App Engine
This is Rietveld 408576698