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

Issue 10534051: app_list: Add transition for apps grid and search results. (Closed)

Created:
8 years, 6 months ago by xiyuan
Modified:
8 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

app_list: Add transition for apps grid and search results. - Add a push animation for apps/search transition; - Refactoring to host apps grid and search results in ContentsView; - Simplify bubble background painting; BUG=129772 TEST=Verify that when user starts to type, search results "push down" apps and when query is cleared, apps "push up" search results; Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141298

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : for comments in #2 #

Patch Set 4 : piggyback to update bubble shadow #

Total comments: 5

Patch Set 5 : rebase + fix nit in #4 #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -230 lines) Patch
M ui/app_list/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/app_list_bubble_border.h View 3 chunks +3 lines, -11 lines 0 comments Download
M ui/app_list/app_list_bubble_border.cc View 1 2 3 3 chunks +17 lines, -56 lines 0 comments Download
M ui/app_list/app_list_view.h View 3 chunks +3 lines, -14 lines 0 comments Download
M ui/app_list/app_list_view.cc View 1 2 3 4 5 8 chunks +15 lines, -115 lines 0 comments Download
A ui/app_list/contents_view.h View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A ui/app_list/contents_view.cc View 1 2 3 4 1 chunk +194 lines, -0 lines 0 comments Download
M ui/app_list/search_box_view.h View 2 chunks +5 lines, -4 lines 0 comments Download
M ui/app_list/search_box_view.cc View 2 chunks +3 lines, -9 lines 0 comments Download
M ui/app_list/search_result_list_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/app_list/search_result_list_view.cc View 2 chunks +18 lines, -18 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
xiyuan
8 years, 6 months ago (2012-06-07 21:41:44 UTC) #1
tfarina
http://codereview.chromium.org/10534051/diff/2001/ui/app_list/contents_view.h File ui/app_list/contents_view.h (right): http://codereview.chromium.org/10534051/diff/2001/ui/app_list/contents_view.h#newcode28 ui/app_list/contents_view.h:28: class APP_LIST_EXPORT ContentsView : public views::View { is this ...
8 years, 6 months ago (2012-06-07 22:16:19 UTC) #2
xiyuan
http://codereview.chromium.org/10534051/diff/2001/ui/app_list/contents_view.h File ui/app_list/contents_view.h (right): http://codereview.chromium.org/10534051/diff/2001/ui/app_list/contents_view.h#newcode28 ui/app_list/contents_view.h:28: class APP_LIST_EXPORT ContentsView : public views::View { On 2012/06/07 ...
8 years, 6 months ago (2012-06-07 22:24:10 UTC) #3
sky
LGTM http://codereview.chromium.org/10534051/diff/1015/ui/app_list/contents_view.h File ui/app_list/contents_view.h (right): http://codereview.chromium.org/10534051/diff/1015/ui/app_list/contents_view.h#newcode61 ui/app_list/contents_view.h:61: scoped_ptr<views::ViewModel> view_model_; Since you create these in the ...
8 years, 6 months ago (2012-06-08 02:57:25 UTC) #4
tfarina
http://codereview.chromium.org/10534051/diff/1015/ui/app_list/contents_view.cc File ui/app_list/contents_view.cc (right): http://codereview.chromium.org/10534051/diff/1015/ui/app_list/contents_view.cc#newcode50 ui/app_list/contents_view.cc:50: bounds_animator_.reset(new views::BoundsAnimator(this)); nit: you should probably initialize this in ...
8 years, 6 months ago (2012-06-08 04:18:51 UTC) #5
xiyuan
http://codereview.chromium.org/10534051/diff/1015/ui/app_list/contents_view.cc File ui/app_list/contents_view.cc (right): http://codereview.chromium.org/10534051/diff/1015/ui/app_list/contents_view.cc#newcode50 ui/app_list/contents_view.cc:50: bounds_animator_.reset(new views::BoundsAnimator(this)); On 2012/06/08 04:18:51, tfarina wrote: > nit: ...
8 years, 6 months ago (2012-06-08 16:16:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xiyuan@chromium.org/10534051/8013
8 years, 6 months ago (2012-06-08 19:12:40 UTC) #7
commit-bot: I haz the power
Failed to apply patch for ui/app_list/app_list_view.cc: While running patch -p1 --forward --force; patching file ui/app_list/app_list_view.cc ...
8 years, 6 months ago (2012-06-08 19:12:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xiyuan@chromium.org/10534051/13003
8 years, 6 months ago (2012-06-08 19:16:38 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-08 22:06:40 UTC) #10
Change committed as 141298

Powered by Google App Engine
This is Rietveld 408576698