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

Issue 14175: Add a small utility for dumping the system clipboard's contents on GTK. (Closed)

Created:
12 years ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
tony, dsh, sgk
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add a small utility for dumping the system clipboard's contents on GTK. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7562

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 7

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -0 lines) Patch
M build/SConscript.main View 2 3 3 chunks +4 lines, -0 lines 0 comments Download
A tools/gtk_clipboard_dump/gcd.scons View 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A tools/gtk_clipboard_dump/gtk_clipboard_dump.cc View 3 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Evan Stade
something you guys might be interested. (I'm not really sure this is the right place ...
12 years ago (2008-12-17 00:06:02 UTC) #1
tony
2 choices: 1) Put it in src/tools/gtk_clipboard_dump and get it to compile using the real ...
12 years ago (2008-12-17 00:48:10 UTC) #2
jam
there are a bunch of lint errors for dump_cb_gtk.cc...
12 years ago (2008-12-17 01:57:01 UTC) #3
Evan Stade
On 2008/12/17 01:57:01, John Abd-El-Malek wrote: > there are a bunch of lint errors for ...
12 years ago (2008-12-17 02:00:55 UTC) #4
Evan Stade
builds with scons now
11 years, 11 months ago (2008-12-30 02:16:13 UTC) #5
tony
LGTM, just some nits. http://codereview.chromium.org/14175/diff/605/606 File build/SConscript.main (right): http://codereview.chromium.org/14175/diff/605/606#newcode139 Line 139: GCD_DIR = '$TOOLS_DIR/gtk_clipboard_dump', Nit: ...
11 years, 11 months ago (2009-01-05 20:34:01 UTC) #6
Evan Stade
11 years, 11 months ago (2009-01-05 22:08:01 UTC) #7
http://codereview.chromium.org/14175/diff/605/607
File tools/gtk_clipboard_dump/gcd.scons (right):

http://codereview.chromium.org/14175/diff/605/607#newcode4
Line 4: Return()
On 2009/01/05 20:34:01, tony wrote:
> Does this run on osx?  Perhaps this should be !env.Bit('linux').

Done.

http://codereview.chromium.org/14175/diff/605/607#newcode18
Line 18: env.ChromeProgram('gtk_clipboard_dump', input_files)
On 2009/01/05 20:34:01, tony wrote:
> Do you need a call to env.Install that copies the file from opt/dbg to Hammer?

apparently not

http://codereview.chromium.org/14175/diff/605/608
File tools/gtk_clipboard_dump/gtk_clipboard_dump.cc (right):

http://codereview.chromium.org/14175/diff/605/608#newcode1
Line 1: #include <gtk/gtk.h>
On 2009/01/05 20:34:01, tony wrote:
> Nit: Needs a copyright block.

Done.

Powered by Google App Engine
This is Rietveld 408576698