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

Issue 2126010: Don't populate WebDropData with file URLs when dragging files. (Closed)

Created:
10 years, 7 months ago by dcheng
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews
Visibility:
Public.

Description

Don't populate WebDropData with file URLs when dragging files. This is the Windows patch. There will be separate patches for Mac and Linux. BUG=42685 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47870

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -50 lines) Patch
M app/clipboard/clipboard_util_win.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M app/clipboard/clipboard_util_win.cc View 1 2 3 4 chunks +57 lines, -46 lines 0 comments Download
M app/os_exchange_data_provider_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/web_drop_target_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webdropdata_win.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
tony
http://codereview.chromium.org/2126010/diff/1/2 File app/clipboard/clipboard_util_win.cc (right): http://codereview.chromium.org/2126010/diff/1/2#newcode216 app/clipboard/clipboard_util_win.cc:216: if (!include_files) { The early return in the middle ...
10 years, 7 months ago (2010-05-20 05:24:19 UTC) #1
dcheng
http://codereview.chromium.org/2126010/diff/1/2 File app/clipboard/clipboard_util_win.cc (right): http://codereview.chromium.org/2126010/diff/1/2#newcode216 app/clipboard/clipboard_util_win.cc:216: if (!include_files) { On 2010/05/20 05:24:19, tony wrote: > ...
10 years, 7 months ago (2010-05-20 06:51:44 UTC) #2
tony
http://codereview.chromium.org/2126010/diff/6001/7001 File app/clipboard/clipboard_util_win.cc (right): http://codereview.chromium.org/2126010/diff/6001/7001#newcode334 app/clipboard/clipboard_util_win.cc:334: return GetUrl(data_object, plain_text, &title, false); Do we need to ...
10 years, 7 months ago (2010-05-20 07:55:20 UTC) #3
dcheng
http://codereview.chromium.org/2126010/diff/6001/7001 File app/clipboard/clipboard_util_win.cc (right): http://codereview.chromium.org/2126010/diff/6001/7001#newcode334 app/clipboard/clipboard_util_win.cc:334: return GetUrl(data_object, plain_text, &title, false); On 2010/05/20 07:55:22, tony ...
10 years, 7 months ago (2010-05-20 13:33:11 UTC) #4
tony
10 years, 7 months ago (2010-05-21 00:30:36 UTC) #5
On 2010/05/20 13:33:11, dcheng wrote:
> I thought about it and decided to leave it out of this patch. The main idea
> behind this change was to remove the conversion of filenames in a drag to file
> URLs.

Ok, that's fine.  LGTM.  Maybe add a TODO(dcheng) if you plan on adding it.

Powered by Google App Engine
This is Rietveld 408576698