| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|