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

Issue 223015: Implement BrowserList::AllBrowsersClosed for Linux. (Closed)

Created:
11 years, 3 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
Evan Stade, mattm
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement BrowserList::AllBrowsersClosed for Linux. This fixes leaks caused by not calling gtk_widget_destroy on dialog windows when we exit. While I'm here, fix a GList leak on Linux toolkit views. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27130

Patch Set 1 #

Total comments: 2

Patch Set 2 : typo #

Patch Set 3 : refs #

Patch Set 4 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
A chrome/browser/browser_list_gtk.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M views/window/window_gtk.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
tony
11 years, 3 months ago (2009-09-23 23:26:57 UTC) #1
mattm
Are there any suppressions that can be removed with this? http://codereview.chromium.org/223015/diff/1/2 File chrome/browser/browser_list_gtk.cc (right): http://codereview.chromium.org/223015/diff/1/2#newcode14 ...
11 years, 3 months ago (2009-09-23 23:40:02 UTC) #2
tony
I don't think there are suppressions this fixes since I don't think the tests open ...
11 years, 3 months ago (2009-09-24 00:24:23 UTC) #3
tony
I also tried filtering by GdkWindowTypeHint and only destroying GDK_WINDOW_TYPE_HINT_NORMAL and GDK_WINDOW_TYPE_HINT_DIALOG windows, but I ...
11 years, 3 months ago (2009-09-24 18:04:19 UTC) #4
Evan Stade
what if you use the GTK_IS_WIDGET check?
11 years, 3 months ago (2009-09-24 18:10:28 UTC) #5
tony
On 2009/09/24 18:10:28, Evan Stade wrote: > what if you use the GTK_IS_WIDGET check? Still ...
11 years, 3 months ago (2009-09-24 19:01:18 UTC) #6
Evan Stade
alright, I'm ok with this change.
11 years, 3 months ago (2009-09-24 20:08:28 UTC) #7
mattm
11 years, 3 months ago (2009-09-24 20:09:37 UTC) #8
On 2009/09/24 20:08:28, Evan Stade wrote:
> alright, I'm ok with this change.

I'm ok with it, but maybe add a comment?

Powered by Google App Engine
This is Rietveld 408576698