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

Issue 24707002: Add unit tests for AppListServiceImpl. (Closed)

Created:
7 years, 2 months ago by koz (OOO until 15th September)
Modified:
7 years, 2 months ago
Reviewers:
benwells, sail
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, calamity, jackhou1
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase, add IsManaged() check #

Total comments: 18

Patch Set 3 : respond to comments #

Total comments: 2

Patch Set 4 : . #

Patch Set 5 : protected: #

Patch Set 6 : rebase #

Patch Set 7 : fix compile warnings #

Patch Set 8 : gyp error #

Patch Set 9 : fix clang errors #

Patch Set 10 : virtual #

Patch Set 11 : un-const an iterator #

Unified diffs Side-by-side diffs Delta from patch set Stats (+743 lines, -594 lines) Patch
D chrome/browser/profiles/profile_loader.h View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/profiles/profile_loader.cc View 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/browser/profiles/profile_loader_unittest.cc View 1 chunk +0 lines, -134 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_impl.h View 1 2 3 4 3 chunks +32 lines, -24 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_impl.cc View 1 2 3 4 5 6 7 chunks +113 lines, -37 lines 0 comments Download
A chrome/browser/ui/app_list/app_list_service_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +178 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/fast_show_pickler.cc View 4 chunks +3 lines, -5 lines 0 comments Download
A + chrome/browser/ui/app_list/keep_alive_service.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/ui/app_list/keep_alive_service_impl.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A chrome/browser/ui/app_list/keep_alive_service_impl.cc View 1 chunk +31 lines, -0 lines 0 comments Download
A + chrome/browser/ui/app_list/profile_loader.h View 1 2 4 chunks +12 lines, -18 lines 0 comments Download
A + chrome/browser/ui/app_list/profile_loader.cc View 3 chunks +14 lines, -42 lines 0 comments Download
A chrome/browser/ui/app_list/profile_loader_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +117 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/profile_store.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/test/fake_keep_alive_service.h View 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/test/fake_keep_alive_service.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
A chrome/browser/ui/app_list/test/fake_profile_store.h View 1 2 3 4 5 6 7 8 9 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/ui/app_list/test/fake_profile_store.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +64 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/app_list/app_list_controller_win.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
D chrome/browser/ui/views/app_list/keep_alive_service.h View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/browser/ui/views/app_list/keep_alive_service_impl.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/browser/ui/views/app_list/keep_alive_service_impl.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M chrome/browser/ui/views/app_list/test/app_list_shower_unittest.cc View 5 chunks +6 lines, -25 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_shower.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_shower.cc View 1 2 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/test/app_list_shower_unittest.cc View 1 5 chunks +6 lines, -25 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 3 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
koz (OOO until 15th September)
https://codereview.chromium.org/24707002/diff/1/chrome/browser/ui/app_list/app_list_service_impl.cc File chrome/browser/ui/app_list/app_list_service_impl.cc (left): https://codereview.chromium.org/24707002/diff/1/chrome/browser/ui/app_list/app_list_service_impl.cc#oldcode151 chrome/browser/ui/app_list/app_list_service_impl.cc:151: // Ensure we don't set the pref to a ...
7 years, 2 months ago (2013-09-26 03:12:01 UTC) #1
koz (OOO until 15th September)
https://codereview.chromium.org/24707002/diff/1/chrome/browser/ui/app_list/app_list_service_impl.cc File chrome/browser/ui/app_list/app_list_service_impl.cc (left): https://codereview.chromium.org/24707002/diff/1/chrome/browser/ui/app_list/app_list_service_impl.cc#oldcode151 chrome/browser/ui/app_list/app_list_service_impl.cc:151: // Ensure we don't set the pref to a ...
7 years, 2 months ago (2013-09-26 05:47:20 UTC) #2
benwells
https://codereview.chromium.org/24707002/diff/4001/chrome/browser/ui/app_list/app_list_controller_unittest.cc File chrome/browser/ui/app_list/app_list_controller_unittest.cc (right): https://codereview.chromium.org/24707002/diff/4001/chrome/browser/ui/app_list/app_list_controller_unittest.cc#newcode22 chrome/browser/ui/app_list/app_list_controller_unittest.cc:22: class TestingAppListServiceImpl : public AppListServiceImpl { Shouldn't this file ...
7 years, 2 months ago (2013-09-26 06:55:29 UTC) #3
koz (OOO until 15th September)
https://codereview.chromium.org/24707002/diff/4001/chrome/browser/ui/app_list/app_list_controller_unittest.cc File chrome/browser/ui/app_list/app_list_controller_unittest.cc (right): https://codereview.chromium.org/24707002/diff/4001/chrome/browser/ui/app_list/app_list_controller_unittest.cc#newcode22 chrome/browser/ui/app_list/app_list_controller_unittest.cc:22: class TestingAppListServiceImpl : public AppListServiceImpl { On 2013/09/26 06:55:29, ...
7 years, 2 months ago (2013-09-26 22:12:46 UTC) #4
benwells
lgtm with the stuff made protected again. Awesome to see all these tests! Plus its ...
7 years, 2 months ago (2013-09-27 09:00:39 UTC) #5
koz (OOO until 15th September)
Thanks! https://codereview.chromium.org/24707002/diff/11001/chrome/browser/ui/app_list/app_list_service_impl.h File chrome/browser/ui/app_list/app_list_service_impl.h (left): https://codereview.chromium.org/24707002/diff/11001/chrome/browser/ui/app_list/app_list_service_impl.h#oldcode30 chrome/browser/ui/app_list/app_list_service_impl.h:30: protected: On 2013/09/27 09:00:40, benwells wrote: > Can ...
7 years, 2 months ago (2013-09-30 00:53:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/23001
7 years, 2 months ago (2013-09-30 00:59:38 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=27963
7 years, 2 months ago (2013-09-30 01:29:15 UTC) #8
koz (OOO until 15th September)
TBRing sail@ for deletions from chrome/browser/profiles.
7 years, 2 months ago (2013-09-30 01:39:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/23001
7 years, 2 months ago (2013-09-30 01:39:17 UTC) #10
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) ash_unittests, aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, ...
7 years, 2 months ago (2013-09-30 02:09:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/54001
7 years, 2 months ago (2013-09-30 03:49:44 UTC) #12
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) ash_unittests, aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, ...
7 years, 2 months ago (2013-09-30 04:25:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/36001
7 years, 2 months ago (2013-09-30 04:34:51 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-09-30 05:19:03 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/41001
7 years, 2 months ago (2013-09-30 06:24:56 UTC) #16
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-09-30 07:03:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/102001
7 years, 2 months ago (2013-09-30 08:13:02 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-09-30 09:10:44 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/120001
7 years, 2 months ago (2013-09-30 09:47:37 UTC) #20
sail
lgtm
7 years, 2 months ago (2013-09-30 15:06:05 UTC) #21
commit-bot: I haz the power
Change committed as 225992
7 years, 2 months ago (2013-09-30 16:26:54 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/24707002/120001
7 years, 2 months ago (2013-10-02 00:32:03 UTC) #23
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 00:35:07 UTC) #24
Message was sent while issue was closed.
Change committed as 226365

Powered by Google App Engine
This is Rietveld 408576698