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

Issue 14189002: linux_aura: Implement dropping in chrome. (Closed)

Created:
7 years, 8 months ago by Elliot Glaysher
Modified:
7 years, 8 months ago
Reviewers:
Daniel Erat, sky
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, ben+watch_chromium.org, tfarina, dcheng
Visibility:
Public.

Description

linux_aura: Implement dropping in chrome. This patch makes dropping text and files onto the omnibox work in linux_aura builds of chrome. The parts that implement dragging out of chrome still don't work. BUG=130806 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194677

Patch Set 1 #

Patch Set 2 : Disable failing NativeTextfieldViewsTests. These will be reenabled once sending drag information is… #

Patch Set 3 : Add HTML type to prefetch list to fix crashes. #

Total comments: 4

Patch Set 4 : sky nits #

Total comments: 14

Patch Set 5 : derat fixes #

Patch Set 6 : Rebase to ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1413 lines, -518 lines) Patch
M chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 7 chunks +7 lines, -112 lines 0 comments Download
A ui/base/dragdrop/desktop_selection_provider_aurax11.h View 1 chunk +24 lines, -0 lines 0 comments Download
M ui/base/dragdrop/drag_drop_types.h View 1 chunk +1 line, -1 line 0 comments Download
D ui/base/dragdrop/os_exchange_data_provider_aura.h View 1 chunk +0 lines, -102 lines 0 comments Download
D ui/base/dragdrop/os_exchange_data_provider_aura.cc View 1 chunk +0 lines, -211 lines 0 comments Download
A ui/base/dragdrop/os_exchange_data_provider_aurax11.h View 1 2 3 4 1 chunk +127 lines, -0 lines 0 comments Download
A ui/base/dragdrop/os_exchange_data_provider_aurax11.cc View 1 2 3 4 1 chunk +317 lines, -0 lines 0 comments Download
A + ui/base/dragdrop/os_exchange_data_provider_chromeos.h View 4 chunks +8 lines, -16 lines 0 comments Download
A + ui/base/dragdrop/os_exchange_data_provider_chromeos.cc View 9 chunks +28 lines, -50 lines 0 comments Download
M ui/base/x/selection_requestor.h View 2 chunks +8 lines, -0 lines 0 comments Download
M ui/base/x/selection_requestor.cc View 2 chunks +23 lines, -0 lines 0 comments Download
M ui/base/x/selection_utils.h View 1 2 3 2 chunks +50 lines, -0 lines 0 comments Download
M ui/base/x/selection_utils.cc View 1 2 2 chunks +117 lines, -3 lines 0 comments Download
M ui/base/x/x11_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 5 4 chunks +6 lines, -3 lines 0 comments Download
M ui/views/controls/textfield/native_textfield_views_unittest.cc View 1 4 chunks +32 lines, -4 lines 0 comments Download
M ui/views/views.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h View 1 2 3 4 1 chunk +139 lines, -0 lines 0 comments Download
A ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc View 1 2 3 4 1 chunk +437 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_x11.h View 6 chunks +11 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc View 1 2 3 4 5 9 chunks +73 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Elliot Glaysher
7 years, 8 months ago (2013-04-12 18:05:40 UTC) #1
sky
I'm assuming Dan is going to review the X changes in detail. Only have nits, ...
7 years, 8 months ago (2013-04-12 20:12:11 UTC) #2
Daniel Erat
LGTM with comments https://codereview.chromium.org/14189002/diff/39001/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc File ui/base/dragdrop/os_exchange_data_provider_aurax11.cc (right): https://codereview.chromium.org/14189002/diff/39001/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc#newcode52 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:52: atom_cache_.GetAtom("XdndSelection")), nit: use kDndSelection here https://codereview.chromium.org/14189002/diff/39001/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc#newcode54 ...
7 years, 8 months ago (2013-04-13 02:15:00 UTC) #3
Elliot Glaysher
7 years, 8 months ago (2013-04-17 21:13:42 UTC) #4
Message was sent while issue was closed.
Committed patchset #6 manually as r194677 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698