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

Issue 10900018: Introduce App Launcher for Windows. (Closed)

Created:
8 years, 3 months ago by benwells
Modified:
8 years, 3 months ago
CC:
chromium-reviews, msw+watch_chromium.org, sadrul, ben+watch_chromium.org, tfarina, oshima+watch_chromium.org, alicet1
Visibility:
Public.

Description

Introduce App Launcher for Windows. The app launcher / app list has been available in ChromeOS for a while, this patch brings an initial version to Windows as well. To use the app launcher run Chrome with the command line switch --show-app-list. BUG=138632 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155748

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 50

Patch Set 3 : Rebase #

Patch Set 4 : First round of feedback #

Total comments: 16

Patch Set 5 : Rebase #

Patch Set 6 : Second round of feedback #

Patch Set 7 : Rebase #

Patch Set 8 : Compile after merge #

Patch Set 9 : compile for non-win non-cros #

Patch Set 10 : compile on cros #

Patch Set 11 : ash_unittests compile #

Patch Set 12 : win_aura compile #

Patch Set 13 : Fix for chromeos test #

Patch Set 14 : Rebase gyp file for ui extraction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -6 lines) Patch
M ash/shell/app_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
M ash/wm/app_list_controller.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller.h View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/app_list_controller.cc View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/apps_model_builder.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_controller_ash.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_controller_ash.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/app_list/app_list_controller_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +131 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +13 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/app_list_bubble_border.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -2 lines 0 comments Download
M ui/app_list/app_list_view.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view.cc View 1 2 3 4 5 6 7 5 chunks +17 lines, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M ui/app_list/apps_grid_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_delegate.h View 1 2 3 4 2 chunks +11 lines, -1 line 0 comments Download
M ui/views/bubble/bubble_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
benwells
8 years, 3 months ago (2012-08-29 05:15:25 UTC) #1
msw
Drive-by nits. http://codereview.chromium.org/10900018/diff/8001/chrome/browser/ui/app_list/app_list_controller.cc File chrome/browser/ui/app_list/app_list_controller.cc (right): http://codereview.chromium.org/10900018/diff/8001/chrome/browser/ui/app_list/app_list_controller.cc#newcode9 chrome/browser/ui/app_list/app_list_controller.cc:9: namespace app_list_controller { nit: add blank lines ...
8 years, 3 months ago (2012-08-29 08:02:35 UTC) #2
xiyuan
http://codereview.chromium.org/10900018/diff/8001/chrome/browser/ui/app_list/app_list_controller.h File chrome/browser/ui/app_list/app_list_controller.h (right): http://codereview.chromium.org/10900018/diff/8001/chrome/browser/ui/app_list/app_list_controller.h#newcode41 chrome/browser/ui/app_list/app_list_controller.h:41: namespace app_list_controller { nit: insert blank line after "namespace ...
8 years, 3 months ago (2012-08-29 17:39:15 UTC) #3
benwells
Thanks for all the feedback! A heads up on planned changes once / if this ...
8 years, 3 months ago (2012-08-30 06:51:30 UTC) #4
xiyuan
LGTM with nits I have committed http://codereview.chromium.org/10890049 last night that turns on layer for AppListItemView ...
8 years, 3 months ago (2012-08-30 16:50:51 UTC) #5
benwells
On 2012/08/30 16:50:51, xiyuan wrote: > LGTM with nits > > I have committed http://codereview.chromium.org/10890049 ...
8 years, 3 months ago (2012-08-31 07:25:13 UTC) #6
msw
LGTM with nits. http://codereview.chromium.org/10900018/diff/15005/chrome/browser/ui/app_list/app_list_controller.h File chrome/browser/ui/app_list/app_list_controller.h (right): http://codereview.chromium.org/10900018/diff/15005/chrome/browser/ui/app_list/app_list_controller.h#newcode43 chrome/browser/ui/app_list/app_list_controller.h:43: void ShowAppList(); nit: add comment. http://codereview.chromium.org/10900018/diff/15005/chrome/browser/ui/views/app_list/app_list_controller_win.cc ...
8 years, 3 months ago (2012-08-31 09:16:58 UTC) #7
benwells
Nits addressed. I could see no problems on Windows re gaps between the content and ...
8 years, 3 months ago (2012-09-04 04:47:59 UTC) #8
xiyuan
On 2012/09/04 04:47:59, benwells wrote: > Nits addressed. > > I could see no problems ...
8 years, 3 months ago (2012-09-04 18:08:22 UTC) #9
Ben Goodger (Google)
lgtm
8 years, 3 months ago (2012-09-04 23:21:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10900018/19006
8 years, 3 months ago (2012-09-04 23:29:25 UTC) #11
commit-bot: I haz the power
Presubmit check for 10900018-19006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-04 23:29:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10900018/24020
8 years, 3 months ago (2012-09-06 06:33:17 UTC) #13
commit-bot: I haz the power
Try job failure for 10900018-24020 (retry) on linux_chromeos for step "browser_tests". It's a second try, ...
8 years, 3 months ago (2012-09-06 10:17:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10900018/23092
8 years, 3 months ago (2012-09-10 10:14:45 UTC) #15
commit-bot: I haz the power
8 years, 3 months ago (2012-09-10 16:43:06 UTC) #16
Change committed as 155748

Powered by Google App Engine
This is Rietveld 408576698