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

Issue 8468011: Only report Media.AcceleratedCompositingActive for video-having playbacks and add Media.URLScheme. (Closed)

Created:
9 years, 1 month ago by Ami GONE FROM CHROMIUM
Modified:
9 years, 1 month ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Only report Media.AcceleratedCompositingActive for video-having playbacks. Added Media.URLScheme histogram. BUG=none TEST=manual observation of chrome://histograms/Media Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110201

Patch Set 1 #

Patch Set 2 : Added Media.URLScheme histogram. #

Total comments: 2

Patch Set 3 : . #

Total comments: 9

Patch Set 4 : anonymous namespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -2 lines) Patch
M webkit/glue/webmediaplayer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 1 2 3 4 chunks +42 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Ami GONE FROM CHROMIUM
9 years, 1 month ago (2011-11-15 18:48:50 UTC) #1
scherkus (not reviewing)
LGTM
9 years, 1 month ago (2011-11-15 18:55:46 UTC) #2
Ami GONE FROM CHROMIUM
PTAL - added URLScheme.
9 years, 1 month ago (2011-11-15 19:18:11 UTC) #3
scherkus (not reviewing)
LGTM w/ suggestion http://codereview.chromium.org/8468011/diff/1004/webkit/glue/webmediaplayer_impl.cc File webkit/glue/webmediaplayer_impl.cc (right): http://codereview.chromium.org/8468011/diff/1004/webkit/glue/webmediaplayer_impl.cc#newcode259 webkit/glue/webmediaplayer_impl.cc:259: if (url.SchemeIs("data")) return kDataURLScheme; chrome-extension is ...
9 years, 1 month ago (2011-11-15 20:01:07 UTC) #4
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/8468011/diff/1004/webkit/glue/webmediaplayer_impl.cc File webkit/glue/webmediaplayer_impl.cc (right): http://codereview.chromium.org/8468011/diff/1004/webkit/glue/webmediaplayer_impl.cc#newcode259 webkit/glue/webmediaplayer_impl.cc:259: if (url.SchemeIs("data")) return kDataURLScheme; On 2011/11/15 20:01:07, scherkus wrote: ...
9 years, 1 month ago (2011-11-15 20:33:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/8468011/5002
9 years, 1 month ago (2011-11-15 20:33:45 UTC) #6
commit-bot: I haz the power
Presubmit check for 8468011-5002 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-15 20:33:47 UTC) #7
Ami GONE FROM CHROMIUM
tony: i can haz OWNERS approval?
9 years, 1 month ago (2011-11-15 20:40:38 UTC) #8
tony
LGTM, but a for loop might be a bit more concise. http://codereview.chromium.org/8468011/diff/5002/webkit/glue/webmediaplayer_impl.cc File webkit/glue/webmediaplayer_impl.cc (right): ...
9 years, 1 month ago (2011-11-15 20:50:53 UTC) #9
Ami GONE FROM CHROMIUM
tony: thanks for the quick review. I rejected your suggestions so will wait for another ...
9 years, 1 month ago (2011-11-15 21:03:53 UTC) #10
tony
http://codereview.chromium.org/8468011/diff/5002/webkit/glue/webmediaplayer_impl.cc File webkit/glue/webmediaplayer_impl.cc (right): http://codereview.chromium.org/8468011/diff/5002/webkit/glue/webmediaplayer_impl.cc#newcode242 webkit/glue/webmediaplayer_impl.cc:242: enum URLSchemeForHistogram { On 2011/11/15 21:03:53, Ami Fischman wrote: ...
9 years, 1 month ago (2011-11-15 21:33:20 UTC) #11
tony
oh, so lgtm
9 years, 1 month ago (2011-11-15 21:33:38 UTC) #12
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/8468011/diff/5002/webkit/glue/webmediaplayer_impl.cc File webkit/glue/webmediaplayer_impl.cc (right): http://codereview.chromium.org/8468011/diff/5002/webkit/glue/webmediaplayer_impl.cc#newcode242 webkit/glue/webmediaplayer_impl.cc:242: enum URLSchemeForHistogram { On 2011/11/15 21:33:21, tony wrote: > ...
9 years, 1 month ago (2011-11-15 21:47:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/8468011/1005
9 years, 1 month ago (2011-11-15 21:47:50 UTC) #14
commit-bot: I haz the power
9 years, 1 month ago (2011-11-15 23:01:00 UTC) #15
Change committed as 110201

Powered by Google App Engine
This is Rietveld 408576698