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

Issue 186483004: Add a skeleton Start Page to the experimental app list. (Closed)

Created:
6 years, 9 months ago by calamity
Modified:
6 years, 7 months ago
Reviewers:
tapted, xiyuan
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@ares_change_experimental_animation
Visibility:
Public.

Description

Add a skeleton Start Page to the experimental app list. This CL adds a basic version of a start page to the experimental app list. This page contains a WebView that displays the Google Logo and a grey bar which are currently only placeholders. This CL also modifies the StartPage WebUI to have the google logo. BUG=349727 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269752

Patch Set 1 : #

Total comments: 23

Patch Set 2 : rebase #

Patch Set 3 : rework #

Total comments: 14

Patch Set 4 : rebase with suggestions #

Patch Set 5 : rebase again #

Total comments: 21

Patch Set 6 : address commnets #

Total comments: 6

Patch Set 7 : address comments #

Total comments: 14

Patch Set 8 : address comments, get rid of bad merge #

Patch Set 9 : address comments #

Total comments: 10

Patch Set 10 : fix nits, change how we clear the search box #

Patch Set 11 : fix initialization order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -6 lines) Patch
M chrome/browser/resources/app_list/start_page.css View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/resources/app_list/start_page.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service_factory.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_main_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M ui/app_list/views/contents_switcher_view.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M ui/app_list/views/contents_view.h View 1 2 3 4 5 6 7 8 9 4 chunks +9 lines, -1 line 0 comments Download
M ui/app_list/views/contents_view.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +27 lines, -0 lines 0 comments Download
A ui/app_list/views/start_page_view.h View 1 2 3 4 5 6 7 1 chunk +44 lines, -0 lines 0 comments Download
A ui/app_list/views/start_page_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +97 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
calamity
6 years, 9 months ago (2014-03-07 06:10:01 UTC) #1
tapted
This needs some tests :). There might be some infrastructure you can leverage from the ...
6 years, 9 months ago (2014-03-10 02:41:54 UTC) #2
calamity
https://codereview.chromium.org/186483004/diff/60001/chrome/browser/resources/app_list/start_page.html File chrome/browser/resources/app_list/start_page.html (right): https://codereview.chromium.org/186483004/diff/60001/chrome/browser/resources/app_list/start_page.html#newcode17 chrome/browser/resources/app_list/start_page.html:17: <img id="logo" src="chrome://app-list/images/2x/google_logo.png"> On 2014/03/10 02:41:54, tapted wrote: > ...
6 years, 9 months ago (2014-03-14 07:50:01 UTC) #3
xiyuan
https://codereview.chromium.org/186483004/diff/60001/chrome/browser/resources/app_list/start_page.html File chrome/browser/resources/app_list/start_page.html (right): https://codereview.chromium.org/186483004/diff/60001/chrome/browser/resources/app_list/start_page.html#newcode17 chrome/browser/resources/app_list/start_page.html:17: <img id="logo" src="chrome://app-list/images/2x/google_logo.png"> On 2014/03/14 07:50:02, calamity wrote: > ...
6 years, 9 months ago (2014-03-14 17:00:54 UTC) #4
calamity
Finally got back on this. Rebased this on top of the local NTP change. https://codereview.chromium.org/186483004/diff/140001/chrome/browser/about_flags.cc ...
6 years, 7 months ago (2014-05-07 06:11:51 UTC) #5
tapted
there might be a better way to do the layout.. I'll defer to xiyuan on ...
6 years, 7 months ago (2014-05-07 08:19:17 UTC) #6
xiyuan
https://codereview.chromium.org/186483004/diff/180001/ui/app_list/views/contents_view.cc File ui/app_list/views/contents_view.cc (right): https://codereview.chromium.org/186483004/diff/180001/ui/app_list/views/contents_view.cc#newcode98 ui/app_list/views/contents_view.cc:98: if (apps_container_view_->app_list_folder_view() On 2014/05/07 08:19:17, tapted wrote: > oops ...
6 years, 7 months ago (2014-05-07 17:32:16 UTC) #7
calamity
https://codereview.chromium.org/186483004/diff/180001/ui/app_list/views/contents_view.cc File ui/app_list/views/contents_view.cc (right): https://codereview.chromium.org/186483004/diff/180001/ui/app_list/views/contents_view.cc#newcode98 ui/app_list/views/contents_view.cc:98: if (apps_container_view_->app_list_folder_view() On 2014/05/07 17:32:16, xiyuan wrote: > On ...
6 years, 7 months ago (2014-05-08 07:46:32 UTC) #8
tapted
https://codereview.chromium.org/186483004/diff/220001/ui/app_list/views/app_list_main_view.cc File ui/app_list/views/app_list_main_view.cc (right): https://codereview.chromium.org/186483004/diff/220001/ui/app_list/views/app_list_main_view.cc#newcode25 ui/app_list/views/app_list_main_view.cc:25: #include "ui/app_list/views/contents_view.h" nit: no longer needed https://codereview.chromium.org/186483004/diff/220001/ui/app_list/views/contents_view.cc File ui/app_list/views/contents_view.cc ...
6 years, 7 months ago (2014-05-08 08:19:49 UTC) #9
calamity
https://codereview.chromium.org/186483004/diff/220001/ui/app_list/views/app_list_main_view.cc File ui/app_list/views/app_list_main_view.cc (right): https://codereview.chromium.org/186483004/diff/220001/ui/app_list/views/app_list_main_view.cc#newcode25 ui/app_list/views/app_list_main_view.cc:25: #include "ui/app_list/views/contents_view.h" On 2014/05/08 08:19:50, tapted wrote: > nit: ...
6 years, 7 months ago (2014-05-08 08:31:31 UTC) #10
tapted
https://codereview.chromium.org/186483004/diff/240001/ui/app_list/views/start_page_view.cc File ui/app_list/views/start_page_view.cc (right): https://codereview.chromium.org/186483004/diff/240001/ui/app_list/views/start_page_view.cc#newcode121 ui/app_list/views/start_page_view.cc:121: AddChildView(items_container_); I think your branches are still a little ...
6 years, 7 months ago (2014-05-08 10:15:21 UTC) #11
xiyuan
https://codereview.chromium.org/186483004/diff/240001/ui/app_list/views/contents_view.cc File ui/app_list/views/contents_view.cc (right): https://codereview.chromium.org/186483004/diff/240001/ui/app_list/views/contents_view.cc#newcode18 ui/app_list/views/contents_view.cc:18: #include "ui/app_list/views/search_box_view.h" nit: do we still need this? https://codereview.chromium.org/186483004/diff/240001/ui/app_list/views/contents_view.cc#newcode127 ...
6 years, 7 months ago (2014-05-08 16:17:48 UTC) #12
calamity
Refreshed the whole branch >_> Hopefully the extraneous changes are gone. https://codereview.chromium.org/186483004/diff/240001/ui/app_list/views/contents_view.cc File ui/app_list/views/contents_view.cc (right): ...
6 years, 7 months ago (2014-05-09 07:09:39 UTC) #13
xiyuan
LGTM with nits https://codereview.chromium.org/186483004/diff/280001/ui/app_list/views/app_list_main_view.h File ui/app_list/views/app_list_main_view.h (left): https://codereview.chromium.org/186483004/diff/280001/ui/app_list/views/app_list_main_view.h#oldcode29 ui/app_list/views/app_list_main_view.h:29: class ContentsView; nit: think we can ...
6 years, 7 months ago (2014-05-09 07:59:46 UTC) #14
tapted
lgtm!
6 years, 7 months ago (2014-05-09 08:17:33 UTC) #15
calamity
https://codereview.chromium.org/186483004/diff/280001/ui/app_list/views/app_list_main_view.h File ui/app_list/views/app_list_main_view.h (left): https://codereview.chromium.org/186483004/diff/280001/ui/app_list/views/app_list_main_view.h#oldcode29 ui/app_list/views/app_list_main_view.h:29: class ContentsView; On 2014/05/09 07:59:46, xiyuan wrote: > nit: ...
6 years, 7 months ago (2014-05-12 03:00:41 UTC) #16
calamity
The CQ bit was checked by calamity@chromium.org
6 years, 7 months ago (2014-05-12 03:00:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/186483004/320001
6 years, 7 months ago (2014-05-12 03:00:54 UTC) #18
calamity
The CQ bit was checked by calamity@chromium.org
6 years, 7 months ago (2014-05-12 03:56:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/186483004/340001
6 years, 7 months ago (2014-05-12 03:56:54 UTC) #20
commit-bot: I haz the power
6 years, 7 months ago (2014-05-12 08:36:58 UTC) #21
Message was sent while issue was closed.
Change committed as 269752

Powered by Google App Engine
This is Rietveld 408576698