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

Issue 270068: Implement dragging icon for dragging bookmarks in views/gtk.

Created:
11 years, 2 months ago by skrul
Modified:
11 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Implement dragging icon for dragging bookmarks in views/gtk.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -9 lines) Patch
M app/gfx/canvas.h View 1 chunk +1 line, -1 line 0 comments Download
M app/gfx/canvas.cc View 1 chunk +1 line, -1 line 0 comments Download
M app/os_exchange_data_provider_gtk.h View 1 2 2 chunks +14 lines, -0 lines 2 comments Download
M app/os_exchange_data_provider_gtk.cc View 1 2 2 chunks +21 lines, -2 lines 0 comments Download
M views/controls/button/text_button.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M views/drag_utils_gtk.cc View 2 chunks +24 lines, -1 line 0 comments Download
M views/widget/widget_gtk.cc View 1 2 1 chunk +17 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
skrul
11 years, 2 months ago (2009-10-12 17:52:59 UTC) #1
sky
http://codereview.chromium.org/270068/diff/1008/1009 File app/os_exchange_data_provider_gtk.cc (right): http://codereview.chromium.org/270068/diff/1008/1009#newcode34 Line 34: if (drag_image_) { nit: nuke {} http://codereview.chromium.org/270068/diff/1008/1009#newcode233 Line ...
11 years, 2 months ago (2009-10-12 18:10:36 UTC) #2
skrul
http://codereview.chromium.org/270068/diff/1008/1009 File app/os_exchange_data_provider_gtk.cc (right): http://codereview.chromium.org/270068/diff/1008/1009#newcode34 Line 34: if (drag_image_) { On 2009/10/12 18:10:37, sky wrote: ...
11 years, 2 months ago (2009-10-12 19:39:03 UTC) #3
sky
LGTM with the following change. http://codereview.chromium.org/270068/diff/10/12 File app/os_exchange_data_provider_gtk.h (right): http://codereview.chromium.org/270068/diff/10/12#newcode77 Line 77: GdkPixbuf* get_drag_image() const ...
11 years, 2 months ago (2009-10-12 19:41:20 UTC) #4
skrul
11 years, 2 months ago (2009-10-12 19:44:38 UTC) #5
http://codereview.chromium.org/270068/diff/10/12
File app/os_exchange_data_provider_gtk.h (right):

http://codereview.chromium.org/270068/diff/10/12#newcode77
Line 77: GdkPixbuf* get_drag_image() const { return drag_image_; }
On 2009/10/12 19:41:20, sky wrote:
> nit: no get, just drag_image, like the other methods you're adding.

Gah, sorry, thanks for paying more attention than I am :)

Powered by Google App Engine
This is Rietveld 408576698