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

Issue 715053003: Introduce system_info as an independent container. (Closed)

Created:
6 years, 1 month ago by Jun Mukai
Modified:
6 years, 1 month ago
Reviewers:
oshima
CC:
chromium-reviews, pkotwicz
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Introduce system_info as an independent container. - system info persists on the screen, not in the background - introduce a new container to overwrap with home card nicely - conflicting with overview windows doesn't look correct -- therefore its y-coordinate should be moved by the height of system info. - system_ui's "ColorScheme" isn't used anymore, since it's always white (LIGHT) colors in the latest mock. I'll create another CL to remove this. BUG=425724 R=oshima@chromium.org TEST=manually Committed: https://crrev.com/74e4514d19ace4a49f533f9eeb48019f078bd869 Cr-Commit-Position: refs/heads/master@{#304043}

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 3

Patch Set 3 : window animations #

Patch Set 4 : remove container deleter #

Patch Set 5 : fix #

Total comments: 2

Patch Set 6 : cleanup includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -50 lines) Patch
M athena/athena.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M athena/home/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M athena/home/home_card_constants.h View 1 chunk +0 lines, -3 lines 0 comments Download
M athena/home/home_card_constants.cc View 1 chunk +0 lines, -1 line 0 comments Download
M athena/home/home_card_unittest.cc View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
M athena/home/home_card_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M athena/system/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M athena/system/background_controller.cc View 1 3 chunks +1 line, -11 lines 0 comments Download
M athena/system/public/system_ui.h View 1 chunk +0 lines, -4 lines 0 comments Download
M athena/system/system_ui_impl.cc View 1 2 3 4 5 4 chunks +52 lines, -11 lines 0 comments Download
A + athena/util/athena_constants.h View 1 2 3 4 1 chunk +5 lines, -8 lines 0 comments Download
A + athena/util/athena_constants.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M athena/util/container_priorities.h View 1 chunk +1 line, -0 lines 0 comments Download
M athena/wm/window_overview_mode.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 14 (3 generated)
Jun Mukai
6 years, 1 month ago (2014-11-11 23:34:16 UTC) #1
oshima
https://codereview.chromium.org/715053003/diff/20001/athena/home/home_card_view.cc File athena/home/home_card_view.cc (right): https://codereview.chromium.org/715053003/diff/20001/athena/home/home_card_view.cc#newcode237 athena/home/home_card_view.cc:237: drag_indicator_bounds.Offset(0, kSystemUIHeight); This is ok for now, but we ...
6 years, 1 month ago (2014-11-12 20:35:03 UTC) #2
Jun Mukai
https://codereview.chromium.org/715053003/diff/20001/athena/system/system_ui_impl.cc File athena/system/system_ui_impl.cc (right): https://codereview.chromium.org/715053003/diff/20001/athena/system/system_ui_impl.cc#newcode164 athena/system/system_ui_impl.cc:164: base::Bind(&ClearSystemInfo, system_info_widget_))); On 2014/11/12 20:35:03, oshima wrote: > It's ...
6 years, 1 month ago (2014-11-12 21:39:58 UTC) #3
Jun Mukai
also removed the ContainerDeleter
6 years, 1 month ago (2014-11-12 22:08:33 UTC) #4
oshima
lgtm with a nit https://codereview.chromium.org/715053003/diff/80001/athena/system/system_ui_impl.cc File athena/system/system_ui_impl.cc (right): https://codereview.chromium.org/715053003/diff/80001/athena/system/system_ui_impl.cc#newcode29 athena/system/system_ui_impl.cc:29: #include "ui/wm/core/window_animations.h" nit: can you ...
6 years, 1 month ago (2014-11-12 22:38:10 UTC) #5
Jun Mukai
https://codereview.chromium.org/715053003/diff/80001/athena/system/system_ui_impl.cc File athena/system/system_ui_impl.cc (right): https://codereview.chromium.org/715053003/diff/80001/athena/system/system_ui_impl.cc#newcode29 athena/system/system_ui_impl.cc:29: #include "ui/wm/core/window_animations.h" On 2014/11/12 22:38:10, oshima wrote: > nit: ...
6 years, 1 month ago (2014-11-13 01:15:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/715053003/100001
6 years, 1 month ago (2014-11-13 01:17:31 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/21694)
6 years, 1 month ago (2014-11-13 01:53:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/715053003/100001
6 years, 1 month ago (2014-11-13 17:29:51 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-11-13 17:50:03 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 17:50:42 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/74e4514d19ace4a49f533f9eeb48019f078bd869
Cr-Commit-Position: refs/heads/master@{#304043}

Powered by Google App Engine
This is Rietveld 408576698