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

Issue 8775025: Add glue for supporting custom MIME types in DataTransfer. (Closed)

Created:
9 years ago by dcheng
Modified:
9 years ago
Reviewers:
tony, jam, sky
CC:
chromium-reviews, jam, dcheng, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Add glue for supporting custom MIME types in DataTransfer. BUG=31037 TEST=none in this patch, will be landed in WebKit as layout tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112927

Patch Set 1 #

Total comments: 19

Patch Set 2 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -2 lines) Patch
M content/browser/renderer_host/clipboard_message_filter.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M content/common/clipboard_messages.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/renderer_clipboard_client.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/renderer_clipboard_client.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard.h View 1 1 chunk +3 lines, -0 lines 1 comment Download
M ui/base/clipboard/clipboard_aurax11.cc View 1 1 chunk +7 lines, -0 lines 1 comment Download
M ui/base/clipboard/clipboard_gtk.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_mac.mm View 1 1 chunk +7 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/glue/clipboard_client.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/webclipboard_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/webclipboard_impl.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M webkit/glue/webdropdata.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/glue/webdropdata.cc View 1 3 chunks +15 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/mock_webclipboard_impl.h View 3 chunks +5 lines, -1 line 0 comments Download
M webkit/tools/test_shell/mock_webclipboard_impl.cc View 8 chunks +24 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_clipboard_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_clipboard_impl.cc View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
dcheng
This patch depends on https://bugs.webkit.org/show_bug.cgi?id=73594, but to enable all the layout tests added in that ...
9 years ago (2011-12-01 23:13:33 UTC) #1
tony
http://codereview.chromium.org/8775025/diff/1/content/browser/renderer_host/clipboard_message_filter.h File content/browser/renderer_host/clipboard_message_filter.h (right): http://codereview.chromium.org/8775025/diff/1/content/browser/renderer_host/clipboard_message_filter.h#newcode49 content/browser/renderer_host/clipboard_message_filter.h:49: string16* data); Nit: The other messages seem to use ...
9 years ago (2011-12-02 00:13:29 UTC) #2
dcheng
http://codereview.chromium.org/8775025/diff/1/content/browser/renderer_host/clipboard_message_filter.h File content/browser/renderer_host/clipboard_message_filter.h (right): http://codereview.chromium.org/8775025/diff/1/content/browser/renderer_host/clipboard_message_filter.h#newcode49 content/browser/renderer_host/clipboard_message_filter.h:49: string16* data); On 2011/12/02 00:13:29, tony wrote: > Nit: ...
9 years ago (2011-12-02 00:29:17 UTC) #3
tony
LGTM
9 years ago (2011-12-02 00:33:13 UTC) #4
dcheng
jam for content/* changes and sky for ui/base/clipboard/* changes.
9 years ago (2011-12-02 06:41:31 UTC) #5
sky
LGTM http://codereview.chromium.org/8775025/diff/7002/ui/base/clipboard/clipboard.h File ui/base/clipboard/clipboard.h (right): http://codereview.chromium.org/8775025/diff/7002/ui/base/clipboard/clipboard.h#newcode159 ui/base/clipboard/clipboard.h:159: void ReadCustomData(Buffer buffer, const string16& type, when you ...
9 years ago (2011-12-02 16:06:26 UTC) #6
jam
9 years ago (2011-12-02 17:14:39 UTC) #7
content lgtm

Powered by Google App Engine
This is Rietveld 408576698