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

Issue 640053007: mac: Add metrics for AppKit Fullscreen style. (Closed)

Created:
6 years, 2 months ago by erikchen
Modified:
6 years, 1 month ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

mac: Update metrics for Fullscreen styles. I removed the metric "OSX.Fullscreen.Enter" because the confusion it was causing outweighted the additional information it provided. It has been replaced by 3 metrics: - OSX.Fullscreen.Enter.Style - OSX.Fullscreen.Enter.WindowLocation - OSX.Settings.ScreensHaveSeparateSpaces BUG=414527 Committed: https://crrev.com/b4159bc3afe9f269ee0d1db3fe3112a351247c80 Cr-Commit-Position: refs/heads/master@{#301484}

Patch Set 1 #

Patch Set 2 : Rewrite metrics. #

Total comments: 4

Patch Set 3 : Comments from rsesek. #

Total comments: 8

Patch Set 4 : Comments from isherman. #

Patch Set 5 : Compile failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -55 lines) Patch
M chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 1 3 chunks +34 lines, -55 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +74 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
erikchen
rsesek: Please review.
6 years, 2 months ago (2014-10-14 01:28:19 UTC) #2
Robert Sesek
Why is this just not another bit in the existing metric?
6 years, 2 months ago (2014-10-14 14:22:31 UTC) #3
erikchen
In an ideal world, this would be another property on that same metric. Unfortunately, the ...
6 years, 2 months ago (2014-10-14 16:55:53 UTC) #4
Robert Sesek
On 2014/10/14 16:55:53, erikchen wrote: > In an ideal world, this would be another property ...
6 years, 2 months ago (2014-10-16 19:07:30 UTC) #5
erikchen
On 2014/10/16 19:07:30, Robert Sesek wrote: > On 2014/10/14 16:55:53, erikchen wrote: > > In ...
6 years, 2 months ago (2014-10-16 22:44:12 UTC) #6
erikchen
rsesek: PTAL
6 years, 2 months ago (2014-10-17 00:18:49 UTC) #8
Robert Sesek
LGTM https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm File chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm (right): https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm#newcode23 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm:23: [NSScreen respondsToSelector:@selector(screensHaveSeparateSpaces)] && You may want to collect ...
6 years, 2 months ago (2014-10-20 17:34:46 UTC) #9
erikchen
https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm File chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm (right): https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm#newcode23 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm:23: [NSScreen respondsToSelector:@selector(screensHaveSeparateSpaces)] && On 2014/10/20 17:34:46, Robert Sesek wrote: ...
6 years, 2 months ago (2014-10-20 18:30:59 UTC) #10
Robert Sesek
https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm File chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm (right): https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm#newcode23 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm:23: [NSScreen respondsToSelector:@selector(screensHaveSeparateSpaces)] && On 2014/10/20 18:30:59, erikchen wrote: > ...
6 years, 2 months ago (2014-10-20 18:54:36 UTC) #11
erikchen
https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm File chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm (right): https://codereview.chromium.org/640053007/diff/40001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm#newcode23 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm:23: [NSScreen respondsToSelector:@selector(screensHaveSeparateSpaces)] && On 2014/10/20 18:54:36, Robert Sesek wrote: ...
6 years, 2 months ago (2014-10-21 18:44:38 UTC) #12
erikchen
isherman: Looking for an OWNER review of chrome/browser/metrics/* and tools/metrics/histograms/histograms.xml
6 years, 2 months ago (2014-10-21 18:45:29 UTC) #14
Ilya Sherman
https://codereview.chromium.org/640053007/diff/60001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm File chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm (right): https://codereview.chromium.org/640053007/diff/60001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm#newcode13 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm:13: enum SeparateSpaces { nit: "SeparateSpaces" is a pretty odd ...
6 years, 2 months ago (2014-10-21 21:23:56 UTC) #15
erikchen
isherman: PTAL https://codereview.chromium.org/640053007/diff/60001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm File chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm (right): https://codereview.chromium.org/640053007/diff/60001/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm#newcode13 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_mac.mm:13: enum SeparateSpaces { On 2014/10/21 21:23:55, Ilya ...
6 years, 2 months ago (2014-10-24 17:55:03 UTC) #16
Ilya Sherman
histograms lgtm, thanks
6 years, 2 months ago (2014-10-24 19:21:39 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/640053007/80001
6 years, 2 months ago (2014-10-24 20:59:41 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/73390)
6 years, 2 months ago (2014-10-24 21:38:32 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/640053007/100001
6 years, 1 month ago (2014-10-27 21:52:44 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:100001)
6 years, 1 month ago (2014-10-27 23:39:04 UTC) #24
commit-bot: I haz the power
6 years, 1 month ago (2014-10-27 23:40:22 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b4159bc3afe9f269ee0d1db3fe3112a351247c80
Cr-Commit-Position: refs/heads/master@{#301484}

Powered by Google App Engine
This is Rietveld 408576698