Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Issue 107163005: [ash] Add TYPE_DIALOG and its item's LauncherContextMenu (Closed)

Created:
7 years ago by simonhong
Modified:
6 years, 11 months ago
Reviewers:
sky
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org, hyojun.im_lge.com
Visibility:
Public.

Description

[ash] Add TYPE_DIALOG and its item's LauncherContextMenu This is third CL for adding an item for dialog. This cl adds new LauncherItemType, TYPE_DIALOG, and implements a context menu of item created by ShelfWindowWatcher. [email protected] BUG=121242 TEST=NONE Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243965

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add TYPE_DIALOG and its ContextMenu #

Patch Set 3 : Rebased #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -29 lines) Patch
M ash/launcher/launcher_types.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M ash/shelf/app_list_shelf_item_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/shelf/app_list_shelf_item_delegate.cc View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M ash/shelf/shelf_item_delegate.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shelf/shelf_model.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M ash/shelf/shelf_view.cc View 1 2 3 4 chunks +4 lines, -0 lines 0 comments Download
M ash/shelf/shelf_window_watcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_window_watcher_item_delegate.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
M ash/shelf/shelf_window_watcher_item_delegate.cc View 1 3 chunks +11 lines, -4 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M ash/shell/window_watcher_shelf_item_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/window_watcher_shelf_item_delegate.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ash/shell_delegate.h View 1 2 3 4 2 chunks +7 lines, -1 line 0 comments Download
M ash/test/test_shelf_item_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shelf_item_delegate.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.h View 1 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.cc View 1 2 3 5 chunks +31 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_item_controller.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
simonhong
Dear sky, Please take a look.
7 years ago (2013-12-13 02:24:30 UTC) #1
sky
Can we share the context menu code used in the chrome side instead of duplicating ...
7 years ago (2013-12-16 21:09:44 UTC) #2
simonhong
Dear sky, I implemented a ContextMenu by using existing LauncherContextMenu and add TYPE_DIALOG. Please check ...
7 years ago (2013-12-17 08:19:29 UTC) #3
simonhong
kindly ping..
7 years ago (2013-12-19 19:15:32 UTC) #4
sky
I'm gone until the 6th. If you can't wait you'll need to get another reviewer. ...
7 years ago (2013-12-20 00:05:40 UTC) #5
simonhong
kindly ping..
6 years, 11 months ago (2014-01-07 12:54:42 UTC) #6
sky
https://codereview.chromium.org/107163005/diff/40001/ash/shelf/shelf_view.cc File ash/shelf/shelf_view.cc (right): https://codereview.chromium.org/107163005/diff/40001/ash/shelf/shelf_view.cc#newcode1 ash/shelf/shelf_view.cc:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
6 years, 11 months ago (2014-01-08 14:39:14 UTC) #7
simonhong
Dear sky, Please check my comment, again. Many thanks for review. https://codereview.chromium.org/107163005/diff/40001/ash/shelf/shelf_view.cc File ash/shelf/shelf_view.cc (right): ...
6 years, 11 months ago (2014-01-09 00:38:23 UTC) #8
sky
Ok, LGTM
6 years, 11 months ago (2014-01-09 15:57:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/107163005/110001
6 years, 11 months ago (2014-01-09 17:01:27 UTC) #10
commit-bot: I haz the power
Failed to apply patch for ash/shell/shell_delegate_impl.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-09 17:01:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/107163005/180001
6 years, 11 months ago (2014-01-09 17:52:10 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 20:26:00 UTC) #13
Message was sent while issue was closed.
Change committed as 243965

Powered by Google App Engine
This is Rietveld 408576698