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

Issue 194052: Clipboard:... (Closed)

Created:
11 years, 3 months ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, brettw, pam+watch_chromium.org, Ben Goodger (Google), Paweł Hajdan Jr.
Visibility:
Public.

Description

Clipboard: - Move link construction logic to scoped_clipboard_writer.cc - Make callers use EscapeForHTML on the anchor text - Make WriteHyperlink just write html, and not a bookmark as well (only affects one caller, which I updated) - implement WriteBookmark for gtk BUG=18034, 18035 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25833

Patch Set 1 #

Total comments: 5

Patch Set 2 : +uris #

Patch Set 3 : fix unit test #

Patch Set 4 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -71 lines) Patch
M base/clipboard.h View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M base/clipboard.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M base/clipboard_linux.cc View 1 2 3 5 chunks +15 lines, -9 lines 0 comments Download
M base/clipboard_mac.mm View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M base/clipboard_unittest.cc View 1 2 3 2 chunks +5 lines, -7 lines 0 comments Download
M base/clipboard_win.cc View 1 2 3 1 chunk +0 lines, -21 lines 0 comments Download
M base/scoped_clipboard_writer.h View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M base/scoped_clipboard_writer.cc View 1 2 3 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_drag_data.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Evan Stade
11 years, 3 months ago (2009-09-09 02:58:21 UTC) #1
Evan Martin
I'm not sure I'm a good reviewer for this, since I don't understand the motivation ...
11 years, 3 months ago (2009-09-09 18:45:09 UTC) #2
Evan Stade
On 2009/09/09 18:45:09, Evan Martin wrote: > I'm not sure I'm a good reviewer for ...
11 years, 3 months ago (2009-09-09 18:56:45 UTC) #3
Evan Stade
+pkasting
11 years, 3 months ago (2009-09-09 18:57:03 UTC) #4
Peter Kasting
Like Evan I don't really understand what's going on in this change. Sorry :) http://codereview.chromium.org/194052/diff/1/6 ...
11 years, 3 months ago (2009-09-09 19:08:21 UTC) #5
Evan Stade
So, previously: - WriteHyperlink wrote an html hyperlink and a bookmark to the clipboard - ...
11 years, 3 months ago (2009-09-09 19:32:16 UTC) #6
Peter Kasting
OK
11 years, 3 months ago (2009-09-09 19:39:37 UTC) #7
TVL
11 years, 3 months ago (2009-09-10 12:01:15 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698