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

Issue 2225073002: [Chrome OS] Change layout of the launcher. (Closed)

Created:
4 years, 4 months ago by xdai1
Modified:
4 years, 4 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, tfarina, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, Matt Giuca
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chrome OS] Change layout of the launcher. - Add an additional row of "recent apps" to the launcher. - Add recently installed app to "recent apps" for quick discovery. BUG=633365 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/3f4de06f8aea12e28828adbdcd56307b228c0e2a Cr-Commit-Position: refs/heads/master@{#412072}

Patch Set 1 #

Total comments: 22

Patch Set 2 : Address xiyuan@'s comments #

Total comments: 1

Patch Set 3 : Address xiyuan@'s comments. #

Total comments: 16

Patch Set 4 : Address xiyuan@'s comments. #

Total comments: 3

Patch Set 5 : Initialize the variable in the header. #

Patch Set 6 : Include the header file... #

Patch Set 7 : Fix the failed unittest. #

Patch Set 8 : Fix the failed unittest. #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase & scale the Google Doodle image when it's too large. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -74 lines) Patch
M chrome/browser/resources/app_list/start_page.js View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/arc/arc_app_list_prefs.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc View 1 2 3 4 5 6 7 8 7 chunks +30 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_result.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_result.cc View 1 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider.cc View 1 5 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider_unittest.cc View 1 2 3 4 5 6 7 1 chunk +8 lines, -9 lines 0 comments Download
M ui/app_list/app_list_constants.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/app_list_constants.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/search/mixer.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M ui/app_list/search/mixer.cc View 1 2 3 3 chunks +4 lines, -6 lines 0 comments Download
M ui/app_list/search/mixer_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M ui/app_list/search_controller.h View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M ui/app_list/search_controller.cc View 1 2 3 4 4 chunks +7 lines, -10 lines 0 comments Download
M ui/app_list/views/all_apps_tile_item_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/views/all_apps_tile_item_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -2 lines 0 comments Download
M ui/app_list/views/start_page_view.cc View 1 2 3 4 5 6 7 8 9 7 chunks +63 lines, -28 lines 0 comments Download

Messages

Total messages: 41 (23 generated)
xdai1
xiyuan@, could you help review this CL please? Thanks!
4 years, 4 months ago (2016-08-08 16:49:26 UTC) #2
xiyuan
https://codereview.chromium.org/2225073002/diff/1/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc File chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc (right): https://codereview.chromium.org/2225073002/diff/1/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc#newcode626 chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc:626: if (GetInstallTime(app_id).is_null()) { nit: Document that |install_time| is the ...
4 years, 4 months ago (2016-08-08 18:02:15 UTC) #3
xdai1
xiyuan@, I've addressed your comments. Please take another look, thanks! https://codereview.chromium.org/2225073002/diff/1/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc File chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc (right): https://codereview.chromium.org/2225073002/diff/1/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc#newcode626 ...
4 years, 4 months ago (2016-08-08 21:25:38 UTC) #4
xdai1
https://codereview.chromium.org/2225073002/diff/1/ui/app_list/search/mixer.cc File ui/app_list/search/mixer.cc (right): https://codereview.chromium.org/2225073002/diff/1/ui/app_list/search/mixer.cc#newcode22 ui/app_list/search/mixer.cc:22: const size_t kMinResults = 9; On 2016/08/08 18:02:15, xiyuan ...
4 years, 4 months ago (2016-08-08 21:30:08 UTC) #5
xiyuan
https://codereview.chromium.org/2225073002/diff/1/ui/app_list/search/mixer.cc File ui/app_list/search/mixer.cc (right): https://codereview.chromium.org/2225073002/diff/1/ui/app_list/search/mixer.cc#newcode22 ui/app_list/search/mixer.cc:22: const size_t kMinResults = 9; On 2016/08/08 21:30:08, xdai1 ...
4 years, 4 months ago (2016-08-08 21:41:01 UTC) #6
xdai1
xiyuan@, I've addressed your comments. Please take another look at this CL, thanks!
4 years, 4 months ago (2016-08-09 17:34:21 UTC) #7
xiyuan
https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/search/mixer.cc File ui/app_list/search/mixer.cc (right): https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/search/mixer.cc#newcode146 ui/app_list/search/mixer.cc:146: size_t num_max_results = is_empty_query ? kNumStartPageTiles : kMinResults; Can ...
4 years, 4 months ago (2016-08-09 17:49:09 UTC) #8
xdai1
xiyuan@, I've addressed your comments. Please take another look, thanks! https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/search/mixer.cc File ui/app_list/search/mixer.cc (right): https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/search/mixer.cc#newcode146 ...
4 years, 4 months ago (2016-08-09 20:14:18 UTC) #9
xiyuan
lgtm https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/views/start_page_view.cc File ui/app_list/views/start_page_view.cc (right): https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/views/start_page_view.cc#newcode246 ui/app_list/views/start_page_view.cc:246: for (int col = 0; col < kNumStartPageTilesCols; ...
4 years, 4 months ago (2016-08-09 20:22:13 UTC) #10
xdai1
xiyuan@, thanks for the review! https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/views/start_page_view.cc File ui/app_list/views/start_page_view.cc (right): https://codereview.chromium.org/2225073002/diff/40001/ui/app_list/views/start_page_view.cc#newcode246 ui/app_list/views/start_page_view.cc:246: for (int col = ...
4 years, 4 months ago (2016-08-09 20:33:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2225073002/80001
4 years, 4 months ago (2016-08-09 20:34:07 UTC) #14
xiyuan
https://codereview.chromium.org/2225073002/diff/60001/ui/app_list/search_controller.cc File ui/app_list/search_controller.cc (right): https://codereview.chromium.org/2225073002/diff/60001/ui/app_list/search_controller.cc#newcode36 ui/app_list/search_controller.cc:36: query_for_recommendation_(false), On 2016/08/09 20:33:06, xdai1 wrote: > On 2016/08/09 ...
4 years, 4 months ago (2016-08-09 20:34:33 UTC) #15
xdai1
On 2016/08/09 20:34:33, xiyuan wrote: > https://codereview.chromium.org/2225073002/diff/60001/ui/app_list/search_controller.cc > File ui/app_list/search_controller.cc (right): > > https://codereview.chromium.org/2225073002/diff/60001/ui/app_list/search_controller.cc#newcode36 > ...
4 years, 4 months ago (2016-08-09 20:41:21 UTC) #16
xiyuan
On 2016/08/09 20:41:21, xdai1 wrote: > ....Sorry! Not sure why it happened... Is there any ...
4 years, 4 months ago (2016-08-09 20:57:39 UTC) #17
xdai1
On 2016/08/09 20:57:39, xiyuan wrote: > On 2016/08/09 20:41:21, xdai1 wrote: > > ....Sorry! Not ...
4 years, 4 months ago (2016-08-09 21:00:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2225073002/180001
4 years, 4 months ago (2016-08-15 22:19:49 UTC) #38
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 4 months ago (2016-08-15 22:24:00 UTC) #39
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 22:27:41 UTC) #41
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/3f4de06f8aea12e28828adbdcd56307b228c0e2a
Cr-Commit-Position: refs/heads/master@{#412072}

Powered by Google App Engine
This is Rietveld 408576698