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

Issue 212223012: Disable app list folders by default for non-ChromeOS platforms. (Closed)

Created:
6 years, 8 months ago by calamity
Modified:
6 years, 8 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, stevenjb
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Disable app list folders by default for non-ChromeOS platforms. This CL disables app launcher folders for non-ChromeOS platforms. Non-ChromeOS platforms now need to enable folders via the --enable-app-list-folder-ui switch. This has also been added to chrome://flags. BUG=358944 TBR=zea@chromium.org

Patch Set 1 : #

Total comments: 2

Patch Set 2 : use a combobox option for chrome:flags #

Total comments: 2

Patch Set 3 : make flag kOsAll, fix unittests #

Patch Set 4 : rebase #

Patch Set 5 : fix android compile, sync_integration_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -12 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 2 chunks +15 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/app_list_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/app_list_switches.cc View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
M ui/app_list/views/apps_grid_view_unittest.cc View 1 2 3 4 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
calamity
6 years, 8 months ago (2014-04-02 03:45:21 UTC) #1
benwells
https://codereview.chromium.org/212223012/diff/20001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/212223012/diff/20001/chrome/browser/about_flags.cc#newcode1533 chrome/browser/about_flags.cc:1533: #if defined(OS_CHROMEOS) Why guard this in #if, it is ...
6 years, 8 months ago (2014-04-02 03:59:58 UTC) #2
calamity
https://codereview.chromium.org/212223012/diff/20001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/212223012/diff/20001/chrome/browser/about_flags.cc#newcode1533 chrome/browser/about_flags.cc:1533: #if defined(OS_CHROMEOS) On 2014/04/02 03:59:58, benwells wrote: > Why ...
6 years, 8 months ago (2014-04-02 04:23:16 UTC) #3
tapted
https://codereview.chromium.org/212223012/diff/80001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/212223012/diff/80001/chrome/browser/about_flags.cc#newcode1545 chrome/browser/about_flags.cc:1545: kOsWin | kOsLinux | kOsCrOS, drive-by: This should be ...
6 years, 8 months ago (2014-04-02 04:32:08 UTC) #4
calamity
Also appended the enable switch for some unit tests. https://codereview.chromium.org/212223012/diff/80001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/212223012/diff/80001/chrome/browser/about_flags.cc#newcode1545 chrome/browser/about_flags.cc:1545: ...
6 years, 8 months ago (2014-04-02 04:53:53 UTC) #5
benwells
lgtm. Not sure I agree with tapted@'s comment. With kOsAll mac users will get a ...
6 years, 8 months ago (2014-04-02 05:07:33 UTC) #6
calamity
On 2014/04/02 05:07:33, benwells wrote: > lgtm. > > Not sure I agree with tapted@'s ...
6 years, 8 months ago (2014-04-02 05:24:42 UTC) #7
calamity
The CQ bit was checked by calamity@chromium.org
6 years, 8 months ago (2014-04-02 05:41:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/212223012/100001
6 years, 8 months ago (2014-04-02 05:41:27 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 06:26:55 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-04-02 06:26:55 UTC) #11
calamity
The CQ bit was checked by calamity@chromium.org
6 years, 8 months ago (2014-04-02 07:11:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/212223012/100001
6 years, 8 months ago (2014-04-02 07:11:20 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 07:46:33 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-04-02 07:46:33 UTC) #15
benwells
The CQ bit was checked by benwells@chromium.org
6 years, 8 months ago (2014-04-02 08:21:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/212223012/100001
6 years, 8 months ago (2014-04-02 08:21:31 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 09:37:09 UTC) #18
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=167093
6 years, 8 months ago (2014-04-02 09:37:10 UTC) #19
calamity
TBR zea for sync integration tests.
6 years, 8 months ago (2014-04-02 23:29:26 UTC) #20
calamity
The CQ bit was checked by calamity@chromium.org
6 years, 8 months ago (2014-04-02 23:30:16 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/212223012/110001
6 years, 8 months ago (2014-04-02 23:33:24 UTC) #22
stevenjb
The CQ bit was unchecked by stevenjb@chromium.org
6 years, 8 months ago (2014-04-02 23:47:45 UTC) #23
stevenjb
6 years, 8 months ago (2014-04-03 00:36:53 UTC) #24
This CL is superceeded by https://codereview.chromium.org/222553003/

Powered by Google App Engine
This is Rietveld 408576698