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

Issue 25536010: Make packaged apps use AppNonClientFrameViewAsh when maximized (Closed)

Created:
7 years, 2 months ago by pkotwicz
Modified:
7 years, 1 month ago
Reviewers:
James Cook, benwells
CC:
chromium-reviews, tfarina, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Adds a command line flag --ash-use-same-frame-for-v1-and-v2-apps which makes packaged apps use AppNonClientFrameViewAsh when maximized. BUG=297174 TEST=Manual, see bug

Patch Set 1 : #

Total comments: 25

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+574 lines, -597 lines) Patch
M ash/ash.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_switches.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M ash/ash_switches.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
A ash/wm/caption_buttons/hideable_caption_button_container.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A ash/wm/caption_buttons/hideable_caption_button_container.cc View 1 1 chunk +154 lines, -0 lines 0 comments Download
M ash/wm/window_state_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 4 chunks +18 lines, -11 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_browsertest.cc View 3 chunks +27 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.h View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.cc View 1 4 chunks +34 lines, -3 lines 0 comments Download
A + chrome/browser/ui/views/frame/app_browser_frame_view_ash.h View 2 chunks +10 lines, -28 lines 0 comments Download
A chrome/browser/ui/views/frame/app_browser_frame_view_ash.cc View 1 1 chunk +78 lines, -0 lines 0 comments Download
A + chrome/browser/ui/views/frame/app_browser_frame_view_ash_browsertest.cc View 9 chunks +23 lines, -20 lines 0 comments Download
M chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h View 2 chunks +9 lines, -31 lines 0 comments Download
M chrome/browser/ui/views/frame/app_non_client_frame_view_ash.cc View 1 2 chunks +5 lines, -185 lines 0 comments Download
D chrome/browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc View 1 chunk +0 lines, -229 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_ash.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_ash.cc View 1 3 chunks +9 lines, -74 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/ui/views/frame/non_client_frame_view_switcher_ash.h View 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/frame/non_client_frame_view_switcher_ash.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
pkotwicz
James, can you please take a look? This CL depends on https://codereview.chromium.org/25535005/ https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.h File ash/wm/caption_buttons/hideable_caption_button_container.h ...
7 years, 2 months ago (2013-10-02 19:41:49 UTC) #1
James Cook
https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.cc File ash/wm/caption_buttons/hideable_caption_button_container.cc (right): https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.cc#newcode23 ash/wm/caption_buttons/hideable_caption_button_container.cc:23: // The size of the shadow around the caption ...
7 years, 2 months ago (2013-10-02 21:07:55 UTC) #2
pkotwicz
https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.cc File ash/wm/caption_buttons/hideable_caption_button_container.cc (right): https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.cc#newcode100 ash/wm/caption_buttons/hideable_caption_button_container.cc:100: button_container_ = new FrameCaptionButtonContainerView(frame_, Note to self: This is ...
7 years, 2 months ago (2013-10-02 21:11:08 UTC) #3
pkotwicz
James, can you please take another look? https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.cc File ash/wm/caption_buttons/hideable_caption_button_container.cc (right): https://codereview.chromium.org/25536010/diff/14001/ash/wm/caption_buttons/hideable_caption_button_container.cc#newcode23 ash/wm/caption_buttons/hideable_caption_button_container.cc:23: // The ...
7 years, 2 months ago (2013-10-03 20:45:34 UTC) #4
James Cook
LGTM
7 years, 2 months ago (2013-10-03 22:56:02 UTC) #5
pkotwicz
benwells for chrome/browser/ui/views/apps
7 years, 2 months ago (2013-10-03 23:08:59 UTC) #6
benwells
On 2013/10/03 23:08:59, pkotwicz wrote: > benwells for chrome/browser/ui/views/apps OK - I've just asked a ...
7 years, 2 months ago (2013-10-04 04:42:20 UTC) #7
benwells
lgtm. sorry for the delays.
7 years, 2 months ago (2013-10-08 22:44:21 UTC) #8
pkotwicz
7 years, 1 month ago (2013-11-07 06:24:09 UTC) #9
I am closing this issue because we did a redesign. A CL for the new design (as
well as a link to the design doc is at
https://codereview.chromium.org/59043013/)

Powered by Google App Engine
This is Rietveld 408576698