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

Issue 6625075: Add stubs and glue for routing a request for an image from the clipboard. (Closed)

Created:
9 years, 9 months ago by dcheng
Modified:
9 years, 7 months ago
Reviewers:
jam, Dmitry Titov
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, jianli
Visibility:
Public.

Description

Add stubs and glue for routing a request for an image from the clipboard. BUG=75237 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78134 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78283

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : . #

Patch Set 5 : .\ #

Patch Set 6 : . #

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -8 lines) Patch
M chrome/common/clipboard_messages.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 2 3 4 5 6 1 chunk +9 lines, -6 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.cc View 1 2 3 4 5 6 3 chunks +9 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_linux.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_mac.mm View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/webclipboard_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webclipboard_impl.cc View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_clipboard_impl.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dcheng
9 years, 9 months ago (2011-03-08 03:47:46 UTC) #1
jam
http://codereview.chromium.org/6625075/diff/7002/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/6625075/diff/7002/content/browser/renderer_host/render_message_filter.cc#newcode399 content/browser/renderer_host/render_message_filter.cc:399: IPC_MESSAGE_HANDLER_DELAY_REPLY(ViewHostMsg_ClipboardReadImage, nit: it's about time that we move all ...
9 years, 9 months ago (2011-03-08 04:44:01 UTC) #2
jam
also, I think there's a simpler way. Looking at RenderMessageFilter, it currently dispatches clipboard messages ...
9 years, 9 months ago (2011-03-08 04:54:35 UTC) #3
dcheng
I wrote some of the original comments before your second reply. I plan on uploading ...
9 years, 9 months ago (2011-03-08 05:08:55 UTC) #4
jam
On Mon, Mar 7, 2011 at 9:08 PM, <dcheng@chromium.org> wrote: > I wrote some of ...
9 years, 9 months ago (2011-03-08 05:23:40 UTC) #5
dcheng
On 2011/03/08 05:23:40, John Abd-El-Malek wrote: > On Mon, Mar 7, 2011 at 9:08 PM, ...
9 years, 9 months ago (2011-03-08 05:24:53 UTC) #6
dcheng
I've moved the stubs for ClipboardHostMsg_ReadImage and its handlers into this change. To help with ...
9 years, 9 months ago (2011-03-12 03:44:21 UTC) #7
jam
On 2011/03/12 03:44:21, dcheng wrote: > I've moved the stubs for ClipboardHostMsg_ReadImage and its handlers ...
9 years, 9 months ago (2011-03-14 20:53:40 UTC) #8
dcheng
On 2011/03/14 20:53:40, John Abd-El-Malek wrote: > On 2011/03/12 03:44:21, dcheng wrote: > > I've ...
9 years, 9 months ago (2011-03-14 21:03:20 UTC) #9
dcheng
9 years, 9 months ago (2011-03-14 21:03:24 UTC) #10
jam
ah i see, ok lgtm On Mon, Mar 14, 2011 at 2:03 PM, <dcheng@chromium.org> wrote: ...
9 years, 9 months ago (2011-03-14 22:03:36 UTC) #11
dcheng
9 years, 9 months ago (2011-03-15 03:39:46 UTC) #12
Updated the change with one more missing file.

Powered by Google App Engine
This is Rietveld 408576698