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

Issue 2325313002: Opt out of macOS Sierra automatic window tabbing (Closed)

Created:
4 years, 3 months ago by Sidney San Martín
Modified:
4 years, 3 months ago
Reviewers:
Nico
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Opt out of macOS Sierra automatic window tabbing …for now. BUG=642155 Committed: https://crrev.com/5788338a8a54e230ef868e66c4ab309bb76dfd65 Cr-Commit-Position: refs/heads/master@{#417948}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M base/mac/sdk_forward_declarations.h View 1 chunk +4 lines, -0 lines 1 comment Download
M chrome/browser/app_controller_mac.mm View 1 chunk +4 lines, -0 lines 2 comments Download

Messages

Total messages: 13 (5 generated)
Sidney San Martín
4 years, 3 months ago (2016-09-10 00:15:42 UTC) #3
Nico
lgtm https://codereview.chromium.org/2325313002/diff/1/base/mac/sdk_forward_declarations.h File base/mac/sdk_forward_declarations.h (right): https://codereview.chromium.org/2325313002/diff/1/base/mac/sdk_forward_declarations.h#newcode42 base/mac/sdk_forward_declarations.h:42: @property(class) BOOL allowsAutomaticWindowTabbing; TIL https://codereview.chromium.org/2325313002/diff/1/chrome/browser/app_controller_mac.mm File chrome/browser/app_controller_mac.mm (right): ...
4 years, 3 months ago (2016-09-12 14:13:59 UTC) #4
Sidney San Martín
https://codereview.chromium.org/2325313002/diff/1/chrome/browser/app_controller_mac.mm File chrome/browser/app_controller_mac.mm (right): https://codereview.chromium.org/2325313002/diff/1/chrome/browser/app_controller_mac.mm#newcode412 chrome/browser/app_controller_mac.mm:412: if ([NSWindow respondsToSelector:@selector(allowsAutomaticWindowTabbing)]) { On 2016/09/12 14:13:58, Nico wrote: ...
4 years, 3 months ago (2016-09-12 15:07:25 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2325313002/1
4 years, 3 months ago (2016-09-12 15:07:38 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-12 16:01:08 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5788338a8a54e230ef868e66c4ab309bb76dfd65 Cr-Commit-Position: refs/heads/master@{#417948}
4 years, 3 months ago (2016-09-12 16:02:40 UTC) #11
erikchen
On 2016/09/12 16:02:40, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years, 3 months ago (2016-09-12 16:52:08 UTC) #12
Sidney San Martín
4 years, 3 months ago (2016-09-12 16:59:15 UTC) #13
Message was sent while issue was closed.
On 2016/09/12 16:52:08, erikchen wrote:
> On 2016/09/12 16:02:40, commit-bot: I haz the power wrote:
> > Patchset 1 (id:??) landed as
> > https://crrev.com/5788338a8a54e230ef868e66c4ab309bb76dfd65
> > Cr-Commit-Position: refs/heads/master@{#417948}
> 
> Don't you need to do this on all NSWindows created by Chrome? If you just
wanted
> the main browser window, wouldn't FramedBrowserWindow be the right place for
> this?

This is a class property which applies to the application as a whole. I don't
think we need to do anything window specific.

Powered by Google App Engine
This is Rietveld 408576698