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

Issue 17370003: [Win] App launcher drag/drop. (Closed)

Created:
7 years, 6 months ago by koz (OOO until 15th September)
Modified:
7 years, 6 months ago
Reviewers:
xiyuan, benwells, sky
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, sadrul, ben+watch_chromium.org, skuhne
Visibility:
Public.

Description

[Win] App launcher drag/drop. This allows icons to be dragged from the windows App Launcher to the taskbar. BUG=153335 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207608

Patch Set 1 #

Patch Set 2 : fix ash #

Total comments: 36

Patch Set 3 : fix cros #

Patch Set 4 : fix windows #

Total comments: 8

Patch Set 5 : respond to comments #

Patch Set 6 : disable on aura #

Patch Set 7 : git cl try #

Patch Set 8 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+454 lines, -35 lines) Patch
M ash/shell/app_list.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 4 chunks +50 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/native_app_window_views.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/web_applications/web_app_ui.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/web_applications/web_app.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
A chrome/browser/web_applications/web_app_win.h View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/browser/web_applications/web_app_win.cc View 1 2 3 4 7 chunks +20 lines, -4 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M ui/app_list/apps_grid_view_delegate.h View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_item_view.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_item_view.cc View 1 2 3 5 chunks +17 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_main_view.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M ui/app_list/views/app_list_main_view.cc View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M ui/app_list/views/apps_grid_view.h View 1 2 3 4 5 6 chunks +46 lines, -5 lines 0 comments Download
M ui/app_list/views/apps_grid_view.cc View 1 2 3 4 5 8 chunks +219 lines, -20 lines 0 comments Download
M ui/app_list/views/apps_grid_view_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
koz (OOO until 15th September)
Hi Xiyuan, I originally had hoped to change the ApplicationDragAndDropHost interface to be generic and ...
7 years, 6 months ago (2013-06-19 03:50:28 UTC) #1
xiyuan
Nice work. It's cleaner than I would expect. https://codereview.chromium.org/17370003/diff/3001/chrome/browser/ui/app_list/app_list_view_delegate.h File chrome/browser/ui/app_list/app_list_view_delegate.h (right): https://codereview.chromium.org/17370003/diff/3001/chrome/browser/ui/app_list/app_list_view_delegate.h#newcode11 chrome/browser/ui/app_list/app_list_view_delegate.h:11: #include ...
7 years, 6 months ago (2013-06-19 05:41:37 UTC) #2
koz (OOO until 15th September)
Thanks, it took a lot of work to get it to be this non-intrusive :-) ...
7 years, 6 months ago (2013-06-19 07:55:08 UTC) #3
benwells
https://codereview.chromium.org/17370003/diff/13001/chrome/browser/web_applications/web_app.h File chrome/browser/web_applications/web_app.h (right): https://codereview.chromium.org/17370003/diff/13001/chrome/browser/web_applications/web_app.h#newcode104 chrome/browser/web_applications/web_app.h:104: base::FilePath CreateShortcutInWebAppDir( Mac does something very similar to this, ...
7 years, 6 months ago (2013-06-19 09:30:01 UTC) #4
benwells
On 2013/06/19 09:30:01, benwells wrote: > https://codereview.chromium.org/17370003/diff/13001/chrome/browser/web_applications/web_app.h > File chrome/browser/web_applications/web_app.h (right): > > https://codereview.chromium.org/17370003/diff/13001/chrome/browser/web_applications/web_app.h#newcode104 > ...
7 years, 6 months ago (2013-06-19 09:30:31 UTC) #5
sky
LGTM https://codereview.chromium.org/17370003/diff/13001/ui/app_list/apps_grid_view_delegate.h File ui/app_list/apps_grid_view_delegate.h (right): https://codereview.chromium.org/17370003/diff/13001/ui/app_list/apps_grid_view_delegate.h#newcode25 ui/app_list/apps_grid_view_delegate.h:25: // Gets the path to a shortcut for ...
7 years, 6 months ago (2013-06-19 14:07:40 UTC) #6
xiyuan
LGTM Please fix unit test compile and address ben and sky's comments. https://codereview.chromium.org/17370003/diff/3001/ui/app_list/views/apps_grid_view.cc File ui/app_list/views/apps_grid_view.cc ...
7 years, 6 months ago (2013-06-19 16:21:38 UTC) #7
koz (OOO until 15th September)
I've disabled the new drag stuff on win/aura. It shouldn't be too hard to get ...
7 years, 6 months ago (2013-06-20 13:52:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/17370003/41001
7 years, 6 months ago (2013-06-20 13:52:41 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 22:21:37 UTC) #10
Message was sent while issue was closed.
Change committed as 207608

Powered by Google App Engine
This is Rietveld 408576698