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

Issue 8802004: Enable custom MIME types in web copy/paste. (Closed)

Created:
9 years ago by dcheng
Modified:
8 years, 11 months ago
Reviewers:
tony, sky
CC:
chromium-reviews, darin-cc_chromium.org, dcheng
Visibility:
Public.

Description

Enable custom MIME types in web copy/paste. Also fixes a leak that was accidentally introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=113018. BUG=31037, 106472 TEST=manual testing Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113040 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113064

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : . #

Total comments: 8

Patch Set 4 : . #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -11 lines) Patch
M ui/base/clipboard/clipboard.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_gtk.cc View 1 2 3 4 5 chunks +29 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard_mac.mm View 1 2 3 4 6 chunks +28 lines, -5 lines 0 comments Download
M ui/base/clipboard/clipboard_util_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_util_win.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 1 2 4 4 chunks +38 lines, -2 lines 0 comments Download
M webkit/glue/webclipboard_impl.cc View 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dcheng
This is the final follow up to http://codereview.chromium.org/8803005/ and http://codereview.chromium.org/8803006/. I've currently tested it fully ...
9 years ago (2011-12-05 09:03:35 UTC) #1
tony
http://codereview.chromium.org/8802004/diff/1001/ui/base/clipboard/clipboard_gtk.cc File ui/base/clipboard/clipboard_gtk.cc (right): http://codereview.chromium.org/8802004/diff/1001/ui/base/clipboard/clipboard_gtk.cc#newcode110 ui/base/clipboard/clipboard_gtk.cc:110: const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data"; We want this data ...
9 years ago (2011-12-05 18:40:39 UTC) #2
dcheng
As discussed, using the temporary names for now but I will get feedback from whatwg ...
9 years ago (2011-12-05 20:13:13 UTC) #3
tony
LGTM with the following fixed. http://codereview.chromium.org/8802004/diff/3004/ui/base/clipboard/clipboard_gtk.cc File ui/base/clipboard/clipboard_gtk.cc (right): http://codereview.chromium.org/8802004/diff/3004/ui/base/clipboard/clipboard_gtk.cc#newcode110 ui/base/clipboard/clipboard_gtk.cc:110: const char kMimeTypeWebCustomData[] = ...
9 years ago (2011-12-05 20:24:50 UTC) #4
dcheng
Sorry for the diff noise. I've been patching this CL in on different machines =( ...
9 years ago (2011-12-05 20:51:03 UTC) #5
sky
9 years ago (2011-12-05 21:58:00 UTC) #6
Since Tony reviewed, I'm rubber stamping this: LGTM

Powered by Google App Engine
This is Rietveld 408576698