summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/custom_drag.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a minor resource leak.estade@chromium.org2010-11-051-0/+3
| | | | | | | | | | | | | | glib reference counting does not call gtk_widget_destroy. Can't use OwnedWidgetGtk because GtkInvisible and GtkWindow sink the floating reference in their initializers. So we manually call gtk_widget_destroy, following the pattern in TabGtk. BUG=61495 TEST=Run xrestop. Add a few tabs with ctrl-T. Number of X windows should increase by two. Remove the tabs with ctrl-W. Number of X windows should decrease accordingly. patch by Jonathan Backer <backer@chromium.org> original review: http://codereview.chromium.org/4341004/show Review URL: http://codereview.chromium.org/4498002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65163 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: make download shelf drags use the download icon.estade@chromium.org2010-04-221-1/+2
| | | | | | | | | | | This matches drags originating in the tabbed download manager. BUG=42147 TEST=manual Review URL: http://codereview.chromium.org/1690002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45368 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: implement extension bookmark manager drag api.estade@chromium.org2010-03-181-0/+95
Also, cross-platform: eschew RenderViewHostDelegate:BookmarkDrag::DragData type in favor of BookmarkDragData. BUG=37702 TEST=manual Review URL: http://codereview.chromium.org/1029004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41959 0039d316-1c4b-4281-b951-d872f2087c98