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

Issue 21592003: app_list: Show apps grid after installing from cws result. (Closed)

Created:
7 years, 4 months ago by xiyuan
Modified:
7 years, 4 months ago
Reviewers:
benwells
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

app_list: Show apps grid after installing from cws result. BUG=259517 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215331

Patch Set 1 #

Total comments: 10

Patch Set 2 : for #1 #

Patch Set 3 : plumb installed event via model/observer #

Patch Set 4 : happy mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M chrome/browser/ui/app_list/search/webstore_result.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/cocoa/apps_search_results_model_bridge.mm View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/search_result.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/search_result.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/search_result_list_view_delegate.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/search_result_observer.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_main_view.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ui/app_list/views/search_result_list_view.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/views/search_result_list_view.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ui/app_list/views/search_result_view.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/views/search_result_view.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/views/search_result_view_delegate.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
xiyuan
https://codereview.chromium.org/21592003/diff/1/chrome/browser/ui/views/app_list/app_list_controller_win.cc File chrome/browser/ui/views/app_list/app_list_controller_win.cc (left): https://codereview.chromium.org/21592003/diff/1/chrome/browser/ui/views/app_list/app_list_controller_win.cc#oldcode67 chrome/browser/ui/views/app_list/app_list_controller_win.cc:67: #endif Removed because it is already included around line ...
7 years, 4 months ago (2013-08-01 20:47:28 UTC) #1
benwells
https://codereview.chromium.org/21592003/diff/1/ash/wm/app_list_controller.cc File ash/wm/app_list_controller.cc (right): https://codereview.chromium.org/21592003/diff/1/ash/wm/app_list_controller.cc#newcode8 ash/wm/app_list_controller.cc:8: Nit: Why the new include? Is it for iwyu ...
7 years, 4 months ago (2013-08-01 22:53:12 UTC) #2
xiyuan
https://codereview.chromium.org/21592003/diff/1/ash/wm/app_list_controller.cc File ash/wm/app_list_controller.cc (right): https://codereview.chromium.org/21592003/diff/1/ash/wm/app_list_controller.cc#newcode8 ash/wm/app_list_controller.cc:8: On 2013/08/01 22:53:12, benwells wrote: > Nit: Why the ...
7 years, 4 months ago (2013-08-01 23:18:28 UTC) #3
tapted
drive-by: Would a valid alternative be to hook in to AppsGridView::EnsureViewVisible / AppsGridViewDelegate? That is, ...
7 years, 4 months ago (2013-08-01 23:28:27 UTC) #4
xiyuan
On 2013/08/01 23:28:27, tapted wrote: > drive-by: Would a valid alternative be to hook in ...
7 years, 4 months ago (2013-08-02 00:34:56 UTC) #5
benwells
On 2013/08/02 00:34:56, xiyuan wrote: > On 2013/08/01 23:28:27, tapted wrote: > > drive-by: Would ...
7 years, 4 months ago (2013-08-02 04:26:25 UTC) #6
benwells
And one nit on a nit ... https://codereview.chromium.org/21592003/diff/1/chrome/browser/ui/views/app_list/app_list_controller_win.cc File chrome/browser/ui/views/app_list/app_list_controller_win.cc (right): https://codereview.chromium.org/21592003/diff/1/chrome/browser/ui/views/app_list/app_list_controller_win.cc#newcode560 chrome/browser/ui/views/app_list/app_list_controller_win.cc:560: DCHECK(current_view_); On ...
7 years, 4 months ago (2013-08-02 04:26:41 UTC) #7
xiyuan
On 2013/08/02 04:26:25, benwells wrote: > On 2013/08/02 00:34:56, xiyuan wrote: > > On 2013/08/01 ...
7 years, 4 months ago (2013-08-02 04:53:24 UTC) #8
xiyuan
Revised to use model/observer to handle the installed event. Like the new approach better. Thanks. ...
7 years, 4 months ago (2013-08-02 05:20:00 UTC) #9
benwells
cool, lgtm :)
7 years, 4 months ago (2013-08-02 07:11:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xiyuan@chromium.org/21592003/39001
7 years, 4 months ago (2013-08-02 14:28:05 UTC) #11
commit-bot: I haz the power
7 years, 4 months ago (2013-08-02 18:48:36 UTC) #12
Message was sent while issue was closed.
Change committed as 215331

Powered by Google App Engine
This is Rietveld 408576698