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

Issue 380613002: Experimental app list: Added a current page indicator to the launcher. (Closed)

Created:
6 years, 5 months ago by kcarattini
Modified:
6 years, 5 months ago
Reviewers:
calamity, Nico, Matt Giuca
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Experimental app list: Added a current page indicator to the launcher. Adds a current page indicator to the launcher when the experimental app launcher is enabled. BUG=391642 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282335 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282586

Patch Set 1 #

Total comments: 21

Patch Set 2 : Adjusted according to review comments. #

Patch Set 3 : Fixed spelling mistake #

Total comments: 6

Patch Set 4 : Changes lanuch indicator change to start of transition animation #

Total comments: 2

Patch Set 5 : removed slow transition #

Total comments: 17

Patch Set 6 : Responded to review comments #

Total comments: 2

Patch Set 7 : Removed static initializer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -11 lines) Patch
M ui/app_list/app_list_constants.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/app_list_constants.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_background.cc View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/contents_switcher_view.h View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M ui/app_list/views/contents_switcher_view.cc View 1 2 3 4 5 6 3 chunks +76 lines, -3 lines 0 comments Download
M ui/app_list/views/contents_view.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M ui/app_list/views/contents_view.cc View 1 2 3 4 5 3 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
kcarattini
6 years, 5 months ago (2014-07-09 05:10:11 UTC) #1
calamity
Views stuff looks mostly good. +mgiuca: Do you think ContentsSwitcherView should be made into its ...
6 years, 5 months ago (2014-07-09 05:50:19 UTC) #2
kcarattini
https://codereview.chromium.org/380613002/diff/1/ui/app_list/views/app_list_background.cc File ui/app_list/views/app_list_background.cc (right): https://codereview.chromium.org/380613002/diff/1/ui/app_list/views/app_list_background.cc#newcode92 ui/app_list/views/app_list_background.cc:92: // separator rect. On 2014/07/09 05:50:18, calamity wrote: > ...
6 years, 5 months ago (2014-07-09 06:45:22 UTC) #3
Matt Giuca
> +mgiuca: Do you think ContentsSwitcherView should be made into its own > PaginationModelObserver here? ...
6 years, 5 months ago (2014-07-09 07:01:20 UTC) #4
chromium-reviews
Hmm I thought I'd fixed the typo already. Is that not the case? Kendra On ...
6 years, 5 months ago (2014-07-09 07:23:26 UTC) #5
Matt Giuca
On 2014/07/09 07:23:26, chromium-reviews wrote: > Hmm I thought I'd fixed the typo already. Is ...
6 years, 5 months ago (2014-07-09 07:36:46 UTC) #6
calamity
One other thing, you should hook the change to TransitionStarted() so that the blue line ...
6 years, 5 months ago (2014-07-09 08:02:54 UTC) #7
kcarattini
Dona all. PTAL. https://codereview.chromium.org/380613002/diff/40001/ui/app_list/views/contents_view.cc File ui/app_list/views/contents_view.cc (right): https://codereview.chromium.org/380613002/diff/40001/ui/app_list/views/contents_view.cc#newcode251 ui/app_list/views/contents_view.cc:251: contents_switcher_view_->AddSwitcherButton(resource_id, page_index); On 2014/07/09 08:02:54, calamity ...
6 years, 5 months ago (2014-07-10 03:33:27 UTC) #8
calamity
Excellent. Things will be much easier when we inevitably have to change the animation. https://codereview.chromium.org/380613002/diff/60001/ui/app_list/views/contents_view.cc ...
6 years, 5 months ago (2014-07-10 03:59:36 UTC) #9
Matt Giuca
lgtm w nits. https://codereview.chromium.org/380613002/diff/80001/ui/app_list/pagination_model.cc File ui/app_list/pagination_model.cc (right): https://codereview.chromium.org/380613002/diff/80001/ui/app_list/pagination_model.cc#newcode232 ui/app_list/pagination_model.cc:232: SetTransition(transition); You can revert this change ...
6 years, 5 months ago (2014-07-10 05:31:03 UTC) #10
kcarattini
https://codereview.chromium.org/380613002/diff/80001/ui/app_list/views/contents_switcher_view.cc File ui/app_list/views/contents_switcher_view.cc (right): https://codereview.chromium.org/380613002/diff/80001/ui/app_list/views/contents_switcher_view.cc#newcode19 ui/app_list/views/contents_switcher_view.cc:19: const int kPageIndicatorHeight = 1; On 2014/07/10 03:59:36, calamity ...
6 years, 5 months ago (2014-07-10 06:07:46 UTC) #11
calamity
lgtm
6 years, 5 months ago (2014-07-10 06:29:30 UTC) #12
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 5 months ago (2014-07-10 06:31:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/380613002/100001
6 years, 5 months ago (2014-07-10 06:33:10 UTC) #14
commit-bot: I haz the power
Change committed as 282335
6 years, 5 months ago (2014-07-10 16:02:57 UTC) #15
Nico
https://codereview.chromium.org/380613002/diff/100001/ui/app_list/views/contents_switcher_view.cc File ui/app_list/views/contents_switcher_view.cc (right): https://codereview.chromium.org/380613002/diff/100001/ui/app_list/views/contents_switcher_view.cc#newcode21 ui/app_list/views/contents_switcher_view.cc:21: kButtonImageSize + kContentsSwitcherSeparatorHeight; Since kButtonImageSize or kCntentsSwitcherSeparatorHeight aren't defined ...
6 years, 5 months ago (2014-07-10 18:01:16 UTC) #16
Nico
A revert of this CL has been created in https://codereview.chromium.org/384803003/ by thakis@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-10 18:01:35 UTC) #17
kcarattini
https://codereview.chromium.org/380613002/diff/100001/ui/app_list/views/contents_switcher_view.cc File ui/app_list/views/contents_switcher_view.cc (right): https://codereview.chromium.org/380613002/diff/100001/ui/app_list/views/contents_switcher_view.cc#newcode21 ui/app_list/views/contents_switcher_view.cc:21: kButtonImageSize + kContentsSwitcherSeparatorHeight; On 2014/07/10 18:01:16, Nico (away) wrote: ...
6 years, 5 months ago (2014-07-11 01:00:10 UTC) #18
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 5 months ago (2014-07-11 01:02:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/380613002/120001
6 years, 5 months ago (2014-07-11 01:05:05 UTC) #20
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 08:16:49 UTC) #21
Message was sent while issue was closed.
Change committed as 282586

Powered by Google App Engine
This is Rietveld 408576698