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

Issue 2950913002: Added new features tests to AppListPresenterDelegateUnittests. (Closed)

Created:
3 years, 6 months ago by newcomer
Modified:
3 years, 5 months ago
Reviewers:
xiyuan, vadimt, oshima
CC:
chromium-reviews, sadrul, vakh+watch_chromium.org, tfarina, timvolodine, kalyank, Matt Giuca
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Added new feature tests to AppListPresenterDelegateUnittests. BUG=734743 Review-Url: https://codereview.chromium.org/2950913002 Cr-Commit-Position: refs/heads/master@{#482323} Committed: https://chromium.googlesource.com/chromium/src/+/ab3dacbb34125806290d54f9e02d6ffaf2f8ff3c

Patch Set 1 : Added new features tests to AppListPresenterDelegateUnittests. #

Patch Set 2 : Added new features tests to AppListPresenterDelegateUnittests. Added early test returns for Config:… #

Total comments: 4

Patch Set 3 : Added new feature tests to AppListPresenterDelegateUnittests. Added early test returns for Config::… #

Total comments: 4

Patch Set 4 : Added new feature tests to AppListPresenterDelegateUnittests. Added early test returns for Config::… #

Total comments: 4

Patch Set 5 : Added new feature tests to AppListPresenterDelegateUnittests. Added early test returns for Config::… #

Total comments: 2

Patch Set 6 : Added new feature tests to AppListPresenterDelegateUnittests. Added early test returns for Config::… #

Patch Set 7 : Updated method to GetRootWindow after shellport code changed. #

Total comments: 2

Patch Set 8 : Added new feature tests to AppListPresenterDelegateUnittests. Added early test returns for Config::… #

Patch Set 9 : Added new feature tests to AppListPresenterDelegateUnittests. Added early test returns for Config::… #

Patch Set 10 : fixed patch error. #

Patch Set 11 : patched on top of rebase. #

Patch Set 12 : Fixed function call that was not namespaced after rebase. #

Patch Set 13 : Added failing tests to the mash filter. #

Patch Set 14 : Added missing test to filter, alphabetized filtered tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+332 lines, -3 lines) Patch
M ash/app_list/app_list_presenter_delegate_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +308 lines, -1 line 0 comments Download
M testing/buildbot/filters/ash_unittests_mash.filter View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -0 lines 0 comments Download
M testing/buildbot/filters/ash_unittests_mus.filter View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 76 (58 generated)
newcomer
Vadim, PTAL! -Alex
3 years, 6 months ago (2017-06-20 20:23:12 UTC) #9
sadrul
https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h File ui/events/gesture_event_details.h (right): https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h#newcode100 ui/events/gesture_event_details.h:100: DCHECK(ET_SCROLL_FLING_START == type_ || ET_GESTURE_SCROLL_UPDATE == type_); Where do ...
3 years, 6 months ago (2017-06-20 20:43:38 UTC) #11
newcomer
Responded to sadrul@ https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h File ui/events/gesture_event_details.h (right): https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h#newcode100 ui/events/gesture_event_details.h:100: DCHECK(ET_SCROLL_FLING_START == type_ || ET_GESTURE_SCROLL_UPDATE == ...
3 years, 6 months ago (2017-06-20 21:23:34 UTC) #12
sadrul
https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h File ui/events/gesture_event_details.h (right): https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h#newcode100 ui/events/gesture_event_details.h:100: DCHECK(ET_SCROLL_FLING_START == type_ || ET_GESTURE_SCROLL_UPDATE == type_); On 2017/06/20 ...
3 years, 6 months ago (2017-06-20 21:39:00 UTC) #13
newcomer
Thanks Sadrul@! vadimt@: ready for review, PTAL. -Alex https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h File ui/events/gesture_event_details.h (right): https://codereview.chromium.org/2950913002/diff/60001/ui/events/gesture_event_details.h#newcode100 ui/events/gesture_event_details.h:100: DCHECK(ET_SCROLL_FLING_START ...
3 years, 6 months ago (2017-06-20 23:42:43 UTC) #14
vadimt
https://codereview.chromium.org/2950913002/diff/80001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/80001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode215 ash/app_list/app_list_presenter_delegate_unittest.cc:215: SetShelfAlignment(ShelfAlignment::SHELF_ALIGNMENT_LEFT); Will this alignment stick and influence other tests? ...
3 years, 6 months ago (2017-06-21 00:05:59 UTC) #15
newcomer
Thanks vadimt@! Responded to your comments. https://codereview.chromium.org/2950913002/diff/80001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/80001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode215 ash/app_list/app_list_presenter_delegate_unittest.cc:215: SetShelfAlignment(ShelfAlignment::SHELF_ALIGNMENT_LEFT); On 2017/06/21 ...
3 years, 6 months ago (2017-06-21 16:34:47 UTC) #17
vadimt
lgtm
3 years, 6 months ago (2017-06-21 17:53:44 UTC) #18
newcomer
The promised tests for AppListView and one bug fix. PTAL! -Alex
3 years, 6 months ago (2017-06-21 17:57:58 UTC) #21
xiyuan
https://codereview.chromium.org/2950913002/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode210 ash/app_list/app_list_presenter_delegate_unittest.cc:210: // Todo(Newcomer): Investigate mash failures crbug.com/726838 nit: Todo(Newcomer) -> ...
3 years, 6 months ago (2017-06-21 18:16:18 UTC) #22
newcomer
Thanks for the comments xiyuan@! PTAL. -Alex https://codereview.chromium.org/2950913002/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode210 ash/app_list/app_list_presenter_delegate_unittest.cc:210: // Todo(Newcomer): ...
3 years, 6 months ago (2017-06-21 20:39:43 UTC) #23
xiyuan
lgtm https://codereview.chromium.org/2950913002/diff/120001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/120001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode210 ash/app_list/app_list_presenter_delegate_unittest.cc:210: // TODO(Newcomer): Investigate mash failures crbug.com/726838 Newcomer -> ...
3 years, 6 months ago (2017-06-21 20:40:52 UTC) #24
newcomer
TY! On Wed, Jun 21, 2017 at 1:40 PM, <xiyuan@chromium.org> wrote: > lgtm > > ...
3 years, 6 months ago (2017-06-21 20:48:07 UTC) #25
oshima
nice tests! just one request. https://codereview.chromium.org/2950913002/diff/160001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/160001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode212 ash/app_list/app_list_presenter_delegate_unittest.cc:212: return; can you use ...
3 years, 6 months ago (2017-06-22 00:06:25 UTC) #34
newcomer
Responded to comments! -Alex https://codereview.chromium.org/2950913002/diff/120001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2950913002/diff/120001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode210 ash/app_list/app_list_presenter_delegate_unittest.cc:210: // TODO(Newcomer): Investigate mash failures ...
3 years, 6 months ago (2017-06-22 17:17:24 UTC) #35
oshima
lgtm
3 years, 6 months ago (2017-06-22 22:42:22 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2950913002/340001
3 years, 5 months ago (2017-06-26 18:10:11 UTC) #73
commit-bot: I haz the power
3 years, 5 months ago (2017-06-26 18:14:53 UTC) #76
Message was sent while issue was closed.
Committed patchset #14 (id:340001) as
https://chromium.googlesource.com/chromium/src/+/ab3dacbb34125806290d54f9e02d...

Powered by Google App Engine
This is Rietveld 408576698