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

Issue 133053003: linux_aura: Fix dragging files into Dropbox. (Closed)

Created:
6 years, 11 months ago by Elliot Glaysher
Modified:
6 years, 11 months ago
Reviewers:
sky, dcheng
CC:
chromium-reviews, dcheng
Visibility:
Public.

Description

linux_aura: Fix dragging files into Dropbox. Some Linux file managers will set both URI list representation and the plain text representation when dragging files. Chrome interprets this as a chunk of text and a file, and offers both to the renderer. This broke the javascript on the Dropbox website. This ports the hack in WebDragDestGtk::OnDragDataReceived() to linux_aura. This hack prevents us from offering the String type when we also have a URI list. BUG=318796 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244315

Patch Set 1 #

Patch Set 2 : Simplify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M ui/base/dragdrop/os_exchange_data_provider_aurax11.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Elliot Glaysher
sky: review dcheng: fyi, since you pointed out what was wrong.
6 years, 11 months ago (2014-01-10 02:03:54 UTC) #1
sky
LGTM
6 years, 11 months ago (2014-01-10 16:27:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/133053003/30001
6 years, 11 months ago (2014-01-10 18:43:56 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/133053003/30001
6 years, 11 months ago (2014-01-10 23:42:40 UTC) #4
commit-bot: I haz the power
6 years, 11 months ago (2014-01-11 02:36:58 UTC) #5
Message was sent while issue was closed.
Change committed as 244315

Powered by Google App Engine
This is Rietveld 408576698