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

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed)

Created:
4 years, 4 months ago by sky
Modified:
4 years, 4 months ago
Reviewers:
James Cook
CC:
chromium-reviews, kalyank, sadrul, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moves CustomFrameViewAsh to common As part of this I'm introducing a pure virtual interface for ImmersiveFullscreenController. I'm not entirely positive I'll need this interface long term, but I'll definitely need it in the short term. BUG=634972, 548435 TEST=none R=jamescook@chromium.org Committed: https://crrev.com/2fabae9f0be45c9ec0d729dd0d527291f2702817 Cr-Commit-Position: refs/heads/master@{#410363}

Patch Set 1 #

Patch Set 2 : null #

Patch Set 3 : merge #

Patch Set 4 : comment #

Total comments: 4

Patch Set 5 : comment #

Patch Set 6 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -1175 lines) Patch
M ash/ash.gyp View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M ash/aura/wm_shell_aura.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ash/aura/wm_shell_aura.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M ash/aura/wm_window_aura.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/aura/wm_window_aura.cc View 3 chunks +11 lines, -0 lines 0 comments Download
A + ash/common/frame/custom_frame_view_ash.h View 4 chunks +5 lines, -10 lines 0 comments Download
A + ash/common/frame/custom_frame_view_ash.cc View 14 chunks +53 lines, -63 lines 0 comments Download
A + ash/common/frame/custom_frame_view_ash_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
A ash/common/wm/immersive/wm_immersive_fullscreen_controller.h View 1 2 3 4 1 chunk +58 lines, -0 lines 0 comments Download
A ash/common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h View 1 chunk +47 lines, -0 lines 0 comments Download
M ash/common/wm_shell.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M ash/common/wm_window.h View 2 chunks +6 lines, -0 lines 0 comments Download
D ash/frame/custom_frame_view_ash.h View 1 chunk +0 lines, -107 lines 0 comments Download
D ash/frame/custom_frame_view_ash.cc View 1 chunk +0 lines, -612 lines 0 comments Download
D ash/frame/custom_frame_view_ash_unittest.cc View 1 chunk +0 lines, -224 lines 0 comments Download
D ash/frame/frame_border_hit_test_controller.h View 1 chunk +0 lines, -37 lines 0 comments Download
D ash/frame/frame_border_hit_test_controller.cc View 1 chunk +0 lines, -23 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ash/shell.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/immersive_fullscreen_controller.h View 1 2 3 4 chunks +10 lines, -58 lines 0 comments Download
M ash/wm/immersive_fullscreen_controller.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M ash/wm/immersive_fullscreen_controller_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ash/wm/panels/panel_frame_view.h View 2 chunks +0 lines, -5 lines 0 comments Download
M ash/wm/panels/panel_frame_view.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download
M ash/wm/resize_handle_window_targeter.h View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/resize_handle_window_targeter.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/resize_shadow_and_cursor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/multi_window_resize_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 14 (6 generated)
sky
4 years, 4 months ago (2016-08-05 21:45:24 UTC) #1
James Cook
LGTM https://codereview.chromium.org/2222653002/diff/60001/ash/common/wm/immersive/wm_immersive_fullscreen_controller.h File ash/common/wm/immersive/wm_immersive_fullscreen_controller.h (right): https://codereview.chromium.org/2222653002/diff/60001/ash/common/wm/immersive/wm_immersive_fullscreen_controller.h#newcode1 ash/common/wm/immersive/wm_immersive_fullscreen_controller.h:1: // Copyright 2016 The Chromium Authors. All rights ...
4 years, 4 months ago (2016-08-05 23:40:36 UTC) #2
sky
https://codereview.chromium.org/2222653002/diff/60001/ash/common/wm/immersive/wm_immersive_fullscreen_controller.h File ash/common/wm/immersive/wm_immersive_fullscreen_controller.h (right): https://codereview.chromium.org/2222653002/diff/60001/ash/common/wm/immersive/wm_immersive_fullscreen_controller.h#newcode1 ash/common/wm/immersive/wm_immersive_fullscreen_controller.h:1: // Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-08-06 15:32:47 UTC) #3
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/2222653002/80001
4 years, 4 months ago (2016-08-06 15:33:30 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/64738)
4 years, 4 months ago (2016-08-06 15:39:03 UTC) #8
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/2222653002/100001
4 years, 4 months ago (2016-08-08 14:50:59 UTC) #11
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-08 15:40:15 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 15:42:14 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/2fabae9f0be45c9ec0d729dd0d527291f2702817
Cr-Commit-Position: refs/heads/master@{#410363}

Powered by Google App Engine
This is Rietveld 408576698