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

Issue 1588073005: Follow El Capitan Dock settings for double-click in window title bar. (Closed)

Created:
4 years, 11 months ago by shrike
Modified:
4 years, 11 months ago
Reviewers:
tapted
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Follow El Capitan Dock settings for double-click in window title bar. In El Capitan there are Dock settings governing what happens when you double-click in a window's title. This change allows browser windows to behave like other windows on the system that respect this setting. BUG=576520 Committed: https://crrev.com/459a5b538a486568bda23d098aec5a430c6ba1fe Cr-Commit-Position: refs/heads/master@{#370726}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Read default setting in minimize code for El Capitan.. #

Patch Set 3 : Combine functions that determine double-click action. #

Total comments: 2

Patch Set 4 : Change constants to enums. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -14 lines) Patch
M ui/base/cocoa/appkit_utils.mm View 1 2 3 2 chunks +48 lines, -14 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
shrike
PTAL
4 years, 11 months ago (2016-01-15 22:37:06 UTC) #3
tapted
lgtm % nits https://codereview.chromium.org/1588073005/diff/1/ui/base/cocoa/appkit_utils.mm File ui/base/cocoa/appkit_utils.mm (right): https://codereview.chromium.org/1588073005/diff/1/ui/base/cocoa/appkit_utils.mm#newcode35 ui/base/cocoa/appkit_utils.mm:35: if (!base::mac::IsOSYosemiteOrLater()) { nit: IsOSMavericksOrEarlier() ? ...
4 years, 11 months ago (2016-01-17 23:53:18 UTC) #4
shrike
PTAL https://codereview.chromium.org/1588073005/diff/1/ui/base/cocoa/appkit_utils.mm File ui/base/cocoa/appkit_utils.mm (right): https://codereview.chromium.org/1588073005/diff/1/ui/base/cocoa/appkit_utils.mm#newcode35 ui/base/cocoa/appkit_utils.mm:35: if (!base::mac::IsOSYosemiteOrLater()) { On 2016/01/17 23:53:18, tapted wrote: ...
4 years, 11 months ago (2016-01-19 19:34:23 UTC) #5
tapted
lgtm A small part of me is inclined to suggest an enum to avoid a ...
4 years, 11 months ago (2016-01-19 22:16:35 UTC) #6
shrike
https://codereview.chromium.org/1588073005/diff/1/ui/base/cocoa/appkit_utils.mm File ui/base/cocoa/appkit_utils.mm (right): https://codereview.chromium.org/1588073005/diff/1/ui/base/cocoa/appkit_utils.mm#newcode35 ui/base/cocoa/appkit_utils.mm:35: if (!base::mac::IsOSYosemiteOrLater()) { On 2016/01/19 22:16:34, tapted wrote: > ...
4 years, 11 months ago (2016-01-20 17:23:54 UTC) #7
tapted
You are far too diligent :). It looks nice! And I feel terrible for all ...
4 years, 11 months ago (2016-01-21 00:27:20 UTC) #8
shrike
No worries on the time zone difference. This is kind of a casual cl so ...
4 years, 11 months ago (2016-01-21 00:52:50 UTC) #9
tapted
sweet! lgtm
4 years, 11 months ago (2016-01-21 00:54:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1588073005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1588073005/60001
4 years, 11 months ago (2016-01-21 16:32:49 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-21 17:45:43 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 17:47:01 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/459a5b538a486568bda23d098aec5a430c6ba1fe
Cr-Commit-Position: refs/heads/master@{#370726}

Powered by Google App Engine
This is Rietveld 408576698