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

Issue 140203003: Implement animation UI for opening/closing an app list folder. (Closed)

Created:
6 years, 11 months ago by jennyz
Modified:
6 years, 11 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Visibility:
Public.

Description

Implement animation UI for opening/closing an app list folder. BUG=332506 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245314

Patch Set 1 #

Total comments: 24

Patch Set 2 : Address code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+419 lines, -46 lines) Patch
M ui/app_list/app_list_constants.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/app_list_constants.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M ui/app_list/app_list_folder_item.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M ui/app_list/app_list_folder_item.cc View 1 7 chunks +52 lines, -30 lines 0 comments Download
M ui/app_list/views/app_list_folder_view.h View 1 3 chunks +14 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_folder_view.cc View 1 5 chunks +53 lines, -1 line 0 comments Download
M ui/app_list/views/app_list_item_view.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_item_view.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M ui/app_list/views/apps_container_view.h View 1 4 chunks +37 lines, -3 lines 0 comments Download
M ui/app_list/views/apps_container_view.cc View 1 5 chunks +164 lines, -5 lines 0 comments Download
M ui/app_list/views/apps_grid_view.h View 1 6 chunks +22 lines, -1 line 0 comments Download
M ui/app_list/views/apps_grid_view.cc View 1 5 chunks +41 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
jennyz
6 years, 11 months ago (2014-01-15 23:32:53 UTC) #1
xiyuan
Mostly nits. https://codereview.chromium.org/140203003/diff/1/ui/app_list/app_list_folder_item.cc File ui/app_list/app_list_folder_item.cc (right): https://codereview.chromium.org/140203003/diff/1/ui/app_list/app_list_folder_item.cc#newcode62 ui/app_list/app_list_folder_item.cc:62: AppListFolderItem::GetTopIconsBounds(gfx::Rect(size())); nit: gfx::Rect(size()) -> GetLocalBounds() https://codereview.chromium.org/140203003/diff/1/ui/app_list/app_list_folder_item.h File ...
6 years, 11 months ago (2014-01-16 01:46:48 UTC) #2
jennyz
https://codereview.chromium.org/140203003/diff/1/ui/app_list/app_list_folder_item.cc File ui/app_list/app_list_folder_item.cc (right): https://codereview.chromium.org/140203003/diff/1/ui/app_list/app_list_folder_item.cc#newcode62 ui/app_list/app_list_folder_item.cc:62: AppListFolderItem::GetTopIconsBounds(gfx::Rect(size())); On 2014/01/16 01:46:48, xiyuan wrote: > nit: gfx::Rect(size()) ...
6 years, 11 months ago (2014-01-16 17:49:52 UTC) #3
xiyuan
lgtm
6 years, 11 months ago (2014-01-16 18:14:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennyz@chromium.org/140203003/230001
6 years, 11 months ago (2014-01-16 18:46:57 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 20:59:42 UTC) #6
Message was sent while issue was closed.
Change committed as 245314

Powered by Google App Engine
This is Rietveld 408576698