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

Issue 297773004: Add UMA to study the effect of defaulting fullscreen video to landscape mode (Closed)

Created:
6 years, 7 months ago by qinmin
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jar (doing other things), asvitkine+watch_chromium.org
Visibility:
Public.

Description

Add UMA to study the effect of defaulting fullscreen video to landscape mode Added UMAs for: 1) The % of fullscreen video that is opened in portrait mode 2) The % of the video is suited for portrait mode 3) How long does a video play before user rotate the screen to landscape mode 4) How long video plays after user rotate the screen to landscape mode 5) How long does a video play before user rotate to portrait mode 6) The % of a video that the user switched from portrait to landscape mode BUG=326572 Committed: https://crrev.com/d81a8daf739624ad9cb9b117d39841ad66a14d34 Cr-Commit-Position: refs/heads/master@{#293045}

Patch Set 1 #

Total comments: 16

Patch Set 2 : filter out orientation locked devices #

Total comments: 4

Patch Set 3 : update comments #

Total comments: 2

Patch Set 4 : nits #

Total comments: 6

Patch Set 5 : removing noise if user quickly switch orientations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -0 lines) Patch
M content/browser/android/content_video_view.h View 1 chunk +8 lines, -0 lines 0 comments Download
M content/browser/android/content_video_view.cc View 1 2 3 4 3 chunks +39 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java View 1 2 3 4 9 chunks +70 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (1 generated)
qinmin
PTAL
6 years, 7 months ago (2014-05-21 02:56:01 UTC) #1
Mark P
https://codereview.chromium.org/297773004/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/297773004/diff/1/tools/metrics/histograms/histograms.xml#newcode10383 tools/metrics/histograms/histograms.xml:10383: + rotates from portrait to landscape mode. If there ...
6 years, 7 months ago (2014-05-21 18:17:44 UTC) #2
jdduke (slow)
I don't see anything here that controls for users who have a locked screen (i.e., ...
6 years, 7 months ago (2014-05-22 19:41:19 UTC) #3
qinmin
On 2014/05/22 19:41:19, jdduke wrote: > I don't see anything here that controls for users ...
6 years, 7 months ago (2014-05-22 20:20:21 UTC) #4
Ted C
On 2014/05/22 20:20:21, qinmin wrote: > On 2014/05/22 19:41:19, jdduke wrote: > > I don't ...
6 years, 7 months ago (2014-05-22 20:59:38 UTC) #5
qinmin
On 2014/05/22 20:59:38, Ted C wrote: > On 2014/05/22 20:20:21, qinmin wrote: > > On ...
6 years, 7 months ago (2014-05-23 01:03:52 UTC) #6
qinmin
https://codereview.chromium.org/297773004/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/297773004/diff/1/tools/metrics/histograms/histograms.xml#newcode10383 tools/metrics/histograms/histograms.xml:10383: + rotates from portrait to landscape mode. If there ...
6 years, 7 months ago (2014-05-23 01:03:58 UTC) #7
Mark P
https://codereview.chromium.org/297773004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/297773004/diff/20001/tools/metrics/histograms/histograms.xml#newcode10428 tools/metrics/histograms/histograms.xml:10428: + portrait and landscape mode, only one record is ...
6 years, 7 months ago (2014-05-23 19:09:13 UTC) #8
qinmin
https://codereview.chromium.org/297773004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/297773004/diff/20001/tools/metrics/histograms/histograms.xml#newcode10428 tools/metrics/histograms/histograms.xml:10428: + portrait and landscape mode, only one record is ...
6 years, 7 months ago (2014-05-23 21:58:14 UTC) #9
Mark P
histograms.xml lgtm baring one minor comment below https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml#newcode10441 tools/metrics/histograms/histograms.xml:10441: + mode, ...
6 years, 7 months ago (2014-05-23 22:01:40 UTC) #10
qinmin
https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml#newcode10441 tools/metrics/histograms/histograms.xml:10441: + mode, it is not recorded. On 2014/05/23 22:01:40, ...
6 years, 7 months ago (2014-05-23 22:09:42 UTC) #11
aurimas (slooooooooow)
On 2014/05/23 22:09:42, qinmin wrote: > https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (right): > > https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml#newcode10441 > ...
6 years, 5 months ago (2014-07-11 05:37:03 UTC) #12
Mark P
On 2014/07/11 05:37:03, aurimas wrote: > On 2014/05/23 22:09:42, qinmin wrote: > > > https://codereview.chromium.org/297773004/diff/40001/tools/metrics/histograms/histograms.xml ...
6 years, 5 months ago (2014-07-11 18:10:22 UTC) #13
aurimas (slooooooooow)
On 2014/07/11 18:10:22, Mark P wrote: > On 2014/07/11 05:37:03, aurimas wrote: > > On ...
6 years, 5 months ago (2014-07-11 18:11:11 UTC) #14
qinmin
On 2014/07/11 18:11:11, aurimas wrote: > On 2014/07/11 18:10:22, Mark P wrote: > > On ...
6 years, 5 months ago (2014-07-11 18:27:36 UTC) #15
aurimas (slooooooooow)
I don't think it hurts to collect these stats and then we can reason how ...
6 years, 5 months ago (2014-07-11 18:31:41 UTC) #16
qinmin
Ted, would you please take a look at this?
6 years, 5 months ago (2014-07-23 16:06:18 UTC) #17
Ted C
overall looks fine...just wondering about the accidental noise and whether you think that is an ...
6 years, 5 months ago (2014-07-23 16:13:59 UTC) #18
aurimas (slooooooooow)
On 2014/07/23 16:13:59, Ted C wrote: > overall looks fine...just wondering about the accidental noise ...
6 years, 4 months ago (2014-08-20 17:45:12 UTC) #19
qinmin
https://codereview.chromium.org/297773004/diff/60001/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java File content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java (right): https://codereview.chromium.org/297773004/diff/60001/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java#newcode127 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java:127: mOrientationChangedTime = System.currentTimeMillis(); ok, added a check here, if ...
6 years, 3 months ago (2014-08-26 22:16:38 UTC) #20
Ted C
lgtm
6 years, 3 months ago (2014-09-02 22:26:30 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/297773004/80001
6 years, 3 months ago (2014-09-02 22:32:08 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 100daed61c833daab596536046bbd24133194e2c
6 years, 3 months ago (2014-09-03 01:50:28 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:22:42 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d81a8daf739624ad9cb9b117d39841ad66a14d34
Cr-Commit-Position: refs/heads/master@{#293045}

Powered by Google App Engine
This is Rietveld 408576698