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

Issue 98373006: Animating docked background in sync with shelf (Closed)

Created:
7 years ago by varkha
Modified:
7 years ago
Reviewers:
oshima
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Animating docked background in sync with shelf BUG=267582 TEST=Visual. Dock a window. Verify that docked background is same as the launcher background. Open a second browser window. Maximize it. Verify that both docked background and the shelf background become opaque black. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239284

Patch Set 1 : Animating docked background in sync with shelf #

Total comments: 12

Patch Set 2 : Animating docked background in sync with shelf (corner) #

Total comments: 6

Patch Set 3 : Animating docked background in sync with shelf (comments) #

Patch Set 4 : Animating docked background in sync with shelf (clang warning) #

Patch Set 5 : Animating docked background in sync with shelf (rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -81 lines) Patch
M ash/launcher/launcher_types.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M ash/launcher/launcher_types.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/resources/ash_resources.grd View 1 1 chunk +1 line, -0 lines 0 comments Download
A ash/resources/default_100_percent/common/launcher/launcher_corner.png View 1 Binary file 0 comments Download
A ash/resources/default_200_percent/common/launcher/launcher_corner.png View 1 Binary file 0 comments Download
M ash/shelf/background_animator.h View 1 2 3 chunks +8 lines, -7 lines 0 comments Download
M ash/shelf/background_animator.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 7 chunks +12 lines, -10 lines 0 comments Download
M ash/shelf/shelf_layout_manager_observer.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ash/shelf/shelf_widget.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M ash/shelf/shelf_widget.cc View 1 2 6 chunks +48 lines, -15 lines 0 comments Download
M ash/system/tray/tray_background_view.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M ash/system/tray/tray_background_view.cc View 1 2 3 4 4 chunks +9 lines, -10 lines 0 comments Download
M ash/wm/dock/docked_window_layout_manager.h View 1 5 chunks +9 lines, -1 line 0 comments Download
M ash/wm/dock/docked_window_layout_manager.cc View 1 2 3 13 chunks +136 lines, -26 lines 0 comments Download
M ash/wm/workspace_controller.cc View 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
varkha
oshima@, I am still working on this but could you please take a look? With ...
7 years ago (2013-12-05 05:59:43 UTC) #1
varkha
+oshima@
7 years ago (2013-12-05 06:00:33 UTC) #2
oshima
https://codereview.chromium.org/98373006/diff/80001/ash/shelf/shelf_layout_manager_observer.h File ash/shelf/shelf_layout_manager_observer.h (right): https://codereview.chromium.org/98373006/diff/80001/ash/shelf/shelf_layout_manager_observer.h#newcode38 ash/shelf/shelf_layout_manager_observer.h:38: internal::BackgroundAnimator::ChangeType change_type) {} having internal class in non internal ...
7 years ago (2013-12-05 18:47:03 UTC) #3
varkha
Thanks, PTAL. I have uploaded the two images but I will probably need to ask ...
7 years ago (2013-12-05 21:14:16 UTC) #4
oshima
https://codereview.chromium.org/98373006/diff/160001/ash/shelf/background_animator.h File ash/shelf/background_animator.h (right): https://codereview.chromium.org/98373006/diff/160001/ash/shelf/background_animator.h#newcode17 ash/shelf/background_animator.h:17: CHANGE_ANIMATE, BACKGROUND_CHANGE_ANIMATE BACKGROUND_CHANGE_IMMEDIATE https://codereview.chromium.org/98373006/diff/160001/ash/shelf/shelf_layout_manager.h File ash/shelf/shelf_layout_manager.h (right): https://codereview.chromium.org/98373006/diff/160001/ash/shelf/shelf_layout_manager.h#newcode126 ash/shelf/shelf_layout_manager.h:126: ...
7 years ago (2013-12-05 22:51:00 UTC) #5
varkha
https://codereview.chromium.org/98373006/diff/160001/ash/shelf/background_animator.h File ash/shelf/background_animator.h (right): https://codereview.chromium.org/98373006/diff/160001/ash/shelf/background_animator.h#newcode17 ash/shelf/background_animator.h:17: CHANGE_ANIMATE, On 2013/12/05 22:51:01, oshima wrote: > BACKGROUND_CHANGE_ANIMATE > ...
7 years ago (2013-12-05 23:42:05 UTC) #6
oshima
lgtm can you file a bug to optimize background drawing using layer? https://codereview.chromium.org/98373006/diff/160001/ash/shelf/shelf_layout_manager.h File ash/shelf/shelf_layout_manager.h ...
7 years ago (2013-12-06 00:10:21 UTC) #7
varkha
https://codereview.chromium.org/98373006/diff/160001/ash/shelf/shelf_layout_manager.h File ash/shelf/shelf_layout_manager.h (right): https://codereview.chromium.org/98373006/diff/160001/ash/shelf/shelf_layout_manager.h#newcode126 ash/shelf/shelf_layout_manager.h:126: const gfx::Rect& dock_bounds() { return dock_bounds_; } It currently ...
7 years ago (2013-12-06 00:20:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/98373006/210001
7 years ago (2013-12-06 04:14:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/98373006/230001
7 years ago (2013-12-06 13:54:57 UTC) #10
commit-bot: I haz the power
Failed to apply patch for ash/launcher/launcher_types.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-06 13:55:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/98373006/270001
7 years ago (2013-12-06 15:14:56 UTC) #12
commit-bot: I haz the power
Retried try job too often on android_aosp for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_aosp&number=32616
7 years ago (2013-12-06 15:48:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/98373006/270001
7 years ago (2013-12-06 16:22:52 UTC) #14
commit-bot: I haz the power
Retried try job too often on android_aosp for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_aosp&number=32644
7 years ago (2013-12-06 16:44:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varkha@chromium.org/98373006/270001
7 years ago (2013-12-06 19:37:36 UTC) #16
commit-bot: I haz the power
7 years ago (2013-12-07 01:00:15 UTC) #17
Message was sent while issue was closed.
Change committed as 239284

Powered by Google App Engine
This is Rietveld 408576698