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

Issue 553333007: [Ash] Always show minimize button. (Closed)

Created:
6 years, 3 months ago by jackhou1
Modified:
6 years, 3 months ago
Reviewers:
pkotwicz, kuscher1, Kuscher
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Ash] Always show minimize button. Previously, windows that are not maximizable would only have a close button. The window is still minimizable by clicking on the taskbar icon. After this change, these windows will have a minimize and close icon. BUG=351179

Patch Set 1 #

Patch Set 2 : Remove enum MinimizeAllowed. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -50 lines) Patch
M ash/frame/caption_buttons/frame_caption_button_container_view.h View 1 1 chunk +1 line, -11 lines 1 comment Download
M ash/frame/caption_buttons/frame_caption_button_container_view.cc View 1 2 chunks +1 line, -3 lines 1 comment Download
M ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc View 1 4 chunks +4 lines, -21 lines 2 comments Download
M ash/frame/caption_buttons/frame_size_button_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/custom_frame_view_ash.cc View 1 1 chunk +1 line, -8 lines 0 comments Download
M ash/frame/default_header_painter_unittest.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M ash/wm/panels/panel_frame_view.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
jackhou1
pkotwicz, could you take a look? Do you know what users (if any) of CustomFrameViewAsh ...
6 years, 3 months ago (2014-09-19 02:06:39 UTC) #2
pkotwicz
This looks good. We used to not have a minimize button and the maximize button ...
6 years, 3 months ago (2014-09-19 03:34:32 UTC) #3
pkotwicz
For the sake of clarity, the CL looks good from my end. However, can you ...
6 years, 3 months ago (2014-09-19 03:37:02 UTC) #4
jackhou1
> There is some discussion on crbug.com/328241 w.r.t whether any apps, > particularly the calculator ...
6 years, 3 months ago (2014-09-19 03:58:44 UTC) #5
jackhou1
kuscher, could we get your input on this change? Apps which cannot maximize (e.g. Calculator) ...
6 years, 3 months ago (2014-09-19 04:01:15 UTC) #7
pkotwicz
I think that we should do both. I think that it is ok to assume ...
6 years, 3 months ago (2014-09-19 05:38:19 UTC) #8
Kuscher
On 2014/09/19 05:38:19, pkotwicz wrote: > I think that we should do both. I think ...
6 years, 3 months ago (2014-09-19 05:44:43 UTC) #9
pkotwicz
We might actually be depending on the old behavior. I will look in more depth ...
6 years, 3 months ago (2014-09-19 06:19:25 UTC) #10
pkotwicz
I have checked and there are windows which use FrameCaptionButtonContainerView which are accessible from the ...
6 years, 3 months ago (2014-09-19 14:28:40 UTC) #11
jackhou1
On 2014/09/19 14:28:40, pkotwicz wrote: > I have checked and there are windows which use ...
6 years, 3 months ago (2014-09-21 05:52:15 UTC) #12
jackhou1
6 years, 3 months ago (2014-09-24 11:20:05 UTC) #13
This change is no longer needed. New CL with the same effect is here:
https://codereview.chromium.org/603523002/

Powered by Google App Engine
This is Rietveld 408576698