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

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)

Created:
3 years, 7 months ago by newcomer
Modified:
3 years, 6 months ago
Reviewers:
xiyuan, msw, vadimt, sky, wychen
CC:
chromium-reviews, kalyank, sadrul, Matt Giuca, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Draggable peeking/fullscreen launcher with transparent background. UI tests are not yet implemented, waiting on final behavior from UX. Enable the new launcher with --enable-features=EnableFullscreenAppList BUG=721781 Review-Url: https://codereview.chromium.org/2898743002 Cr-Original-Commit-Position: refs/heads/master@{#478372} Committed: https://chromium.googlesource.com/chromium/src/+/01b3ff8dd7b21723108b7802164f3a8fa64dabce Review-Url: https://codereview.chromium.org/2898743002 Cr-Commit-Position: refs/heads/master@{#478665} Committed: https://chromium.googlesource.com/chromium/src/+/2febb9832367123799f3e553274c4449f91a5634

Patch Set 1 #

Total comments: 123

Patch Set 2 : Migrated from wm_shelf to shelf and addressed comments! #

Total comments: 52

Patch Set 3 : adressed comments. #

Total comments: 54

Patch Set 4 : manually resolve merge conflict. #

Total comments: 2

Patch Set 5 : Reverted changes to all_apps_tile_item_view.cc to fix merge conflicts. #

Patch Set 6 : Restored changes to all_apps_tile_item_view.cc #

Patch Set 7 : Rebased properly. #

Patch Set 8 : Addressed comments. #

Total comments: 18

Patch Set 9 : Rebased to fix merge conflicts and addressed comments. #

Total comments: 24

Patch Set 10 : Rebased to resolve merge conflicts, Refactored to use observers, addressed comments, and disabled a… #

Total comments: 5

Patch Set 11 : removed app_list_delegate_impl and made shell an AppListDelegate #

Total comments: 14

Patch Set 12 : Addressed comments. #

Total comments: 92

Patch Set 13 : Addressed comments. #

Patch Set 14 : addressed msw@'s comments. #

Total comments: 46

Patch Set 15 : addressed msw@'s comments. #

Total comments: 24

Patch Set 16 : addressed msw@'s comments. #

Total comments: 4

Patch Set 17 : Reverted Mash/Ash code path merge. #

Patch Set 18 : Rebased and reverted mash/ash code paths. #

Patch Set 19 : Fixed case where Esc key was not closing app list. #

Total comments: 2

Patch Set 20 : Added todo for deletion of app_list_delegate_impl.cc/h #

Patch Set 21 : Removed header include in shell.h that was causing gn check failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+559 lines, -112 lines) Patch
M ash/app_list/app_list_delegate_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +7 lines, -15 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +4 lines, -11 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +71 lines, -5 lines 0 comments Download
M ash/public/cpp/shell_window_ids.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +6 lines, -6 lines 0 comments Download
M ash/shelf/app_list_button.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -1 line 0 comments Download
M ash/shelf/app_list_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +15 lines, -2 lines 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +6 lines, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +15 lines, -0 lines 0 comments Download
M ash/shell.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +7 lines, -3 lines 0 comments Download
M ash/shell_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/app_list_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/app_list_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/presenter/app_list_presenter_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +6 lines, -3 lines 0 comments Download
M ui/app_list/views/all_apps_tile_item_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M ui/app_list/views/all_apps_tile_item_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +7 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_main_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -1 line 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +5 lines, -4 lines 0 comments Download
M ui/app_list/views/app_list_main_view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -4 lines 0 comments Download
M ui/app_list/views/app_list_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 7 chunks +61 lines, -6 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 13 chunks +238 lines, -21 lines 0 comments Download
M ui/app_list/views/contents_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +5 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 11 12 13 14 15 16 17 2 chunks +5 lines, -2 lines 0 comments Download
M ui/app_list/views/search_box_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +4 lines, -1 line 0 comments Download
M ui/app_list/views/search_box_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 7 chunks +31 lines, -4 lines 0 comments Download
M ui/app_list/views/start_page_view.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -2 lines 0 comments Download
M ui/app_list/views/start_page_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 9 chunks +36 lines, -12 lines 0 comments Download

Messages

Total messages: 177 (128 generated)
newcomer
Instructions to enable the changes are in the CL description. -Alex
3 years, 7 months ago (2017-05-22 15:14:12 UTC) #5
vadimt
https://codereview.chromium.org/2898743002/diff/1/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2898743002/diff/1/ash/app_list/app_list_presenter_delegate.cc#newcode154 ash/app_list/app_list_presenter_delegate.cc:154: shelf->AppListIsActive(false); Just asking: isn't OnShown a counterpart of OnDismissed, ...
3 years, 7 months ago (2017-05-22 23:36:58 UTC) #9
xiyuan
https://codereview.chromium.org/2898743002/diff/1/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2898743002/diff/1/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode195 ash/app_list/app_list_presenter_delegate_unittest.cc:195: if(!app_list::features::IsFullscreenAppListEnabled()) If the test case does not run for ...
3 years, 7 months ago (2017-05-24 18:28:18 UTC) #10
newcomer
Had to migrate some code from ash/shelf/wm_shelf.cc/h to ash/shelf/shelf.cc/h https://codereview.chromium.org/2898743002/diff/1/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2898743002/diff/1/ash/app_list/app_list_presenter_delegate.cc#newcode154 ash/app_list/app_list_presenter_delegate.cc:154: ...
3 years, 7 months ago (2017-05-25 23:10:54 UTC) #25
vadimt
https://codereview.chromium.org/2898743002/diff/1/ui/app_list/views/app_list_view.h File ui/app_list/views/app_list_view.h (right): https://codereview.chromium.org/2898743002/diff/1/ui/app_list/views/app_list_view.h#newcode101 ui/app_list/views/app_list_view.h:101: bool IsFullscreen(); On 2017/05/25 23:10:53, newcomer wrote: > On ...
3 years, 7 months ago (2017-05-26 01:27:58 UTC) #29
newcomer
Addressed comments! https://codereview.chromium.org/2898743002/diff/80001/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2898743002/diff/80001/ash/app_list/app_list_presenter_delegate.cc#newcode135 ash/app_list/app_list_presenter_delegate.cc:135: Shelf* shelf = Shelf::ForWindow(root_window); On 2017/05/26 01:27:56, ...
3 years, 7 months ago (2017-05-26 17:11:28 UTC) #33
newcomer
fixed merge issue.
3 years, 7 months ago (2017-05-26 17:30:43 UTC) #38
xiyuan
On 2017/05/26 17:30:43, newcomer wrote: > fixed merge issue. Please don't delete patch set. Otherwise, ...
3 years, 7 months ago (2017-05-26 17:39:04 UTC) #42
newcomer
Will do! I didn't know. On Fri, May 26, 2017 at 10:39 AM, <xiyuan@chromium.org> wrote: ...
3 years, 7 months ago (2017-05-26 17:50:00 UTC) #45
vadimt
https://codereview.chromium.org/2898743002/diff/80001/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/2898743002/diff/80001/ui/app_list/views/app_list_view.cc#newcode60 ui/app_list/views/app_list_view.cc:60: int kShelfSize = 48; Nah, you can just leave ...
3 years, 7 months ago (2017-05-26 17:58:56 UTC) #48
xiyuan
https://codereview.chromium.org/2898743002/diff/70024/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2898743002/diff/70024/ash/app_list/app_list_presenter_delegate.cc#newcode136 ash/app_list/app_list_presenter_delegate.cc:136: if (app_list::features::IsFullscreenAppListEnabled()) { Can you replicate the logic in ...
3 years, 7 months ago (2017-05-26 18:27:32 UTC) #53
newcomer
Addressed Comments! https://codereview.chromium.org/2898743002/diff/1/ui/app_list/app_list_constants.cc File ui/app_list/app_list_constants.cc (left): https://codereview.chromium.org/2898743002/diff/1/ui/app_list/app_list_constants.cc#oldcode6 ui/app_list/app_list_constants.cc:6: On 2017/05/24 18:28:17, xiyuan wrote: > nit: ...
3 years, 7 months ago (2017-05-26 23:20:23 UTC) #61
vadimt
https://codereview.chromium.org/2898743002/diff/250001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/250001/ash/app_list/app_list_delegate_impl.cc#newcode40 ash/app_list/app_list_delegate_impl.cc:40: shelf->OnAppListIsActive(true); This repeated part can be moved to after ...
3 years, 7 months ago (2017-05-26 23:44:08 UTC) #64
xiyuan
https://codereview.chromium.org/2898743002/diff/250001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/250001/ash/app_list/app_list_delegate_impl.cc#newcode46 ash/app_list/app_list_delegate_impl.cc:46: shelf->OnAppListIsActive(true); Should this be "false" ? We probably can ...
3 years, 6 months ago (2017-05-30 16:32:34 UTC) #65
xiyuan
One more thing, please format the CL description to something like this: <subject, less than ...
3 years, 6 months ago (2017-05-30 16:35:11 UTC) #66
newcomer
Rebased and addressed comments! https://codereview.chromium.org/2898743002/diff/250001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/250001/ash/app_list/app_list_delegate_impl.cc#newcode40 ash/app_list/app_list_delegate_impl.cc:40: shelf->OnAppListIsActive(true); On 2017/05/26 23:44:08, vadimt ...
3 years, 6 months ago (2017-05-30 21:37:04 UTC) #82
xiyuan
lgtm with nits https://codereview.chromium.org/2898743002/diff/350001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/350001/ash/app_list/app_list_delegate_impl.cc#newcode43 ash/app_list/app_list_delegate_impl.cc:43: shelf->OnAppListIsActive(visible); nit: get rid of |shelf| ...
3 years, 6 months ago (2017-05-30 22:18:50 UTC) #83
vadimt
lgtm + last comments https://codereview.chromium.org/2898743002/diff/350001/ash/shelf/shelf.h File ash/shelf/shelf.h (right): https://codereview.chromium.org/2898743002/diff/350001/ash/shelf/shelf.h#newcode141 ash/shelf/shelf.h:141: // Called when the app ...
3 years, 6 months ago (2017-05-30 23:52:08 UTC) #84
sky
+msw as he knows more about the shelf than I. I only looked at the ...
3 years, 6 months ago (2017-05-31 15:04:17 UTC) #88
newcomer
https://codereview.chromium.org/2898743002/diff/350001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/350001/ash/app_list/app_list_delegate_impl.cc#newcode43 ash/app_list/app_list_delegate_impl.cc:43: shelf->OnAppListIsActive(visible); On 2017/05/30 22:18:50, xiyuan wrote: > nit: get ...
3 years, 6 months ago (2017-06-01 01:42:54 UTC) #111
sky
https://codereview.chromium.org/2898743002/diff/350001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/350001/ash/app_list/app_list_delegate_impl.cc#newcode43 ash/app_list/app_list_delegate_impl.cc:43: shelf->OnAppListIsActive(visible); On 2017/06/01 01:42:53, newcomer wrote: > On 2017/05/30 ...
3 years, 6 months ago (2017-06-01 13:34:05 UTC) #116
xiyuan
https://codereview.chromium.org/2898743002/diff/530001/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2898743002/diff/530001/ash/app_list/app_list_presenter_delegate.cc#newcode125 ash/app_list/app_list_presenter_delegate.cc:125: Shell::Get()->NotifyAppListShownOrDismissed(is_visible_, root_window); Not directly related to this CL. But ...
3 years, 6 months ago (2017-06-01 15:15:13 UTC) #117
msw
I'd like to see some simplification, perhaps landed as a prerequisite for this CL. Also, ...
3 years, 6 months ago (2017-06-01 20:03:45 UTC) #118
newcomer
Responded to comments, created a bug to unify the ash/mash code paths on the next ...
3 years, 6 months ago (2017-06-05 22:01:44 UTC) #119
newcomer
Removed App_list_delegate_impl and refactored notifications to the AppListButton and to the ShelfLayoutManager. Unified Mash/Ash code ...
3 years, 6 months ago (2017-06-06 00:56:01 UTC) #121
xiyuan
https://codereview.chromium.org/2898743002/diff/570001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/570001/ash/app_list/app_list_delegate_impl.cc#newcode18 ash/app_list/app_list_delegate_impl.cc:18: AppListDelegateImpl::AppListDelegateImpl() { Can we remove this code since Shell ...
3 years, 6 months ago (2017-06-06 15:51:04 UTC) #122
newcomer
Responded to Xiyuan@ 's comments. https://codereview.chromium.org/2898743002/diff/570001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/570001/ash/app_list/app_list_delegate_impl.cc#newcode18 ash/app_list/app_list_delegate_impl.cc:18: AppListDelegateImpl::AppListDelegateImpl() { On 2017/06/06 ...
3 years, 6 months ago (2017-06-06 16:42:29 UTC) #124
xiyuan
Mostly nits. https://codereview.chromium.org/2898743002/diff/610001/ash/shelf/app_list_button.cc File ash/shelf/app_list_button.cc (right): https://codereview.chromium.org/2898743002/diff/610001/ash/shelf/app_list_button.cc#newcode247 ash/shelf/app_list_button.cc:247: if (shelf_ == Shelf::ForWindow(root_window)) { nit: reverse ...
3 years, 6 months ago (2017-06-06 16:50:19 UTC) #125
newcomer
Responded to Xiyuan@'s comments. https://codereview.chromium.org/2898743002/diff/610001/ash/shelf/app_list_button.cc File ash/shelf/app_list_button.cc (right): https://codereview.chromium.org/2898743002/diff/610001/ash/shelf/app_list_button.cc#newcode247 ash/shelf/app_list_button.cc:247: if (shelf_ == Shelf::ForWindow(root_window)) { ...
3 years, 6 months ago (2017-06-06 17:12:57 UTC) #126
xiyuan
lgtm++
3 years, 6 months ago (2017-06-06 17:22:50 UTC) #127
msw
Thanks for fixing up the delegate mess, that's much better now. https://codereview.chromium.org/2898743002/diff/610001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): ...
3 years, 6 months ago (2017-06-06 17:56:33 UTC) #128
newcomer
addressed msw@'s comments. PTAL! https://codereview.chromium.org/2898743002/diff/610001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2898743002/diff/610001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode214 ash/app_list/app_list_presenter_delegate_unittest.cc:214: // Tests that the peeking ...
3 years, 6 months ago (2017-06-06 23:26:29 UTC) #130
msw
Looking better, here's another round of comments. https://codereview.chromium.org/2898743002/diff/670001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2898743002/diff/670001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode77 ash/app_list/app_list_presenter_delegate_unittest.cc:77: // Tests ...
3 years, 6 months ago (2017-06-07 02:31:39 UTC) #131
newcomer
Responded to comments! -Alex https://codereview.chromium.org/2898743002/diff/670001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (right): https://codereview.chromium.org/2898743002/diff/670001/ash/app_list/app_list_presenter_delegate_unittest.cc#newcode77 ash/app_list/app_list_presenter_delegate_unittest.cc:77: // Tests that app app ...
3 years, 6 months ago (2017-06-07 17:21:38 UTC) #133
msw
lgtm with minor comments. I'll look again if you post an update by EOD, but ...
3 years, 6 months ago (2017-06-07 17:44:06 UTC) #134
newcomer
Addressed the rest of the comments. -Alex https://codereview.chromium.org/2898743002/diff/670001/ui/app_list/views/app_list_view.cc File ui/app_list/views/app_list_view.cc (right): https://codereview.chromium.org/2898743002/diff/670001/ui/app_list/views/app_list_view.cc#newcode609 ui/app_list/views/app_list_view.cc:609: void AppListView::OnMouseEvent(ui::MouseEvent* ...
3 years, 6 months ago (2017-06-07 19:01:42 UTC) #136
sky
https://codereview.chromium.org/2898743002/diff/750001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/2898743002/diff/750001/ash/shell.cc#newcode619 ash/shell.cc:619: app_list()->set_delegate(nullptr); Document why this this is necessary. In particular, ...
3 years, 6 months ago (2017-06-07 20:21:36 UTC) #137
newcomer
I would appreciate any help fixing these tests after merging the mash/ash code paths. -Alex ...
3 years, 6 months ago (2017-06-08 21:59:06 UTC) #142
newcomer
Adressed sky@'s comments and reverted ash/mash merge until after 61. (
3 years, 6 months ago (2017-06-09 18:20:28 UTC) #152
sky
LGTM https://codereview.chromium.org/2898743002/diff/930001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/930001/ash/app_list/app_list_delegate_impl.cc#newcode25 ash/app_list/app_list_delegate_impl.cc:25: if (app_list::features::IsFullscreenAppListEnabled()) { Please add the TODO pointer ...
3 years, 6 months ago (2017-06-09 18:22:02 UTC) #154
newcomer
Thanks all! -Alex https://codereview.chromium.org/2898743002/diff/930001/ash/app_list/app_list_delegate_impl.cc File ash/app_list/app_list_delegate_impl.cc (right): https://codereview.chromium.org/2898743002/diff/930001/ash/app_list/app_list_delegate_impl.cc#newcode25 ash/app_list/app_list_delegate_impl.cc:25: if (app_list::features::IsFullscreenAppListEnabled()) { On 2017/06/09 18:22:02, ...
3 years, 6 months ago (2017-06-09 18:59:06 UTC) #159
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/2898743002/950001
3 years, 6 months ago (2017-06-09 18:59:27 UTC) #160
commit-bot: I haz the power
Committed patchset #20 (id:950001) as https://chromium.googlesource.com/chromium/src/+/01b3ff8dd7b21723108b7802164f3a8fa64dabce
3 years, 6 months ago (2017-06-09 19:37:08 UTC) #163
Devlin
On 2017/06/09 19:37:08, commit-bot: I haz the power wrote: > Committed patchset #20 (id:950001) as ...
3 years, 6 months ago (2017-06-09 21:32:44 UTC) #164
Devlin
A revert of this CL (patchset #20 id:950001) has been created in https://codereview.chromium.org/2934673002/ by rdevlin.cronin@chromium.org. ...
3 years, 6 months ago (2017-06-09 22:34:56 UTC) #165
wychen
This CL wrongly passed the CQ because the bot skipped compilation due to wrong analysis ...
3 years, 6 months ago (2017-06-10 06:19:14 UTC) #168
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/2898743002/1010001
3 years, 6 months ago (2017-06-12 16:08:25 UTC) #173
newcomer
Removed header include that was causing gn check failure.
3 years, 6 months ago (2017-06-12 16:09:58 UTC) #174
commit-bot: I haz the power
3 years, 6 months ago (2017-06-12 17:00:45 UTC) #177
Message was sent while issue was closed.
Committed patchset #21 (id:1010001) as
https://chromium.googlesource.com/chromium/src/+/2febb9832367123799f3e553274c...

Powered by Google App Engine
This is Rietveld 408576698