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

Issue 441873004: App list: Infrastructure now supports multiple custom launcher pages. (Closed)

Created:
6 years, 4 months ago by Matt Giuca
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, kalyank, sadrul, ben+ash_chromium.org, tfarina
Project:
chromium
Visibility:
Public.

Description

App list: Infrastructure now supports multiple custom launcher pages. AppListTestViewDelegate::CreateCustomPageWebViews now returns a vector of views, not a single view. AppListViewDelegate is now able to generate multiple custom launcher pages which will all be inserted into the launcher (but currently only ever produces a single one, from the --custom-launcher-page switch). BUG=399131 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288975

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 4

Patch Set 3 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -46 lines) Patch
M ash/shell/app_list.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M athena/home/app_list_view_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M athena/home/app_list_view_delegate.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 chunks +52 lines, -28 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 chunk +4 lines, -3 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ui/app_list/views/contents_view.cc View 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Matt Giuca
derat@chromium.org: Please review changes in ash/shell/app_list.cc. mukai@chromium.org: Please review changes in athena/home/app_list_view_delegate.h. calamity@chromium.org: Please review ...
6 years, 4 months ago (2014-08-05 07:53:28 UTC) #1
Daniel Erat
lgtm for ash/shell/app_list.cc
6 years, 4 months ago (2014-08-05 16:12:20 UTC) #2
Jun Mukai
athena lgtm
6 years, 4 months ago (2014-08-05 22:48:03 UTC) #3
calamity
https://codereview.chromium.org/441873004/diff/20001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/441873004/diff/20001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode180 chrome/browser/ui/app_list/app_list_view_delegate.cc:180: std::string extension_id = id->host(); it->host()? https://codereview.chromium.org/441873004/diff/20001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode183 chrome/browser/ui/app_list/app_list_view_delegate.cc:183: scoped_ptr<apps::AppDelegate>(new ChromeAppDelegate), ...
6 years, 4 months ago (2014-08-11 05:35:27 UTC) #4
Matt Giuca
https://codereview.chromium.org/441873004/diff/20001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/441873004/diff/20001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode180 chrome/browser/ui/app_list/app_list_view_delegate.cc:180: std::string extension_id = id->host(); On 2014/08/11 05:35:26, calamity wrote: ...
6 years, 4 months ago (2014-08-11 06:14:05 UTC) #5
calamity
lgtm.
6 years, 4 months ago (2014-08-12 01:02:25 UTC) #6
Matt Giuca
The CQ bit was checked by mgiuca@chromium.org
6 years, 4 months ago (2014-08-12 04:01:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mgiuca@chromium.org/441873004/40001
6 years, 4 months ago (2014-08-12 04:02:04 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-12 07:44:50 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 15:19:03 UTC) #10
Message was sent while issue was closed.
Change committed as 288975

Powered by Google App Engine
This is Rietveld 408576698