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

Issue 2588103004: Apply new WM shadows to app list. (Closed)

Created:
4 years ago by Evan Stade
Modified:
3 years, 11 months ago
CC:
chromium-reviews, groby+bubble_chromium.org, sadrul, Matt Giuca, tfarina, msw+watch_chromium.org, hcarmona+bubble_chromium.org, kalyank, rouslan+bubble_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Apply new WM shadows to app list. Also clean up/streamline AppListView. 1. Remove code that supported arrows + view anchoring 2. Remove code that supported !CrOS 3. Remove dead code for making bubble borders accept events 4. Remove AppListViewObserver which is dead and who knows what it was used for. 5. Stop building //ui/app_list on all aura (just build on CrOS) BUG=608852 TBR=derat@chromium.org Committed: https://crrev.com/835d550911b618ebf077fbe1221a779842ef56ad Cr-Commit-Position: refs/heads/master@{#441394}

Patch Set 1 #

Total comments: 6

Patch Set 2 : msw review #

Patch Set 3 : stop building app list on other platforms #

Total comments: 15

Patch Set 4 : remove header #

Patch Set 5 : remove references on testing bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -385 lines) Patch
M BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate.cc View 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc View 1 chunk +1 line, -6 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 3 4 3 chunks +0 lines, -36 lines 0 comments Download
M ui/app_list/BUILD.gn View 1 2 3 3 chunks +0 lines, -12 lines 0 comments Download
M ui/app_list/demo/app_list_demo_views.cc View 1 2 3 3 chunks +3 lines, -21 lines 0 comments Download
D ui/app_list/views/app_list_background.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ui/app_list/views/app_list_background.cc View 1 chunk +0 lines, -57 lines 0 comments Download
M ui/app_list/views/app_list_view.h View 1 7 chunks +2 lines, -20 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 11 chunks +41 lines, -151 lines 0 comments Download
D ui/app_list/views/app_list_view_observer.h View 1 1 chunk +0 lines, -24 lines 0 comments Download
M ui/app_list/views/app_list_view_unittest.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M ui/views/bubble/bubble_dialog_delegate.h View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M ui/views/bubble/bubble_dialog_delegate.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 40 (25 generated)
Evan Stade
+mgiuca for *app_list* +msw for ui/views/bubble
4 years ago (2016-12-20 00:16:43 UTC) #2
msw
Nice cleanup; lgtm with a nit and a q. https://codereview.chromium.org/2588103004/diff/1/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/2588103004/diff/1/ui/app_list/views/app_list_view.cc#newcode214 ui/app_list/views/app_list_view.cc:214: ...
4 years ago (2016-12-20 15:58:10 UTC) #7
Evan Stade
new changes: see CL desc bullet points #4 & #5 https://codereview.chromium.org/2588103004/diff/1/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/2588103004/diff/1/ui/app_list/views/app_list_view.cc#newcode214 ...
4 years ago (2016-12-20 17:51:58 UTC) #9
msw
https://codereview.chromium.org/2588103004/diff/1/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/2588103004/diff/1/ui/app_list/views/app_list_view.cc#newcode214 ui/app_list/views/app_list_view.cc:214: window->SetEventTargeter(std::unique_ptr<ui::EventTargeter>( On 2016/12/20 17:51:57, Evan Stade wrote: > On ...
4 years ago (2016-12-20 19:16:10 UTC) #14
Evan Stade
-mgiuca, +tapted I haven't addressed Mike's comments yet, but I think you can still review ...
4 years ago (2016-12-21 17:00:57 UTC) #16
tapted
app_list lgtm with the following https://codereview.chromium.org/2588103004/diff/40001/ui/app_list/BUILD.gn File ui/app_list/BUILD.gn (right): https://codereview.chromium.org/2588103004/diff/40001/ui/app_list/BUILD.gn#newcode218 ui/app_list/BUILD.gn:218: if (is_win) { This ...
4 years ago (2016-12-21 22:39:58 UTC) #17
Evan Stade
https://codereview.chromium.org/2588103004/diff/40001/ui/app_list/BUILD.gn File ui/app_list/BUILD.gn (right): https://codereview.chromium.org/2588103004/diff/40001/ui/app_list/BUILD.gn#newcode218 ui/app_list/BUILD.gn:218: if (is_win) { On 2016/12/21 22:39:58, tapted (OOO until ...
3 years, 11 months ago (2016-12-29 17:23:13 UTC) #18
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/2588103004/60001
3 years, 11 months ago (2016-12-29 17:23:47 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/333336)
3 years, 11 months ago (2016-12-29 17:30:17 UTC) #23
Evan Stade
+derat for ash/ (TBR) +dpranke for //BUILD.gn
3 years, 11 months ago (2016-12-29 21:20:33 UTC) #25
Dirk Pranke
//BUILD.gn lgtm.
3 years, 11 months ago (2017-01-04 02:54:42 UTC) #30
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/2588103004/80001
3 years, 11 months ago (2017-01-04 15:29:07 UTC) #34
commit-bot: I haz the power
Committed patchset #5 (id:80001)
3 years, 11 months ago (2017-01-04 16:44:41 UTC) #37
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/835d550911b618ebf077fbe1221a779842ef56ad Cr-Commit-Position: refs/heads/master@{#441394}
3 years, 11 months ago (2017-01-04 16:48:01 UTC) #39
Daniel Erat
3 years, 11 months ago (2017-01-06 21:54:04 UTC) #40
Message was sent while issue was closed.
lgtm for ash

Powered by Google App Engine
This is Rietveld 408576698