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

Issue 41012: This changes the base clipboard class. (Closed)

Created:
11 years, 9 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Evan Stade
Visibility:
Public.

Description

This changes the base clipboard class, as accomplishing paste requires that Clipboard::FormatType be IPC-able. The lowest-common denominator of unsigned int, NSString*, and GdkAtom is string, so string it is. (Linux changes by estade.) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11383

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 5

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -91 lines) Patch
M base/clipboard.h View 2 3 4 5 6 3 chunks +6 lines, -18 lines 0 comments Download
M base/clipboard_linux.cc View 3 4 5 6 7 chunks +20 lines, -7 lines 0 comments Download
M base/clipboard_mac.mm View 2 3 4 5 6 2 chunks +26 lines, -12 lines 0 comments Download
M base/clipboard_win.cc View 2 3 4 5 6 9 chunks +23 lines, -23 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 2 3 4 5 6 1 chunk +2 lines, -7 lines 0 comments Download
M chrome/common/render_messages_internal.h View 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/temp_scaffolding_stubs.cc View 2 3 4 5 6 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 2 3 4 5 6 1 chunk +1 line, -11 lines 0 comments Download
M chrome/views/text_field.cc View 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/simple_clipboard_impl.cc View 6 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkit_glue.h View 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Avi (use Gerrit)
Evan: Linux stuff Ricarco: Windows stuff Pink: Mac stuff
11 years, 9 months ago (2009-03-10 18:25:07 UTC) #1
pink (ping after 24hrs)
Mac stuff LGTM
11 years, 9 months ago (2009-03-10 18:32:26 UTC) #2
Evan Martin
http://codereview.chromium.org/41012/diff/3022/3026 File base/clipboard_linux.cc (right): http://codereview.chromium.org/41012/diff/3022/3026#newcode28 Line 28: return gdk_atom_intern(str.c_str(), false); So this requires a round-trip ...
11 years, 9 months ago (2009-03-10 18:52:05 UTC) #3
Avi (use Gerrit)
Fixed; please review. http://codereview.chromium.org/41012/diff/3022/3026 File base/clipboard_linux.cc (right): http://codereview.chromium.org/41012/diff/3022/3026#newcode28 Line 28: return gdk_atom_intern(str.c_str(), false); On 2009/03/10 ...
11 years, 9 months ago (2009-03-10 19:32:01 UTC) #4
Evan Martin
linux looks good. you win evan's weekly gold star for fixing this.
11 years, 9 months ago (2009-03-10 19:39:16 UTC) #5
rvargas (doing something else)
11 years, 9 months ago (2009-03-10 20:27:24 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698